1. 97ef8cf Add more usages in NT32 dsc and fdf by lgao4 · 16 years ago
  2. 0a20571 retire FvbServiceLib class in MdeModulePkg, and also remove the two instances in MdeModulePkg and ItaniumPlatformPkg. by eric_tian · 16 years ago
  3. e4ce8ea remove PcdNtEmulatorEnable. by vanjeff · 16 years ago
  4. 8e8fcb0 Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" by qhuang8 · 16 years ago
  5. ffdd18b Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
  6. ea2d908 retired PcdNtEmulatorEnable. by vanjeff · 16 years ago
  7. eba3ff4 Remove the lite version FaultTolerantWrite Dxe Driver. Use new full version FaultTolerantWriteDxe driver in MdeModulePkg. by lgao4 · 16 years ago
  8. 5bc18fe Make Nt32 Sec use PeiReportStatusCodeLib instance of BaseReportStatusCodeLib in IntelFrameworkModulePkg. by qhuang8 · 16 years ago
  9. 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
  10. 34a2bb9 All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Application by eric_tian · 16 years ago
  11. 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
  12. 996d5e2 Remove PCD setting same to default set. by lgao4 · 16 years ago
  13. ef0028a Fix typo by klu2 · 16 years ago
  14. 2743172 Add sample PlatformDriOverrideDxe and PlatOverMngr application in NT32 package by lgao4 · 16 years ago
  15. 41ae2c7 Remove reference to gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt by qhuang8 · 16 years ago
  16. 842b46a Update SecMain code to remove unused logic. by lgao4 · 16 years ago
  17. fcf24ba Update Nt32 platform to use dynamic HII pcd to save console output mode. by qhuang8 · 16 years ago
  18. d73be1d Remove BaseMemoryTest PPI and related producers and consumers. by xli24 · 16 years ago
  19. dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  20. d5469f4 Corrected the case of file name by jwang36 · 16 years ago
  21. 693e49c Add comments in platform DSC files to remind that binaries are only listed in FDF, not in DSC. by xli24 · 16 years ago
  22. 4213ce8 Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  23. 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
  24. 9a8fe60 Remove the capsule PCD value setting. This value is same to the default value. No setting is required. by lgao4 · 16 years ago
  25. 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
  26. 4797d4c Update NT32 platform DSC file for library class/instances renaming. by qhuang8 · 16 years ago
  27. 008698a 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros by klu2 · 16 years ago
  28. a7e883d Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to package dependency issue, and update all DSC files accordingly. by xli24 · 16 years ago
  29. 0a525ec Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  30. 01a59a8 Changing source filename to match name changing. by vanjeff · 16 years ago
  31. eb5bb28 Set PcdPlatformBootTimeOutDefault to 10 to enable test automation. by qhuang8 · 16 years ago
  32. ae8432d Rename Nt32 Fd image name to Nt32.Fd by lgao4 · 16 years ago
  33. e6422a3 Fix a typo in Pcd name by qhuang8 · 16 years ago
  34. 880cfb9 Change default PcdLib instances for UEFI drivers and applications for Nt32 platform by qhuang8 · 16 years ago
  35. fb53e6c Switch DxeCore to use DxeCoreMemoryAllocationLib for NT32 platform. by qhuang8 · 16 years ago
  36. 45fb148 Remove duplicate PCD by klu2 · 16 years ago
  37. d37be74 Fixed a case error in referencing DxeNt32PeCoffLib.inf. by ywang · 16 years ago
  38. 7f4d210 Add library instance for UEFI_DRIVER by qhuang8 · 16 years ago
  39. b3149ea [Description] by eric_tian · 17 years ago
  40. 58dcdad Merge Temporary Ram support patch. by klu2 · 17 years ago
  41. 764e3bf remove EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf which is removed. by qwang12 · 17 years ago
  42. 350c543 Remove the wrong changes. by qwang12 · 17 years ago
  43. 20d2ed1 Replaced by Y:\work\MdeModulePkg\Library\GenericBdsLib\GenericBdsLib.inf which complies to UEFI HII. by qwang12 · 17 years ago
  44. ff8ff13 Update PeiReportStatusCodeLib instance, which will support report data prior to installed the REPORT STATUSCODE PPI. by yshang1 · 17 years ago
  45. 2a5726b 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
  46. db9c423 Rollback. by jwang36 · 17 years ago
  47. bb447e1 Fixed the incorrect library instance setting for "PerformanceLib" library class by jwang36 · 17 years ago
  48. 5fd5fcd UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  49. be0187b Comment out unused ECP library which no any module referenced, by klu2 · 17 years ago
  50. 2529e5e Added following line under [BuildOptions] for R8 modules build by jwang36 · 17 years ago
  51. cd46d8f Added [Libraries] for R8 modules' build by jwang36 · 17 years ago
  52. 95be2c9 by lgao4 · 17 years ago
  53. 706e753 Modify minor error in Nt32Pkg.dsc by lgao4 · 17 years ago
  54. 1964846 Add PeiPiLib for PeiMain module by lgao4 · 17 years ago
  55. 2b642e5 Fix some bugs in DSC/INF file Nt32 platform by klu2 · 17 years ago
  56. 55fd33e Remove AtapiPassThru driver in NT32 DSC file by qhuang8 · 17 years ago
  57. 36ee91c 1. Add DPC protocol and DpcLib library in MdeModulePkg. by vanjeff · 17 years ago
  58. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  59. ad4dc92 Remove WinNtConsole driver since its functionality has already been covered by WinNtGop driver by qhuang8 · 17 years ago
  60. 46ffb9a Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. by lgao4 · 17 years ago
  61. 899bc55 Apply Crc32GuidedSectionExtract library instance to replace the original Crc32SectionExtractDxe driver to produce Crc32 guided section protocol. by lgao4 · 17 years ago
  62. e6ef530 Add PcdConOutGopSupport and PcdConOutUgaSupport reference in DSC file. by vanjeff · 17 years ago
  63. 9c7aa18 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions. by qwang12 · 17 years ago
  64. 2ad4dad 1. Update internal EfiPrint protocol to contain all print interfaces provided by PrintLib class of MdePkg. 2. Update SetupBrowserDxe driver to produce new EfiPrint protocol. by lgao4 · 17 years ago
  65. d173d9c Correct ExtractGuidedSectionLib library instance for PEIM and DXE by lgao4 · 17 years ago
  66. 676de8d Add Unicode Collation related PCD entries in DSC file. by qhuang8 · 17 years ago
  67. ba57111 Change NT32 to use optimized BaseMemoryLibs by mdkinney · 17 years ago
  68. bd55fe1 added the CpuLib by vprabhal · 17 years ago
  69. e8ec178 Added PCD for Variable Store profiling by AJFISH · 17 years ago
  70. 8270a5f Enable to produce component name 2 protocol for all Uefi drivers in Nt32 package. by qhuang8 · 17 years ago
  71. 18fd8d6 1. Add ExtractGuidedSectionLib library to replace customdecompress library. by lgao4 · 17 years ago
  72. 5e106e5 Add PeiPiLib in Nt32's DSC file by klu2 · 17 years ago
  73. 5d58295 Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not enable the temporary IDT table, DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED may not work correctly till CPU DXE programs the IDT table. by yshang1 · 17 years ago
  74. 3d7b099 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. by lgao4 · 17 years ago
  75. d8f31a2 Moved the build options from the defines section to the BuildOptions section by lhauch · 17 years ago
  76. 4fb31c2 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg by klu2 · 17 years ago
  77. b0d803f Merge branch of PI tree to main trunk by klu2 · 17 years ago
  78. f15a200 Remove OldPeiCoreEntryPoint library instance from MdePkg by klu2 · 17 years ago
  79. d4b7ad5 PeiCore and DxeCore should use MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf library instance for PcdLib library class by klu2 · 17 years ago
  80. 593a830 1. Import SnpNt32Dxe. That is a thunk driver could produce SNP protocol on NT32 platform. It needs cowork with Network I/O driver. by vanjeff · 17 years ago
  81. 8877e89 Removed unused PCD entries. by AJFISH · 17 years ago
  82. b3af5df Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40. by qhuang8 · 17 years ago
  83. e30eb28 Fix the wrong Maximum size for PcdUefiVariableDefaultPlatformLang by qhuang8 · 17 years ago
  84. b83e250 Added support for UART and Terminal PCD settings by AJFISH · 17 years ago
  85. 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
  86. 2f053c9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  87. 39a4d28 Correct UefiDecompress library instance by lgao4 · 17 years ago
  88. c76af11 Changed the library class name to HiiLibFramework by jwang36 · 17 years ago
  89. 4be464d Remove the invalid revision 3549. by yshang1 · 17 years ago
  90. d8b61da Fix bug in PciCfg to support PCI express address. by yshang1 · 17 years ago
  91. 6d3aa33 Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. by yshang1 · 17 years ago
  92. 76b0f6a PcdPei module should link BasePcdLibNull to avoid self dependency. by qhuang8 · 17 years ago
  93. 1375916 Change the patchableInModule type PCD to fixedAtBuild type PCD because NT32 platform is not for releasing binary module. by klu2 · 17 years ago
  94. b7273e6 Remove duplicate PCD from DSC file by klu2 · 17 years ago
  95. 75fe518 Fix PCD bug in NT32Pkg DSC file. by klu2 · 17 years ago
  96. c247746 Removed unused library classes by jwang36 · 17 years ago
  97. 409f678 Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file with package specification update by AJFISH · 17 years ago
  98. d10385c Remove fpd word by klu2 · 17 years ago
  99. b397fbb removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid. Replaced them with the PCD values they represent. There was no need to use the driver model, when you could get PCD value directly. Also removed local copies of Atoi() in several modules. Fixed bug in reporting of memory size. by AJFISH · 17 years ago
  100. 0f363e7 Fixed MaxDatumSize of PcdWinNtPhysicalDisk by jwang36 · 17 years ago