1. 551ed06 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  2. 820dff1 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  3. eba54e1 Update DXE Core to use gEfiCallerIdGuid instead of the gDxeServicesTableGuid for status codes by mdkinney · 17 years ago
  4. 66fa2bd Remove MDT from SAL.h by mdkinney · 17 years ago
  5. 00666ce Fix two bugs in GenVtf.c by mdkinney · 17 years ago
  6. 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
  7. 9833aea Change the PAL address from k7 to k1, since the k7 should save PeiServicesPoint following PI. by yshang1 · 17 years ago
  8. df809f3 1) Fix bug in StatusCodeDxe about the nested DataHub->Log in callback. by yshang1 · 17 years ago
  9. 8edf7e9 Incorporated Mike's fix on gEfiCallerGuidId definition by jwang36 · 17 years ago
  10. 07c0178 Fix bug. by qouyang · 17 years ago
  11. be5b2ad gEfiCallerIdGuid is defined in Autogen.h by qwang12 · 17 years ago
  12. 20bec55 Add debugLib for this instance. by lgao4 · 17 years ago
  13. d35be2a Sync code with MdePkg spec for Scsi library class and CustomDecompress library class. by lgao4 · 17 years ago
  14. ed72357 Correct usage help information and error information format for GenVtf, EfiRom, and TianoCompress tool. by htao · 17 years ago
  15. 5da9710 Fix missing PCD issue for IntelFrameworkModulePkg.dsc by klu2 · 17 years ago
  16. dfb780e Fix several Unicode typo. by qhuang8 · 17 years ago
  17. 2b3b50f Add the brief usage guide for Msa2Inf.exe. by qhuang8 · 17 years ago
  18. a1e3528 Replace EFI_MAX() with MAX() Replace EFI_MIN() with MIN() by mdkinney · 17 years ago
  19. 4cd79ac Add missing definition EFI_PEI_SERVICE into IntelFrameworkPkg. by klu2 · 17 years ago
  20. 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
  21. 13b2f60 Add Msa2Inf.exe: Port an EDKII module to EDKII' module: by qhuang8 · 17 years ago
  22. 45655ba Fixed an issue of PCD under [Components] in DSC file by jwang36 · 17 years ago
  23. f0e78fc Add VaraiblePei into IntelFrameworkModulePkg by klu2 · 17 years ago
  24. f3c9803 by jlin16 · 17 years ago
  25. 7ba905c Add VariablePei into IntelFrameworkModulePkg by klu2 · 17 years ago
  26. 569f0fe Fixed a bug in parsing <PcdsDynamic> of <Components> in DSC file by jwang36 · 17 years ago
  27. 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
  28. 62271ed 1. Incorporated FDF parser fix by jwang36 · 17 years ago
  29. 7336ebe GenFds Tool: Fix the bug that the GUID section can't content more than one leaf section. by qouyang · 17 years ago
  30. c440081 Fixed an issue in referencing DatumType in AutoGen by jwang36 · 17 years ago
  31. 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
  32. 98d80c1 Fix bug in MdePkg. by yshang1 · 17 years ago
  33. c22b604 Correct help usage format and error message format for the GenFw, GenSec, GenFfs and GenFv tool. by lgao4 · 17 years ago
  34. 2b6e9b3 Added missing "-" for "convert-hex" option of Trim.exe by jwang36 · 17 years ago
  35. 9393402 1. Changed the trim algorithm to be more general according to the Line Control directive by jwang36 · 17 years ago
  36. 64d3b0e fix a issue for TARGET_ARCH by jjin9 · 17 years ago
  37. 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
  38. 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
  39. 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
  40. 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
  41. c0691ef 1) Move definition of FFS-related in Include/Framework/FirmwareFileSystem.h to IntelFrameworkPkg/Include/Guid/FirmwareFileSystem.h by klu2 · 17 years ago
  42. 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
  43. 2a7e6bb EFI_FILE_TAIL_ATTRIBUTE does not support in PI specification. by klu2 · 17 years ago
  44. 1b144bb Move the definition of Capsule from IntelFrameworkPkg/Include/Framework/Capsule.h to IntelFrameworkPkg/Include/Guid/Capsule.h. by klu2 · 17 years ago
  45. bbdeca9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  46. 87c96e3 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  47. 2f053c9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  48. 2287f23 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  49. f22cf5f 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  50. f4118ff fixed Typo in MdePkg. by yshang1 · 17 years ago
  51. 85496a3 Correct acpi table c file build rule. by lgao4 · 17 years ago
  52. d17bb5c 1. Added architecture override option for GenFds command in top level makefile by jwang36 · 17 years ago
  53. a1c3eb6 BootSectImage binary to modify MBR or boot sector. by jlin16 · 17 years ago
  54. 5d57e86 Fixed library instance selection issue by jwang36 · 17 years ago
  55. 30bb474 Fixed the LIBRARY_CLASS format error by jwang36 · 17 years ago
  56. 2d200d7 Added USER_DEFINED in the supported module type list by jwang36 · 17 years ago
  57. b432a91 Added DXE_CORE in the supported module type list by jwang36 · 17 years ago
  58. 39fcdca Changed class name EdkPeCoffLoaderLib to PeCoffLoaderLib by jwang36 · 17 years ago
  59. 159baf3 Changed class name EdkGraphicsLib to GraphicsLib by jwang36 · 17 years ago
  60. 67c23c4 Changed class name EdkFvbServiceLib to FvbServiceLib by jwang36 · 17 years ago
  61. 6cf4cca change "System Production Name" to "Nt32 Emulation Environment" and will change "Bios Version" name to "R9 Prime" by klu2 · 17 years ago
  62. 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
  63. 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
  64. 2697c17 Synchronize with StatusCode Specification. by klu2 · 17 years ago
  65. 51d104f Synchronize with StatusCode Specification. by klu2 · 17 years ago
  66. 2327f6c Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h by klu2 · 17 years ago
  67. 3f07ea9 Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h by klu2 · 17 years ago
  68. 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
  69. 1b0d0cc Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
  70. f651bd3 Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
  71. 9f256ee Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
  72. 88ce020 Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 by lgao4 · 17 years ago
  73. 98a1fa1 Correct parameter UINTN to UINT32 by lgao4 · 17 years ago
  74. 7a31af6 Fix the type-cast between UINT32 & UINTN by qhuang8 · 17 years ago
  75. 39a4d28 Correct UefiDecompress library instance by lgao4 · 17 years ago
  76. 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
  77. c76af11 Changed the library class name to HiiLibFramework by jwang36 · 17 years ago
  78. 9f6bb5f Changed the output format by jwang36 · 17 years ago
  79. c543936 Changed the class name to OldPeiCoreEntryPoint by jwang36 · 17 years ago
  80. 6ae8cca Fix a typo in library class name. by qhuang8 · 17 years ago
  81. f3f152e Fixed BDS display issue caused by unicode file parse by jwang36 · 17 years ago
  82. 31528f0 Using CopyMem service to replace the "while" loop for the memory copy by zliu3 · 17 years ago
  83. 65ddc26 1. Fixed STRING_TOKEN() matching issue during unicode file parsing by jwang36 · 17 years ago
  84. 8403ef2 Adding typedef according to framework specification. by klu2 · 17 years ago
  85. f50f181 GenPage binary to generate EfiLoaderImage with page table. by jlin16 · 17 years ago
  86. 4083417 Import UndiRuntimeDxe. by yshang1 · 17 years ago
  87. 370856f added the missing contents of copywrite. by vanjeff · 17 years ago
  88. a586770 1. Enable Mtftp4Dxe in MdeModulePkg.dsc by vanjeff · 17 years ago
  89. 632a3a6 GenBootSector binary to modify boot sector. by jlin16 · 17 years ago
  90. 8559bf2 Fixed an issue which all lines will be removed if no "#line" or "#" is found by jwang36 · 17 years ago
  91. 896a3f9 Added Trim command for ASL file process by jwang36 · 17 years ago
  92. 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
  93. 2118457 Set the executable property on Split.exe by lhauch · 17 years ago
  94. 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
  95. 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
  96. 4be464d Remove the invalid revision 3549. by yshang1 · 17 years ago
  97. 8ad603f remove the two unnecessary CONST modifier. by qwang12 · 17 years ago
  98. e8ed718 Remove duplicate module in IntelFrameworkModulePkg by klu2 · 17 years ago
  99. 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
  100. d8b61da Fix bug in PciCfg to support PCI express address. by yshang1 · 17 years ago