summaryrefslogtreecommitdiff
path: root/UnixPkg
AgeCommit message (Expand)AuthorFilesLines
2009-12-29Refer to OEM status code hook library instances in MdeModulePkg.xli241-1/+1
2009-12-29Refer to status code library instances in MdeModulePkg.xli241-9/+9
2009-12-25Remove status code modules' dependency on IntelFrameworkModulePkg.xli243-1/+3
2009-12-24clean-up the license to open source.eric_tian12-206/+124
2009-12-18Fix a bug with the shell cp command. When searching for a / it was possible t...AJFISH1-4/+6
2009-12-08Fix for the Linux Build. #ifdef __APPLE__ around the files only needed to wor...AJFISH2-0/+22
2009-12-08Fix the UnixPkg default to have the tools come from a seperate BaseTools proj...ajfish2-7/+7
2009-12-07Update UnixPkg emulation platform to produce dummy CPU I/O 2 Protocol.xli244-15/+13
2009-12-06Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard.AJFISH27-1109/+2564
2009-11-26Add DxeSecurityManagementLib instance lgao41-0/+1
2009-11-201. PI SMBIOS Checkin. Major change include:davidhuang32-743/+1817
2009-11-16Correct the alignment for PEIMklu21-2/+2
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang2-4/+4
2009-09-22Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE qhuang82-54/+54
2009-09-161. updated "the Bus Driver that creates all of its child handles on the first...vanjeff1-10/+1
2009-09-14updated the Bus Driver that is able to create all or one of its child handles...vanjeff2-98/+173
2009-08-26Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compi...AJFISH2-3/+3
2009-08-25Add Sec/Ia32/Gasket.Sqhuang82-92/+983
2009-08-25Integrate patch from Andrew Fish to make it run on OS X.qhuang844-360/+1039
2009-08-20deleted PCD PcdUefiVariableDefaultTimeoutjchen201-1/+0
2009-08-11Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any ...qhuang81-2/+0
2009-07-27Remove include in commentsklu21-1/+0
2009-07-27Use Uefi.h instead of PiDxe.h, because B0 defined in Protocol/DebugSupport.h ...klu21-1/+2
2009-07-13ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh...eric_tian1-9/+18
2009-07-13Fix build broken, DxeUnixPeCoffExtracActionLib should not dependent on PeiSer...klu21-1/+1
2009-07-13Fix build broken, EFI_TIME_IN_DAYLIGHT used in Sec/UnixThunk.c is defined in ...klu21-0/+1
2009-07-11Remove extra #includes where possible to make build more efficientmdkinney7-319/+315
2009-07-10roll back the change on the naming of DataHubRecords.h for backward compatibi...eric_tian1-2/+2
2009-07-10Move LockKeyboards API from GenericBdsLib to PlatformBdsLiblgao41-2/+22
2009-07-10Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI ...mdkinney1-17/+0
2009-07-09Retire Logo and Shell guid header file, which are replaced by gEfiIntelFramew...lgao44-5/+6
2009-07-08change the name of macro or data structure to follow DataHubSubclass/MemSubcl...eric_tian1-2/+2
2009-07-07Revert r8771. UnixPkg has a custom RTC driver.jljusten1-1/+1
2009-07-07Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg.vanjeff1-2/+0
2009-07-07Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.in...klu21-1/+1
2009-07-06add readme.txt for UnixPkgklu21-0/+32
2009-07-03Remove extra GUID that is not usedmdkinney1-1/+0
2009-06-19Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnableklu21-4/+0
2009-06-16Retire the duplicate StatusCode PCD:lgao41-14/+1
2009-06-12Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid,lgao46-10/+5
2009-06-07Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2-39/+10
2009-06-07Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney3-102/+101
2009-06-03changed %s to %a to print correct ascii string.vanjeff2-8/+8
2009-06-01Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI...mdkinney2-16/+16
2009-06-011) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int...mdkinney2-2/+0
2009-06-01Remove unnecessary use of gEfiStatusCodeSpecificDataGuid and sync algorithm w...mdkinney4-34/+0
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney3-12/+12
2009-05-25change ISO 639-2 language codes to RFC 4646 codes in .UNI filesrsun311-0/+0
2009-05-20Replace .globl with ASM_GLOBALxli241-1/+1
2009-05-18add one comment when destroy the buffer.vanjeff1-0/+1