- d6a6483 Remove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
- 0b3f5a4 Use GetNextLanguage replace the original HiiLibGetNextLanguage API. by lgao4 · 16 years ago
- 75bf9d0 Update BdsDxe to use new designed HiiLib, remove the referrence to the original IfrSupportLib. by lgao4 · 16 years ago
- 0f26852 Retire HiiLibGetNextLanguage() API from HII Library class. by rsun3 · 16 years ago
- ad5a96a Retire language conversion APIs from HII library class. by rsun3 · 16 years ago
- 18e7cd2 remove unused header file by lgao4 · 16 years ago
- 88f2bdb fixed overflow issue when reading BMP file. by vanjeff · 16 years ago
- cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
- 6ba0bc7 Fix some inconsistencies in EFIAPI usage. by jljusten · 16 years ago
- 3f07728 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
- a9e7937 EFI_KEY_OPTION definition verified with UEFI spec. by gikidy · 16 years ago
- 4376a6f Fix the bug that Boot Mainteinance Manager in the front page can not be entered twice or more. by rsun3 · 16 years ago
- 3cdcfa8 correct the input parameter FormId of IfrLibUpdateForm() by jji4 · 16 years ago
- 406ddad 1. Update the CRC32 in the EFI System Table header in BdsConsole.c by vanjeff · 16 years ago
- 8a67d80 return value not follow spec. by vanjeff · 16 years ago
- 23042a5 Fix ICC build warning by qhuang8 · 16 years ago
- 8e6b0dc Loaded Image device paths for EFI Drivers loaded from PCI Option ROM by gikidy · 16 years ago
- e3b236c Use UefiLib CreatePopUp API by lgao4 · 16 years ago
- f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
- 9aaaeb2 SATA Device path updated. by gikidy · 16 years ago
- 75eccf9 Function AtaEnableLongPhysicalSector () added for Long physical sector process. by gikidy · 16 years ago
- 8d1d25e update the FindVariable judgment condition. by eric_tian · 16 years ago
- a3a795a Apply GetBestLanguage() API in UEFI by qhuang8 · 16 years ago
- e6a5cb9 remove unused display option. by lgao4 · 16 years ago
- 33f201a Fix the issue that VariablePei hangs on Richford when variable region is wiped out. by xli24 · 16 years ago
- 261136b fix Klocwork issues by hfang · 16 years ago
- 5d7c160 clean console control protocol in bds module. by vanjeff · 16 years ago
- da96258 ISO_639_2_ENTRY_SIZE has been made local. by jji4 · 16 years ago
- 454b8ca Fix build warning generated by GCC. by jljusten · 16 years ago
- 9d34ae2 change the default value of PcdBootState into TRUE, therefore the first boot after burning tip into flash will do full_configuration but not incorrect no_changes. by eric_tian · 16 years ago
- 07d9727 Add more checks for Dxe Report status code library to access boot service. by lgao4 · 16 years ago
- dad6083 1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and PrimaryStandardErrorDeviceGuid. by vanjeff · 16 years ago
- 4ddaf0e Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" by qhuang8 · 16 years ago
- f8be612 Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
- 0dc9978 add check for invalid handle. by vanjeff · 16 years ago
- 08c4ca5 retire gEfiBootStateGuid and replace it with dynamic hii pcd. so the different boot times can know whether it needs to do full/minimal/no_changes configuration. by eric_tian · 16 years ago
- ea2d908 retired PcdNtEmulatorEnable. by vanjeff · 16 years ago
- 1edcb8f Retire BaseReportStatusCodeLib in IntelFrameworkModulePkg. by qhuang8 · 16 years ago
- 0682583 remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
- 7ad5a8f Correct include path for linux building by klu2 · 16 years ago
- a1c18a5 remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
- eaa154e remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
- 4bf32fb remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
- 4354ec0 Remove bmp.h and shellFile.h from MdeModulePkg to IntelFrameworkpkg by qhuang8 · 16 years ago
- 3efaa6e Move IntelFrameworkModulePkg/Universal/Legacy8259Dxe to by jljusten · 16 years ago
- c9b1a9d Move IntelFrameworkModulePkg/Universal/Legacy8259Dxe to by jljusten · 16 years ago
- a95f236 Define EFI_REMOVABLE_MEDIA_FILE_NAME for EBC architecture in GenericBdsLib library instance, because UEFI specification does not define it for EBC. by klu2 · 16 years ago
- 3709c4c 1. delete Include/Guid/VariableInfo.h by eric_tian · 16 years ago
- 9a2a7a1 GenericBdsLib can not be built under EBC because specification does not give some definition for EBC. by klu2 · 16 years ago
- c62dbf3 Use default boot file name from UefiSpec.h and retired related PCDs by klu2 · 16 years ago
- a2b3599 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record. by klu2 · 16 years ago
- 8c81cb8 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
- 92502d5 PeiStatusCode PEIM does not dependent on BaseMemoryLib library class. by klu2 · 16 years ago
- da4483c Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg by klu2 · 16 years ago
- 50db9e5 Add some comments in BdsDxe INF file. by lgao4 · 16 years ago
- 1a0e3dd Add the missing header file by lgao4 · 16 years ago
- a8fdba5 remove dependent package from inf files. by vanjeff · 16 years ago
- 7fc80d4 Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle. by vanjeff · 16 years ago
- ddac74d Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
- 0a6f717 Move DiskInfo Protocol from MdeModulePkg to IntelFrameworkModule package. by lgao4 · 16 years ago
- a2ded1d Fix build break: MdeModuleHii.h has been moved to MdeModulePkg/Include/Guid directory by qhuang8 · 16 years ago
- 15cd6a8 Add conditional check before output status code. by lgao4 · 16 years ago
- f76797c retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is used to signify such FV need to be dispatched or not. by eric_tian · 16 years ago
- f999350 retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is used to signify such FV need to be dispatched or not. by eric_tian · 16 years ago
- 6055758 Update for the performance infrastructure changes: by qhuang8 · 16 years ago
- 6aa22a1 1. Update Generic BDS part to use dynamic PCD to set console output mode instead of use L"ConOutMode" and gEfiGenericPlatformVariableGuid to set console output mode. by qhuang8 · 16 years ago
- 7508355 Using EFI_RESOUCE status defined in framework Pci Host bridge specification. by lgao4 · 16 years ago
- dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
- 6c6004f Fix build break for missing PeCoffLib mapping by mdkinney · 16 years ago
- 2fb718b Update PCI Bus Driver to use the PeCoffLib instead of paring the PE/COFF image itself by mdkinney · 16 years ago
- 1360f68 Fix a bug: fail to change Boot Order in Boot Maintenance Manager. by qhuang8 · 16 years ago
- e01fb25 Add missing GUID due to last check-in. by klu2 · 16 years ago
- 6a27a4e use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES by jji4 · 16 years ago
- 8d6640c Cleanup meta data for GenericBdsLib library instance's INF by klu2 · 16 years ago
- ef84126 Cleanup meta data for BdsDxe INF file. by klu2 · 16 years ago
- 3d7decb Add in a check to make sure "BootCurrent" is created only when it match a valid "BOOT###" NV EFI variable. by qwang12 · 16 years ago
- 6041576 The caller of FindVariable() function ensure VariableName != NULL && VendorGuid != NULL. In the internal of this function, we only need to ensure that (VariableName[0] != 0 && VenderGuid != NULL) is true. by eric_tian · 16 years ago
- 16f3deb Split out Synchronization Library from Base Library by mdkinney · 16 years ago
- ca835f4 Fix ICC build warning. by qhuang8 · 16 years ago
- 5c08e11 Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
- 8ca67c4 Update For Review by hfang · 16 years ago
- 066ec71 Adjust gSimpleTextInExNotifyGuid position in INF file. by gikidy · 16 years ago
- 5326528 Fixed For Review by hfang · 16 years ago
- 72d50ee Move common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into MdeModulePackage Include VariableFormat.h by lgao4 · 16 years ago
- eeefcb9 Update For R9 Review. by hfang · 16 years ago
- f2fa830 As variable area is not reliable in recovery path, then we should not produce ReadonlyVariable2&ReadonlyVariable ppi at the point. This way causes other Pei module wanted to access to variable will fail by eric_tian · 16 years ago
- 9740405 Fixup for review by hfang · 16 years ago
- 8191cd5 Enhance PciCfg2 driver to handle unaligned Pci access according to PI spec. by lgao4 · 16 years ago
- f02bd37 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
- e05e2b7 Add missing DevicePathLib in INF file. by qhuang8 · 16 years ago
- 1833218 1. added functions header for MACROS in PCI22.h. by vanjeff · 16 years ago
- 1579391 Remove use of UINT8_MAX. Use BIT8-1 instead. by mdkinney · 16 years ago
- 2d78cc8 Change _CR() to BASE_CR() to follow naming convention by mdkinney · 16 years ago
- bd5315c Update IoLib instance mapping so that the DSC file can support EBC build validation. by qhuang8 · 16 years ago
- a694b67 Add module Legacy8259Dxe to IntelFrameworkModulePkg.dsc, and make it clean for ICC build. by xli24 · 16 years ago
- 8bd22b8 Update PEIM entry point to follow PEIM entry point. by lgao4 · 16 years ago
- 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
- 05f89b1 1. Add Max Try Times check to clear Ps2Kbd status register. If exceed the max try times, the device may be error. by lgao4 · 16 years ago
- 774a1c8 Removed Graphics library instance in IntelFrameworkModulePkg, since no one use it and Graphics library class will be retried later. by vanjeff · 16 years ago
- b315472 1.Removed PrintXY from Graphics Library. by vanjeff · 16 years ago