- 007c18f Enhance Ps2Mouse and Ps2Keyboard driver and fix for random hangs in System waiting for the Key if no KBC is present. by gikidy · 16 years ago
- d7d5db9 Remove #define for MAX_BBS_ENTRIES by mdkinney · 16 years ago
- e79a297 Remove ASSERT (TotalSize <= sizeof (Buffer)); by xli24 · 16 years ago
- 2ebbe08 Fix an issue in DataHubGetNextRecord. by gikidy · 16 years ago
- 6916d99 Fix IPF alignment fault caused by addition of BASE_LIST type that was added to resolve the X64 GCC VA_LIST issue. by mdkinney · 16 years ago
- 1ca8808 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
- 3a6064f 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg. by mdkinney · 16 years ago
- 8b35a9c Remove unnecessary use of gEfiStatusCodeSpecificDataGuid by mdkinney · 16 years ago
- 1872cca Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and EFI_STATUS_CODE_DATA_TYPE_ASSERT_GUID because it is not present in the Intel Framework Specifications. by mdkinney · 16 years ago
- 3d7dfb3 Change (UINT8 *) to (CHAR *) to make types the same for comparison operations by mdkinney · 16 years ago
- ca9938b This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
- 31b440c fix a bug of incorrectly judge the end of variable arguments. by eric_tian · 16 years ago
- f680f86 Terminate the Capability List traversal if the Capability Pointer is less than 0x40, or the Capability Pointer is not aligned on a 32-bit boundary. by mdkinney · 16 years ago
- 67d6322 Clean up GenericBdsLib.h to remove unnecessary include header files. by lgao4 · 16 years ago
- dedfc3b Fix the issue that BootOrder can't be set by lgao4 · 16 years ago
- cdcc36a Correct the dummy ConfigAccess Extract and RouteConfig behavior according to UEFI specification. by lgao4 · 16 years ago
- 0ad78d0 Refine code for PeiReportStatusCodeLib. by xli24 · 16 years ago
- 0e8e994 Update SetupBrowserDxe and BdsDxe to use an internal string for prompting string missing instead of ASSERT if it fails to get a string for separate module's forms. by rsun3 · 16 years ago
- 85a9032 Refine code for OemHookStatusCodeLibNull. by xli24 · 16 years ago
- 57cca89 Remove usage of MemoryAllocationLib, and use a simplistic allocation by jljusten · 16 years ago
- 19a4a0a Merge PEI & DXE LzmaCustomDecompressLib. A previous implementation by jljusten · 16 years ago
- 306bf4e Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which was by jljusten · 16 years ago
- 5f08e28 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 4bca47e Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- ec33326 Remove unused ConvertRfc3066LanguageToIso639Language() in BdsDxe after the lanuage codes variable auto-update mechanism was implemented. by rsun3 · 16 years ago
- b96c210 update to pass ICC build by eric_tian · 16 years ago
- 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
- 85eb579 Update directory/file names for status code PEIM. by xli24 · 16 years ago
- d5aea10 Code Scrub for Status Code PEIM. by xli24 · 16 years ago
- d357145 improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. by eric_tian · 16 years ago
- 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
- 20e7a77 Update directory/file names for status code runtime dxe driver. by xli24 · 16 years ago
- 9484bb6 Some minor refinements for function header. by xli24 · 16 years ago
- a8cbf34 Code Scrub for Status Code Runtime Dxe driver. by xli24 · 16 years ago
- 1d451ff Update HiiGetBrowserData API by lgao4 · 16 years ago
- e8eecbf DEC file reviewed. by gikidy · 16 years ago
- 9f6531d Adjust the code so that global variable placed at beginning of file. by gikidy · 16 years ago
- 59f1d89 COMPONENT_NAME & COMPONENT_NAME2 & DRIVER_BINDING checked in inf files. by gikidy · 16 years ago
- 170e7ff COMPONENT_NAME & COMPONENT_NAME2 checked in inf files. by gikidy · 16 years ago
- 55a1bb4 Code scrub for VgaClass Driver. by xli24 · 16 years ago
- 4ee6846 1. EDK_RELEASE_VERSION removed; by gikidy · 16 years ago
- 2bf3421 add type cast. by vanjeff · 16 years ago
- 779b836 Fix build break caused by a unresolved external symbol _memset in BaseUefiTianoCustomDecompressLib. by rsun3 · 16 years ago
- 80267d5 Remove volatile local variable sync to MdePkg BaseUefiDecompressLib and fix ICC build error. by lgao4 · 16 years ago
- e97e2b7 Fix that the variable can't be stored. Next, I will update GetBrowserData API. by lgao4 · 16 years ago
- f0da9ff Add FormSet Guid for the front page. by lgao4 · 16 years ago
- aa95031 Fix K8 report bugs. by hfang · 16 years ago
- 6412128 Enhance HiiGetBrowserData API to support the case that storage element is 0. by lgao4 · 16 years ago
- 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