1. 6bee163 Fix building issue for Intel Compiler by klu2 · 17 years ago
  2. bbc0f1b Allow DXE dispatcher to ignore EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE type FFS file found in EFI_HOB_FIRMWARE_VOLUME2 HOB. by qwang12 · 17 years ago
  3. 07ad9b8 Add in BuildFv2Hob in HobLib by qwang12 · 17 years ago
  4. 687a2e5 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 have passed SCT. by vanjeff · 17 years ago
  5. 4a8f7cc Changed the revision number of AutoGen source code since build.exe was regenerated for it. by jwang36 · 17 years ago
  6. d3a58e2 Update the code to match spec for EfiFvbSetVolumeAttributes API. by qwang12 · 17 years ago
  7. d60db64 Fixed incremental link issue, which dependent libraries were not taken into account. by jwang36 · 17 years ago
  8. 8fe4875 Update the comments of PiDxe.h, PiPei.h and Uefi.h. by yshang1 · 17 years ago
  9. 702887d Update PciCfg2.c to follow strict ANSI C spec. by yshang1 · 17 years ago
  10. 5157f1d 1. Added revision information of source code from which build.exe came from. by jwang36 · 17 years ago
  11. 78d6fbd Merge in a bug fixed in EDK tree. by qwang12 · 17 years ago
  12. d257702 Merge in some fix from R8 on USB Bus driver: by qwang12 · 17 years ago
  13. 6f5554b Rename the Msa2Inf.exe to MigrationMsa2Inf to indicate the real usage. by qhuang8 · 17 years ago
  14. 8083432 Changed the order of SLINK option by jwang36 · 17 years ago
  15. dce323a Re-designed build_rule.template and updated build.exe to support the new format by jwang36 · 17 years ago
  16. 46d9097 Check in the proto-Msa2Inf tool. This is the really migration tool. by qhuang8 · 17 years ago
  17. 49dd059 Added back removed files for Python tools, and re-generated Msa2Inf.exe since it cannot run on non-English locale environment. by jwang36 · 17 years ago
  18. a5b8a50 Use <> in #include statements instead of "" for include files from packages by mdkinney · 17 years ago
  19. 46817e4 Use <> in #include statements instead of "" for include files from packages by mdkinney · 17 years ago
  20. 2d85ada Use <> in #include statements instead of "" for include files from packages by mdkinney · 17 years ago
  21. 4718082 Use <> in #include statements instead of "" for include files from packages by mdkinney · 17 years ago
  22. 8df425c Remove several unprintable characters in comments by qhuang8 · 17 years ago
  23. d8bcc81 Removed files not generated by freezer any longer by jwang36 · 17 years ago
  24. 84ea141 Previous fix was in error by AJFISH · 17 years ago
  25. 244071a Missed a conversion. Fixed build break by AJFISH · 17 years ago
  26. ff37790 Cleaned up EFI Console Variable usage by AJFISH · 17 years ago
  27. 9843f06 Rebuild GenFds.exe based on tag 554 with the one fix for the build break for FFS files without CHESKSUM sections by mdkinney · 17 years ago
  28. 6b88cee Updated to use new PCD settings by AJFISH · 17 years ago
  29. 29c3622 Remove use of CHECKSUM sections and leave an example in comments showing how to use CHECKSUM sections by mdkinney · 17 years ago
  30. b83e250 Added support for UART and Terminal PCD settings by AJFISH · 17 years ago
  31. 656f6e6 Added support for UART and Terminal PCD settings by AJFISH · 17 years ago
  32. b12532d Added PCD settings for UART and Terminal Type device path nodes defined in this package. I will update specifications when document repository migration is complete. by AJFISH · 17 years ago
  33. 271d812 Rebuild GenFds.exe based on tag 551 with the one fix for the build break for FFS files without CHESKSUM sections by mdkinney · 17 years ago
  34. 6dee5d3 Fix bug in GenFds that would break the build if the FFS rule does not include a Checksum section by mdkinney · 17 years ago
  35. 1a2e381 Fix a typo in last check in. The token number should not have been duplicated. by qhuang8 · 17 years ago
  36. 21c9b90 Add missing PcdWinNtFdBaseAddress declaration in DEC file. by qhuang8 · 17 years ago
  37. f3f0c2f Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  38. 3da07a7 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  39. 514ba42 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  40. ffc048d Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  41. d026a74 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  42. 2765c47 Fix a bug to relocate FTW space base for NT32 platform. by qhuang8 · 17 years ago
  43. 184cf40 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  44. 551ed06 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  45. 820dff1 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  46. eba54e1 Update DXE Core to use gEfiCallerIdGuid instead of the gDxeServicesTableGuid for status codes by mdkinney · 17 years ago
  47. 66fa2bd Remove MDT from SAL.h by mdkinney · 17 years ago
  48. 00666ce Fix two bugs in GenVtf.c by mdkinney · 17 years ago
  49. 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
  50. 9833aea Change the PAL address from k7 to k1, since the k7 should save PeiServicesPoint following PI. by yshang1 · 17 years ago
  51. df809f3 1) Fix bug in StatusCodeDxe about the nested DataHub->Log in callback. by yshang1 · 17 years ago
  52. 8edf7e9 Incorporated Mike's fix on gEfiCallerGuidId definition by jwang36 · 17 years ago
  53. 07c0178 Fix bug. by qouyang · 17 years ago
  54. be5b2ad gEfiCallerIdGuid is defined in Autogen.h by qwang12 · 17 years ago
  55. 20bec55 Add debugLib for this instance. by lgao4 · 17 years ago
  56. d35be2a Sync code with MdePkg spec for Scsi library class and CustomDecompress library class. by lgao4 · 17 years ago
  57. ed72357 Correct usage help information and error information format for GenVtf, EfiRom, and TianoCompress tool. by htao · 17 years ago
  58. 5da9710 Fix missing PCD issue for IntelFrameworkModulePkg.dsc by klu2 · 17 years ago
  59. dfb780e Fix several Unicode typo. by qhuang8 · 17 years ago
  60. 2b3b50f Add the brief usage guide for Msa2Inf.exe. by qhuang8 · 17 years ago
  61. a1e3528 Replace EFI_MAX() with MAX() Replace EFI_MIN() with MIN() by mdkinney · 17 years ago
  62. 4cd79ac Add missing definition EFI_PEI_SERVICE into IntelFrameworkPkg. by klu2 · 17 years ago
  63. 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
  64. 13b2f60 Add Msa2Inf.exe: Port an EDKII module to EDKII' module: by qhuang8 · 17 years ago
  65. 45655ba Fixed an issue of PCD under [Components] in DSC file by jwang36 · 17 years ago
  66. f0e78fc Add VaraiblePei into IntelFrameworkModulePkg by klu2 · 17 years ago
  67. f3c9803 by jlin16 · 17 years ago
  68. 7ba905c Add VariablePei into IntelFrameworkModulePkg by klu2 · 17 years ago
  69. 569f0fe Fixed a bug in parsing <PcdsDynamic> of <Components> in DSC file by jwang36 · 17 years ago
  70. 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
  71. 62271ed 1. Incorporated FDF parser fix by jwang36 · 17 years ago
  72. 7336ebe GenFds Tool: Fix the bug that the GUID section can't content more than one leaf section. by qouyang · 17 years ago
  73. c440081 Fixed an issue in referencing DatumType in AutoGen by jwang36 · 17 years ago
  74. 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
  75. 98d80c1 Fix bug in MdePkg. by yshang1 · 17 years ago
  76. c22b604 Correct help usage format and error message format for the GenFw, GenSec, GenFfs and GenFv tool. by lgao4 · 17 years ago
  77. 2b6e9b3 Added missing "-" for "convert-hex" option of Trim.exe by jwang36 · 17 years ago
  78. 9393402 1. Changed the trim algorithm to be more general according to the Line Control directive by jwang36 · 17 years ago
  79. 64d3b0e fix a issue for TARGET_ARCH by jjin9 · 17 years ago
  80. 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
  81. 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
  82. 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
  83. 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
  84. c0691ef 1) Move definition of FFS-related in Include/Framework/FirmwareFileSystem.h to IntelFrameworkPkg/Include/Guid/FirmwareFileSystem.h by klu2 · 17 years ago
  85. 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
  86. 2a7e6bb EFI_FILE_TAIL_ATTRIBUTE does not support in PI specification. by klu2 · 17 years ago
  87. 1b144bb Move the definition of Capsule from IntelFrameworkPkg/Include/Framework/Capsule.h to IntelFrameworkPkg/Include/Guid/Capsule.h. by klu2 · 17 years ago
  88. bbdeca9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  89. 87c96e3 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  90. 2f053c9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  91. 2287f23 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  92. f22cf5f 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  93. f4118ff fixed Typo in MdePkg. by yshang1 · 17 years ago
  94. 85496a3 Correct acpi table c file build rule. by lgao4 · 17 years ago
  95. d17bb5c 1. Added architecture override option for GenFds command in top level makefile by jwang36 · 17 years ago
  96. a1c3eb6 BootSectImage binary to modify MBR or boot sector. by jlin16 · 17 years ago
  97. 5d57e86 Fixed library instance selection issue by jwang36 · 17 years ago
  98. 30bb474 Fixed the LIBRARY_CLASS format error by jwang36 · 17 years ago
  99. 2d200d7 Added USER_DEFINED in the supported module type list by jwang36 · 17 years ago
  100. b432a91 Added DXE_CORE in the supported module type list by jwang36 · 17 years ago