1. d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 16 years ago
  2. 15aef29 change the name of macro or data structure to follow DataHubSubclass/MemSubclass/CacheSubClass/ProcSubclass specs. by eric_tian · 16 years ago
  3. 116c9e2 Revert r8771. UnixPkg has a custom RTC driver. by jljusten · 16 years ago
  4. e900e19 Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg. by vanjeff · 16 years ago
  5. d22cb18 Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.inf instead of original PcAtChipsetPkg\PcRtc\RealTimeClock.inf by klu2 · 16 years ago
  6. 020f7cf add readme.txt for UnixPkg by klu2 · 16 years ago
  7. c68e18e Remove extra GUID that is not used by mdkinney · 16 years ago
  8. fda6722 Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable by klu2 · 16 years ago
  9. d2c315e Retire the duplicate StatusCode PCD: by lgao4 · 16 years ago
  10. c2bd20a Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid, by lgao4 · 16 years ago
  11. 84478de Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  12. 2ddf837 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  13. 8c8f3dc changed %s to %a to print correct ascii string. by vanjeff · 16 years ago
  14. d94f1f3 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  15. b088ba3 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
  16. cdf360f Remove unnecessary use of gEfiStatusCodeSpecificDataGuid and sync algorithm with NT32 OEM Hook Status Code Lib by mdkinney · 16 years ago
  17. 9c98c8e 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
  18. 53fafef change ISO 639-2 language codes to RFC 4646 codes in .UNI files by rsun3 · 16 years ago
  19. 132f41f Replace .globl with ASM_GLOBAL by xli24 · 16 years ago
  20. 7d28e82 add one comment when destroy the buffer. by vanjeff · 16 years ago
  21. 6cb6f07 Sync with PE/COFF Extra Action library class comments and add ASSERT() conditions if ImageContext is NULL. by mdkinney · 16 years ago
  22. b672348 1. Assign BDS timeout PCD value. 2. Sync SetupVariableInit in Unix Platform. by vanjeff · 16 years ago
  23. 72670d3 Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress by jljusten · 16 years ago
  24. 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
  25. ecd8990 Update FDF files according to update of status code driver. by xli24 · 16 years ago
  26. 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
  27. d6a6483 Remove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  28. f7bef78 update by eric_tian · 16 years ago
  29. cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
  30. 95e9472 change the output executable file postfix name from .exe to NULL. by eric_tian · 16 years ago
  31. 3f07728 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  32. 1fd8c31 updated to use the term “temporary memory” but not CAR by eric_tian · 16 years ago
  33. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  34. a2f39d4 Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now and will be added later if necessary. by rsun3 · 16 years ago
  35. f7796c7 Fix the wrong Revision number. According to PI spec 1.0, this field should be set to 2. by qhuang8 · 16 years ago
  36. 70c92c7 modify the format of DynamicHii type pcd in DSC file. We directly use Unicode string to describe the stored variable string name rather than original hex code. by eric_tian · 16 years ago
  37. 9336760 retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not produce such protocol to signify itself support writable FVB protocol. by eric_tian · 16 years ago
  38. 0a20571 retire FvbServiceLib class in MdeModulePkg, and also remove the two instances in MdeModulePkg and ItaniumPlatformPkg. by eric_tian · 16 years ago
  39. c84588f Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" by qhuang8 · 16 years ago
  40. f3a2b25 Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" by qhuang8 · 16 years ago
  41. 1664e0a Add empty line by qhuang8 · 16 years ago
  42. 398b646 Remove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
  43. ea2d908 retired PcdNtEmulatorEnable. by vanjeff · 16 years ago
  44. 7ee40c6 Remove the lite version FaultTolerantWrite Dxe Driver. Use new full version FaultTolerantWriteDxe driver in MdeModulePkg. by lgao4 · 16 years ago
  45. e14130b Make Unix Sec use PeiReportStatusCodeLib instance of BaseReportStatusCodeLib in IntelFrameworkModulePkg. by qhuang8 · 16 years ago
  46. fb0b55f remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
  47. 3709c4c 1. delete Include/Guid/VariableInfo.h by eric_tian · 16 years ago
  48. 12a738e 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
  49. 7aca74c Remove PCD setting same to default set. by lgao4 · 16 years ago
  50. 3f2053b Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  51. aad01a7 Remove unused guid by klu2 · 16 years ago
  52. 7f89e35 Remove reference to gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt by qhuang8 · 16 years ago
  53. af707fa Clean minor error. by lgao4 · 16 years ago
  54. e9cf53f Clean Unix FVB driver doesn't produce the undefined FVB extension protocol. by lgao4 · 16 years ago
  55. 5e9d6ca by lgao4 · 16 years ago
  56. e89bb66 Update to pass build by qhuang8 · 16 years ago
  57. d1b04ae Fix typo in data structure by qhuang8 · 16 years ago
  58. 7d10090 Fix typo in include file name by qhuang8 · 16 years ago
  59. 9351da4 Fix typo by qhuang8 · 16 years ago
  60. c71b659 Update Unix platform to use dynamic HII pcd to save console output mode. by qhuang8 · 16 years ago
  61. d73be1d Remove BaseMemoryTest PPI and related producers and consumers. by xli24 · 16 years ago
  62. 3c5a8c1 Use "==" to define build options for USER_DEFINED module by jwang36 · 16 years ago
  63. dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  64. 693e49c Add comments in platform DSC files to remind that binaries are only listed in FDF, not in DSC. by xli24 · 16 years ago
  65. e54ce90 Fix lib to use standard #defines for PE/COFF machine types by mdkinney · 16 years ago
  66. 6f4be51 Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  67. 7c9c12f Remove unused Hob Guid by lgao4 · 16 years ago
  68. 5d1a5b3 Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
  69. 7646204 Fix the prototype inconsitency issue. by qhuang8 · 16 years ago
  70. eb1f74c Add type cast to pass build by qhuang8 · 16 years ago
  71. 6c36580 Apply PeiServicesLib by qhuang8 · 16 years ago
  72. 2f17ffc Add type cast for PeiServices pointer by qhuang8 · 16 years ago
  73. de13f24 Apply PeiServicesLib by qhuang8 · 16 years ago
  74. c89914c Add type case by qhuang8 · 16 years ago
  75. a6be5d4 Remove 'DEBUG_MYTOOLS_IA32' from GUIDed tool specification to allow other toolchains to match. The latest GenFds.exe supports matching the tool automatically. by lgao4 · 16 years ago
  76. 8a38e45 Fix PCD typo by klu2 · 16 years ago
  77. 70ec469 Fix build break by qhuang8 · 16 years ago
  78. 208301e Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  79. 4058e90 Clean up to fix build break. by qhuang8 · 16 years ago
  80. f053287 Fix entry point prototype. by qhuang8 · 16 years ago
  81. cef5294 Fix entry point prototype. by qhuang8 · 16 years ago
  82. baadbb8 Fix entry point prototype. by qhuang8 · 16 years ago
  83. f49a99e Fix entry point prototype. by qhuang8 · 16 years ago
  84. 7a944d0 Fix constructor prototype. by qhuang8 · 16 years ago
  85. b5a1d1d retried graphics library class from MdePkg by vanjeff · 16 years ago
  86. 62c3d66 Add package dependency of MdeModulePkg.dec since HiiLib has been moved to MdeModulePkg by qhuang8 · 16 years ago
  87. d50c10a Add package dependency of MdeModulePkg.dec since HiiLib has been moved to MdeModulePkg by qhuang8 · 16 years ago
  88. 53d794b Update UNIX DSC file for library class/instances renaming. by qhuang8 · 16 years ago
  89. 9f0b86b Add DevicePathLib reference, for these macros have been moved to DevicePathLib by qhuang8 · 16 years ago
  90. c5085e1 Add DevicePathLib reference, for these macros have been moved to DevicePathLib by qhuang8 · 16 years ago
  91. 3c04388 Add DevicePathLib reference, for these macros have been moved to DevicePathLib by qhuang8 · 16 years ago
  92. 7492c63 Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
  93. cc26d6f Modify DSC file of UnixPkg according to update of MDE package. by xli24 · 16 years ago
  94. 82e718f Fix build break (verified to boot to shell). by qhuang8 · 16 years ago
  95. 0856e61 sync the PcdUnixFileSystem value with real path. by eric_tian · 16 years ago
  96. 1536925 Fix a case error by qhuang8 · 16 years ago
  97. dfb8993 fix a issue caused by code review follow up by eric_tian · 16 years ago
  98. be5d189 modify an issue about data off. by eric_tian · 16 years ago
  99. 0002305 Fix the typos in path name. by qhuang8 · 16 years ago
  100. 89963a8 Switch DxeCore to use DxeCoreMemoryAllocationLib for Unix platform. by qhuang8 · 16 years ago