summaryrefslogtreecommitdiff
path: root/source/os_specific/service_layers/osefixf.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Efi edk2"revert-143-efi-edk2Robert Moore2016-06-151-505/+594
* EFI: Rename EFI stuff to ACPI_EFI to improve portabilityLv Zheng2016-06-061-14/+14
* EFI: Add table OSL supports for acpiexecLv Zheng2016-06-061-0/+77
* EFI: Add AcpiOsStall()/AcpiOsSleep() supportLv Zheng2016-06-061-0/+45
* EFI: Add AcpiOsGetTimer() supportLv Zheng2016-06-061-0/+61
* EFI: Add stubs for hardware access OSLs to make EFI ported applications runningLv Zheng2016-06-061-0/+241
* EFI: Add stubs for multi-threading OSLs to make EFI ported applications runningLv Zheng2016-06-061-1/+58
* EFI: Add OSL supports for those can be emptyLv Zheng2016-06-061-2/+124
* Clib: Eliminate AcpiOsXXXFile()/AcpiLogError and link clibrary fxxx()/errno/p...Lv Zheng2016-06-061-694/+2
* Clib: Add -nostdinc support for EFI layerLv Zheng2016-06-061-1/+1
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* Merge pull request #73 from zetalog/efi-portableRobert Moore2015-06-091-4/+10
|\
| * EFI: Add EFI interface definitions to eliminate dependency of GNU EFI.Lv Zheng2015-05-121-4/+10
* | De-macroize calls to standard C library functions.Robert Moore2015-06-091-4/+4
|/
* Fix some build errors for the EFI tools support.Robert Moore2015-04-071-0/+3
* EFI: Fix pointer-to-int-cast compilation error.Robert Moore2015-04-071-4/+4
* Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-1154/+1154
* source and test: update copyright notices to 2015David E. Box2015-01-231-1154/+1154
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-141-1/+0
* Revert "EFI: Add memory map lookup support for AcpiOsMapMemory()."David E. Box2014-07-011-217/+0
* EFI: Add memory map lookup support for AcpiOsMapMemory().Lv Zheng2014-06-121-0/+217
* UEFI: Add file IO support.Lv Zheng2014-06-121-2/+149
* EFI: Add generic OSL support for GNU EFI development.Lv Zheng2014-06-121-0/+1008