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