- 551ed06 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
- 820dff1 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
- eba54e1 Update DXE Core to use gEfiCallerIdGuid instead of the gDxeServicesTableGuid for status codes by mdkinney · 17 years ago
- 66fa2bd Remove MDT from SAL.h by mdkinney · 17 years ago
- 00666ce Fix two bugs in GenVtf.c by mdkinney · 17 years ago
- cdebf6c 1) Add type casting for argument "a" in EFI_ERROR(a), since if compare two constants without specify data type, compiler maybe could not understand what is the actual data type of constant. The default would treat it as unsigned data. therefore, if the argument a of EFI_ERROR(a) is constant, for instance the EFI_LOAD_ERROR, the EFI_ERROR(a) would always be FALSE. by yshang1 · 17 years ago
- 9833aea Change the PAL address from k7 to k1, since the k7 should save PeiServicesPoint following PI. by yshang1 · 17 years ago
- df809f3 1) Fix bug in StatusCodeDxe about the nested DataHub->Log in callback. by yshang1 · 17 years ago
- 8edf7e9 Incorporated Mike's fix on gEfiCallerGuidId definition by jwang36 · 17 years ago
- 07c0178 Fix bug. by qouyang · 17 years ago
- be5b2ad gEfiCallerIdGuid is defined in Autogen.h by qwang12 · 17 years ago
- 20bec55 Add debugLib for this instance. by lgao4 · 17 years ago
- d35be2a Sync code with MdePkg spec for Scsi library class and CustomDecompress library class. by lgao4 · 17 years ago
- ed72357 Correct usage help information and error information format for GenVtf, EfiRom, and TianoCompress tool. by htao · 17 years ago
- 5da9710 Fix missing PCD issue for IntelFrameworkModulePkg.dsc by klu2 · 17 years ago
- dfb780e Fix several Unicode typo. by qhuang8 · 17 years ago
- 2b3b50f Add the brief usage guide for Msa2Inf.exe. by qhuang8 · 17 years ago
- a1e3528 Replace EFI_MAX() with MAX() Replace EFI_MIN() with MIN() by mdkinney · 17 years ago
- 4cd79ac Add missing definition EFI_PEI_SERVICE into IntelFrameworkPkg. by klu2 · 17 years ago
- 1c9d209 Add missing definition EFI_PEIM_ENTRY_POINT to IntelFrameworkPkg and rename original to EFI_PEIM_ENTRY_POINT2 to follow PI definition. by klu2 · 17 years ago
- 13b2f60 Add Msa2Inf.exe: Port an EDKII module to EDKII' module: by qhuang8 · 17 years ago
- 45655ba Fixed an issue of PCD under [Components] in DSC file by jwang36 · 17 years ago
- f0e78fc Add VaraiblePei into IntelFrameworkModulePkg by klu2 · 17 years ago
- f3c9803 by jlin16 · 17 years ago
- 7ba905c Add VariablePei into IntelFrameworkModulePkg by klu2 · 17 years ago
- 569f0fe Fixed a bug in parsing <PcdsDynamic> of <Components> in DSC file by jwang36 · 17 years ago
- c3e02ca Fix a bug that when user can't presses F9 to restore the NV Map data into default values. by qwang12 · 17 years ago
- 62271ed 1. Incorporated FDF parser fix by jwang36 · 17 years ago
- 7336ebe GenFds Tool: Fix the bug that the GUID section can't content more than one leaf section. by qouyang · 17 years ago
- c440081 Fixed an issue in referencing DatumType in AutoGen by jwang36 · 17 years ago
- d156c2a Change the behavior of DxeIplLoadFile to load EFI_SECTION_TE first. If failed, LOAD EFI_SECTION_PE32. For our implementation, some PEIM who require to shadow itself is in TE format. by qwang12 · 17 years ago
- 98d80c1 Fix bug in MdePkg. by yshang1 · 17 years ago
- c22b604 Correct help usage format and error message format for the GenFw, GenSec, GenFfs and GenFv tool. by lgao4 · 17 years ago
- 2b6e9b3 Added missing "-" for "convert-hex" option of Trim.exe by jwang36 · 17 years ago
- 9393402 1. Changed the trim algorithm to be more general according to the Line Control directive by jwang36 · 17 years ago
- 64d3b0e fix a issue for TARGET_ARCH by jjin9 · 17 years ago
- d8dcb66 1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h by klu2 · 17 years ago
- 28dc3c6 1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h by klu2 · 17 years ago
- afdf8fd 1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h by klu2 · 17 years ago
- c7458ef 1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h by klu2 · 17 years ago
- c0691ef 1) Move definition of FFS-related in Include/Framework/FirmwareFileSystem.h to IntelFrameworkPkg/Include/Guid/FirmwareFileSystem.h by klu2 · 17 years ago
- 3fb0bd7 Fix wrong include issue, FirmwareVolumeHeader.h itself is part of FrameworkPei.h so should not include FrameworkPei.h again. by klu2 · 17 years ago
- 2a7e6bb EFI_FILE_TAIL_ATTRIBUTE does not support in PI specification. by klu2 · 17 years ago
- 1b144bb Move the definition of Capsule from IntelFrameworkPkg/Include/Framework/Capsule.h to IntelFrameworkPkg/Include/Guid/Capsule.h. by klu2 · 17 years ago
- bbdeca9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
- 87c96e3 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
- 2f053c9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
- 2287f23 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
- f22cf5f 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
- f4118ff fixed Typo in MdePkg. by yshang1 · 17 years ago
- 85496a3 Correct acpi table c file build rule. by lgao4 · 17 years ago
- d17bb5c 1. Added architecture override option for GenFds command in top level makefile by jwang36 · 17 years ago
- a1c3eb6 BootSectImage binary to modify MBR or boot sector. by jlin16 · 17 years ago
- 5d57e86 Fixed library instance selection issue by jwang36 · 17 years ago
- 30bb474 Fixed the LIBRARY_CLASS format error by jwang36 · 17 years ago
- 2d200d7 Added USER_DEFINED in the supported module type list by jwang36 · 17 years ago
- b432a91 Added DXE_CORE in the supported module type list by jwang36 · 17 years ago
- 39fcdca Changed class name EdkPeCoffLoaderLib to PeCoffLoaderLib by jwang36 · 17 years ago
- 159baf3 Changed class name EdkGraphicsLib to GraphicsLib by jwang36 · 17 years ago
- 67c23c4 Changed class name EdkFvbServiceLib to FvbServiceLib by jwang36 · 17 years ago
- 6cf4cca change "System Production Name" to "Nt32 Emulation Environment" and will change "Bios Version" name to "R9 Prime" by klu2 · 17 years ago
- a43264f Remove all *_PAYLOAD structures definition in IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h file, they are *not* in any specification and should be moved to user's header file. by klu2 · 17 years ago
- c9cbbe7 Remove all *_PAYLOAD structures definition in IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h file, they are *not* in any specification and should be moved to user's header file. by klu2 · 17 years ago
- 2697c17 Synchronize with StatusCode Specification. by klu2 · 17 years ago
- 51d104f Synchronize with StatusCode Specification. by klu2 · 17 years ago
- 2327f6c Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h by klu2 · 17 years ago
- 3f07ea9 Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h by klu2 · 17 years ago
- ad9e507 Change EfiConvertPointer() and EfiSetVirtualAddressMap() to use gRT instead of mRT because these two functions must only be called in physical mode, so there is never any need for them to use mRT that is converted to a virtual address by mdkinney · 17 years ago
- 1b0d0cc Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
- f651bd3 Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
- 9f256ee Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
- 88ce020 Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
- 98a1fa1 Correct parameter UINTN to UINT32 by lgao4 · 17 years ago
- 7a31af6 Fix the type-cast between UINT32 & UINTN by qhuang8 · 17 years ago
- 39a4d28 Correct UefiDecompress library instance by lgao4 · 17 years ago
- d8c79a8 Update CustomDecompress library to support algorithm guid and Update DxeIpl and DxeCore to support custom decompress guid section parse. by lgao4 · 17 years ago
- c76af11 Changed the library class name to HiiLibFramework by jwang36 · 17 years ago
- 9f6bb5f Changed the output format by jwang36 · 17 years ago
- c543936 Changed the class name to OldPeiCoreEntryPoint by jwang36 · 17 years ago
- 6ae8cca Fix a typo in library class name. by qhuang8 · 17 years ago
- f3f152e Fixed BDS display issue caused by unicode file parse by jwang36 · 17 years ago
- 31528f0 Using CopyMem service to replace the "while" loop for the memory copy by zliu3 · 17 years ago
- 65ddc26 1. Fixed STRING_TOKEN() matching issue during unicode file parsing by jwang36 · 17 years ago
- 8403ef2 Adding typedef according to framework specification. by klu2 · 17 years ago
- f50f181 GenPage binary to generate EfiLoaderImage with page table. by jlin16 · 17 years ago
- 4083417 Import UndiRuntimeDxe. by yshang1 · 17 years ago
- 370856f added the missing contents of copywrite. by vanjeff · 17 years ago
- a586770 1. Enable Mtftp4Dxe in MdeModulePkg.dsc by vanjeff · 17 years ago
- 632a3a6 GenBootSector binary to modify boot sector. by jlin16 · 17 years ago
- 8559bf2 Fixed an issue which all lines will be removed if no "#line" or "#" is found by jwang36 · 17 years ago
- 896a3f9 Added Trim command for ASL file process by jwang36 · 17 years ago
- cd2d846 Fix bug in GPT check that was introduced when a CompareMem() call was changed to a '==' operator. It should be a '!=' operator. by mdkinney · 17 years ago
- 2118457 Set the executable property on Split.exe by lhauch · 17 years ago
- 6bfce83 Correct a bug that allocate a fix size buffer as input buffer for Hii->GetString. We will allocate it before we use it and free it after use. by qwang12 · 17 years ago
- fe8e4eb remove EFI_ACPI_30_TABLE_GUID and gEfiAcpi30TableGuid which is not defined in any of these specs: EFI 1.10, UEFI 2.0, UEFI 2.1 by qwang12 · 17 years ago
- 4be464d Remove the invalid revision 3549. by yshang1 · 17 years ago
- 8ad603f remove the two unnecessary CONST modifier. by qwang12 · 17 years ago
- e8ed718 Remove duplicate module in IntelFrameworkModulePkg by klu2 · 17 years ago
- 3e042db GenFds Tool:Sync with Fdf Spec update. Add the supporting of more than one file, data or Fv in one region. by qouyang · 17 years ago
- d8b61da Fix bug in PciCfg to support PCI express address. by yshang1 · 17 years ago