1. 6782e82 deleted PCD PcdUefiVariableDefaultTimeout by jchen20 · 15 years ago
  2. 9313111 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
  3. c9eb1ba add correct [Depex] section. by vanjeff · 15 years ago
  4. f51c8a9 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
  5. 7075f41 Remove extra #includes where possible to make build more efficient by mdkinney · 16 years ago
  6. f928971 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 16 years ago
  7. 989003b Remove unused PeiServiceLib header file. by lgao4 · 16 years ago
  8. 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 16 years ago
  9. 83c4704 Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead. by mdkinney · 16 years ago
  10. d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 16 years ago
  11. 4b703d3 change the name of macro or data structure to follow DataHubSubclass/MemSubclass/CacheSubClass/ProcSubclass specs. by eric_tian · 16 years ago
  12. e900e19 Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg. by vanjeff · 16 years ago
  13. 2bda59e Fix Winnt file system will fail to read() a root "\" after call open(). by gikidy · 16 years ago
  14. 9485089 fixed one bug causing "sct -u" failure when running at twice or more times. by vanjeff · 16 years ago
  15. a00ec39 Fix ICC compatibility issues by mdkinney · 16 years ago
  16. 4a2a9d7 Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable by klu2 · 16 years ago
  17. d2c315e Retire the duplicate StatusCode PCD: by lgao4 · 16 years ago
  18. c2bd20a Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid, by lgao4 · 16 years ago
  19. d5275ee Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  20. 5e335a5 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  21. 9c11644 Build tool will translate the value of VOID* type PCD to byte array, and put value into database. So no need use esc character "\" in path value of UNICODE string. by klu2 · 16 years ago
  22. 6a729dc Fix <.><..> can not work correctly on NT32 platform. by gikidy · 16 years ago
  23. be71cc9 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  24. 1f53f7b Update SecMain for Nt32 to use WriteFile() for all status code related console output so the same mechanism is used for SEC, PEI, and DXE. Previously SEC and PEI were using printf() and DXE was using WriteFile() and the order of the messages was not correct in all cases. By using the same method for all status code output, the order of the messages is correct. by mdkinney · 16 years ago
  25. a776476 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
  26. 53d7408 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
  27. 53fafef change ISO 639-2 language codes to RFC 4646 codes in .UNI files by rsun3 · 16 years ago
  28. 51f1a2b Sync with PE/COFF Extra Action library class comments and add ASSERT() conditions if ImageContext is NULL. by mdkinney · 16 years ago
  29. 44c4024 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  30. 72670d3 Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress by jljusten · 16 years ago
  31. 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
  32. ecd8990 Update FDF files according to update of status code driver. by xli24 · 16 years ago
  33. 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
  34. 6d8ced2 Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. by lgao4 · 16 years ago
  35. 4324075 fixed one bug when copy MAC address. by vanjeff · 16 years ago
  36. d6a6483 Remove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  37. 0d10bfc update by eric_tian · 16 years ago
  38. cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
  39. c0aa5e0 Per UEFI spec, SetMode() should clear screen anyway with black color. by vanjeff · 16 years ago
  40. 785a121 Add DriverSample Driver into NT32 FD by lgao4 · 16 years ago
  41. 3f07728 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  42. 781bd43 Resolve a CreateEventEx name collision between VS 2008 windows.h and UefiSpec.h by mdkinney · 16 years ago
  43. f629878 Remove driver sample driver from FD image. This driver needs to be dynamic loaded in shell. by lgao4 · 16 years ago
  44. 84a7fd1 updated to use the term “temporary memory” but not CAR by eric_tian · 16 years ago
  45. 8a67d80 return value not follow spec. by vanjeff · 16 years ago
  46. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  47. 8d9bda4 Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance now and will be added later if necessary. by rsun3 · 16 years ago
  48. 121ac75 Update Nt32 FVB driver to provide the valid FvHeader that header checksum is zero. by lgao4 · 16 years ago
  49. 9efcf13 Change 'WatchDog' to 'Watchdog' in FDF file. by jlin16 · 16 years ago
  50. fc5f0e3 Fix the wrong Revision number. According to PI spec 1.0, this field should be set to 2. by qhuang8 · 16 years ago
  51. 4d6c29c 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
  52. 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
  53. 97ef8cf Add more usages in NT32 dsc and fdf by lgao4 · 16 years ago
  54. eb92036 Add FvNameGuid for FV extension header. by klu2 · 16 years ago
  55. 0a20571 retire FvbServiceLib class in MdeModulePkg, and also remove the two instances in MdeModulePkg and ItaniumPlatformPkg. by eric_tian · 16 years ago
  56. e4ce8ea remove PcdNtEmulatorEnable. by vanjeff · 16 years ago
  57. 8e8fcb0 Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" by qhuang8 · 16 years ago
  58. ee31b44 Add empty line by qhuang8 · 16 years ago
  59. ffdd18b Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
  60. 0dc9978 add check for invalid handle. by vanjeff · 16 years ago
  61. ea2d908 retired PcdNtEmulatorEnable. by vanjeff · 16 years ago
  62. eba3ff4 Remove the lite version FaultTolerantWrite Dxe Driver. Use new full version FaultTolerantWriteDxe driver in MdeModulePkg. by lgao4 · 16 years ago
  63. 5bc18fe Make Nt32 Sec use PeiReportStatusCodeLib instance of BaseReportStatusCodeLib in IntelFrameworkModulePkg. by qhuang8 · 16 years ago
  64. 9bc2425 remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
  65. 3709c4c 1. delete Include/Guid/VariableInfo.h by eric_tian · 16 years ago
  66. 1f9fa1d 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record. by klu2 · 16 years ago
  67. 34a2bb9 All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Application by eric_tian · 16 years ago
  68. 21e97c7 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
  69. a8fdba5 remove dependent package from inf files. by vanjeff · 16 years ago
  70. 996d5e2 Remove PCD setting same to default set. by lgao4 · 16 years ago
  71. 6c76a5d Fix typo in driver entry point name by qhuang8 · 16 years ago
  72. 7fc80d4 Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle. by vanjeff · 16 years ago
  73. ef0028a Fix typo by klu2 · 16 years ago
  74. 9b4efc6 Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
  75. 2743172 Add sample PlatformDriOverrideDxe and PlatOverMngr application in NT32 package by lgao4 · 16 years ago
  76. 41ae2c7 Remove reference to gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt by qhuang8 · 16 years ago
  77. eac564e Correct comments by lgao4 · 16 years ago
  78. efd5428 Clean Nt32 FVB driver doesn't produce the undefined FVB extension protocol. by lgao4 · 16 years ago
  79. 627abd5 Remove unused NvDataFvHob Replace it with NvDataFvGuid by lgao4 · 16 years ago
  80. 842b46a Update SecMain code to remove unused logic. by lgao4 · 16 years ago
  81. 1a9a125 Fix the wrong fix in last check in by qhuang8 · 16 years ago
  82. fcf24ba Update Nt32 platform to use dynamic HII pcd to save console output mode. by qhuang8 · 16 years ago
  83. d73be1d Remove BaseMemoryTest PPI and related producers and consumers. by xli24 · 16 years ago
  84. 68443c6 Fix entry point prototype error. by qhuang8 · 16 years ago
  85. d84dbca Use apply PeiServicesLib to locate PPI by qhuang8 · 16 years ago
  86. dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  87. d5469f4 Corrected the case of file name by jwang36 · 16 years ago
  88. 693e49c Add comments in platform DSC files to remind that binaries are only listed in FDF, not in DSC. by xli24 · 16 years ago
  89. 820886d Update PE/COFF libs to use machine type macros from PeImage.h by mdkinney · 16 years ago
  90. ae66d8d use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES by jji4 · 16 years ago
  91. 4213ce8 Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  92. 0adcc82 Remove unused Hob Guid by lgao4 · 16 years ago
  93. 5c5a2ca 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
  94. 67252d9 Adjust gSimpleTextInExNotifyGuid position in INF file. by gikidy · 16 years ago
  95. 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
  96. 9a8fe60 Remove the capsule PCD value setting. This value is same to the default value. No setting is required. by lgao4 · 16 years ago
  97. 165aba1 Remove the undefined logic to process gEfiStatusCodeSpecificDataGuid status code data. by lgao4 · 16 years ago
  98. 99e1dd8 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  99. 1f13f1c Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT issue about definition and implementation. by gikidy · 16 years ago
  100. f0ba8fd Update PEIM entry point to follow PEIM entry point. by lgao4 · 16 years ago