1. 7800ef4 update the the last path of some modules by vanjeff · 17 years ago
  2. 4eadd52 update to use the late modules path. by vanjeff · 17 years ago
  3. 929e7bd update to use the late modules path. by vanjeff · 17 years ago
  4. 7658d60 Convert NT32 to use PCD settings for UEFI Timeout and language variables as a POC for new BDS. by AJFISH · 17 years ago
  5. d1477e4 Cleanups in PlatformBds.c. BDS will get rewritten, but his makes it easier to look at the current BDS by AJFISH · 17 years ago
  6. 5724d20 Remove .DXS reference in .inf file by AJFISH · 18 years ago
  7. d99e8cb Deleted CommonHeader.h that was not being used by AJFISH · 18 years ago
  8. f256957 Removed CommonHeader.h from NT32Pkg. Did not fix BDS as it will get re-written by AJFISH · 18 years ago
  9. 276be2d 1) Use Dynamic Pcd for hold the base address and length of Flash-related block. by klu2 · 18 years ago
  10. cba9012 Enable dynamic PCD for windowBusDriver by klu2 · 18 years ago
  11. 97a079e Updated modules to not depend on the IntelFrameworkPkg. by AJFISH · 18 years ago
  12. d4b8162 Rename Internal directory of FatBinPkg to make it more descriptive. by qhuang8 · 18 years ago
  13. b300209 Remove the EDK prefix from library instance folder's name by klu2 · 18 years ago
  14. 77cd7ff Remove the EDK prefix from library instance folder's name by klu2 · 18 years ago
  15. e0086b5 Add FatBinary to Nt32Pkg.fdf by qhuang8 · 18 years ago
  16. b79cf16 Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid. by klu2 · 18 years ago
  17. 3111e7b Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid. by klu2 · 18 years ago
  18. 04eced5 Adjust all driver dispatch order in fdf files. by klu2 · 18 years ago
  19. 388afff Use EdkFatBinPkg binary fat module in Nt32Pkg.fdf, becuase the binary fat module of FatBinPkg is not correct. by lgao4 · 18 years ago
  20. 3c8eac9 Add ConsoleSplitter into Nt32fpd.fdf file. by klu2 · 18 years ago
  21. 361c9fe Add PciBus module to Nt32Platform. by qhuang8 · 18 years ago
  22. 535fa32 Correct the dxs section for PlatformBdsDxe for Nt32Pkg by klu2 · 18 years ago
  23. 0c1a5ce Add MonotonicCounter driver by qhuang8 · 18 years ago
  24. 911cad1 Use Hob to get the variable base address in NV storage, but this need to be changed as use PCD when build tool is ready by klu2 · 18 years ago
  25. 6fa9d09 Fix some { error in Nt32Pkg platform dsc file by klu2 · 18 years ago
  26. e15fbaf 1) PcdFlashNvStorageFtwWorkingSize, PcdFlashNvStorageFtwWorkingBase, PcdFlashNvStorageFtwSpareSize, PcdFlashNvStorageFtwSpareBase, PcdFlashNvStorageVariableSize PcdFlashNvStorageVariableBase should in gEfiMdeModulePkgTokenSpaceGuid. by klu2 · 18 years ago
  27. 2cb630b Enabled PCD DXE/PEI module build. by jwang36 · 18 years ago
  28. be29ac9 1) PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportTianoDecompress, PcdDxeIplSupportEfiDecompress, PcdDxeIplBuildShareCodeHobs should in gEfiMdeModulePkgTokenSpaceGuid token space by klu2 · 18 years ago
  29. 7d421cf Select correct library instance of PeCoffLoaderLib for DXE_CORE by klu2 · 18 years ago
  30. ab7136a Update [PcdsDynamicDefault.common] because build.exe has been update. by klu2 · 18 years ago
  31. afc4d4e Add cleanall target by klu2 · 18 years ago
  32. 877723a Remove addtional debuglib library instance for SEC module. by klu2 · 18 years ago
  33. 8514044 SecMain should use BaseDebugNullLib.lib for DebugLib library class. by klu2 · 18 years ago
  34. 910f969 Fix the issue that Sec lost library build dependency by klu2 · 18 years ago
  35. d695558 Split out DebugLib for different module types by AJFISH · 18 years ago
  36. 28ea281 Use UefiDecompressLib|${WORKSPACE}/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf for make build going. by klu2 · 18 years ago
  37. 56a71b5 Porting WinNtFwhPei and WinNtFlashMapPei to produce FvHob. by klu2 · 18 years ago
  38. 2e7a663 Enable Nt32 platform boot to DXE phase. by klu2 · 18 years ago
  39. b4c658d Change section pcd from [PcdsDynamic] to [PcdsDynamicDefault] as defined in spec by hche10x · 18 years ago
  40. 14a71bf by klu2 · 18 years ago
  41. 9527612 Check in following modules, by xgu3 · 18 years ago
  42. af05f8b by klu2 · 18 years ago
  43. a6f8e80 Fixed the "{" in makefile by yshang1 · 18 years ago
  44. 9c0f45b fix path error by klu2 · 18 years ago
  45. f534206 Add PeiCore by klu2 · 18 years ago
  46. 033655d Close all compiler's options for debug Sec by klu2 · 18 years ago
  47. 694b922 Corrected uses of IntelFrameworkPkg header files. by bxing · 18 years ago
  48. 192f6d4 Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does follows PI specification except some FV definitions. by klu2 · 18 years ago
  49. 2010c81 add SKU section in dsc file by vanjeff · 18 years ago
  50. 1d58cfb Fixed build break by removing missing include file. Made code compile by not assuming every FLASH device is a FW Hub. by AJFISH · 18 years ago
  51. ba23773 Removed IntelframeworkPkg contamination from MdeModulePkg modules. by AJFISH · 18 years ago
  52. 9938f40 String.h confuse cl.exe. Its name collide with MS's std library. by qwang12 · 18 years ago
  53. 0633558 String.h confuse cl.exe. Its name collide with MS's std library. by qwang12 · 18 years ago
  54. 131d866 enable PlatformBdsDxe by qwang12 · 18 years ago
  55. 9ef4650 Use String.h by qwang12 · 18 years ago
  56. 37935d9 remove dxs fie by qwang12 · 18 years ago
  57. 559cb09 add in FirmwareRevision.h by qwang12 · 18 years ago
  58. 97ccbf2 Enable PlatformBdsDxe by qwang12 · 18 years ago
  59. 851d410 Enable PlatformBdsDxe by qwang12 · 18 years ago
  60. 2ff82e8 changed gEfiMdeModulePkgTokenSpaceGuid to gEfiEdkModulePkgTokenSpaceGuid temporary. They are need cleaning up later. by vanjeff · 18 years ago
  61. efb6503 add PCD Dxe and Pei module in Nt32Pkg.dsc, but they are commented. by vanjeff · 18 years ago
  62. 8706c60 clean up by vanjeff · 18 years ago
  63. 2e19fd0 Porting SecMain module for Nt32Pkg, but not enable PI, so it currently dependent on IntelFrameworkPkg temporary. by klu2 · 18 years ago
  64. f5d74f6 Add comments for FDF file. by lgao4 · 18 years ago
  65. 49cc0d3 Make some vfr buidable. by qwang12 · 18 years ago
  66. dd356cc Enable MiscSubclassDriver.inf in Nt32Pkg by vanjeff · 18 years ago
  67. 6d2b4f2 Adjust the default Library Class instances list in Library Class section. by vanjeff · 18 years ago
  68. 29afc51 Correct DSC to specify the new AtapiPassThru directory. by lgao4 · 18 years ago
  69. 24491cf Add Nt32 fdf file. by lgao4 · 18 years ago
  70. 7c1939e delete dxs file by qwang12 · 18 years ago
  71. 7928840 delete dxs file by qwang12 · 18 years ago
  72. 00fac19 delete dxs file by qwang12 · 18 years ago
  73. 24c5851 delete dxs file by qwang12 · 18 years ago
  74. 1897b70 Change MonotonicCounterRuntimeDxe to MetronomeDxe. This is a typo ininitally. MonotonicCounterRuntimeDxe should be in MdeModulePkg. by qwang12 · 18 years ago
  75. ca34da0 delete dxs file by qwang12 · 18 years ago
  76. 49d77b4 delete dxs file by qwang12 · 18 years ago
  77. e638b5e Remove CommonHeader.h from VFR files. by qwang12 · 18 years ago
  78. 0847a64 change reference to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL_GUID EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL by qwang12 · 18 years ago
  79. 71339b0 Change NameGuid to FvFileName by qwang12 · 18 years ago
  80. 29b0526 Make EdkGenericBdsLib compile. by qwang12 · 18 years ago
  81. 9921414 Add IntelFrameworkModulePkg dependency for status code library instances and Correct Nt32Pkg.dsc file sync with mdemodule directory change. by lgao4 · 18 years ago
  82. af162ac Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the naming convention. by qwang12 · 18 years ago
  83. ecd9cd1 1. Remove IntelFrameworkPkg.dec package dependency from EdkFvbServiceLib.inf and VariableRuntimeDxe/Variable.inf by vanjeff · 18 years ago
  84. 4bd1b0f 1. remove FirmwareVolumeBlock.h for IntelFrameworkPkg by vanjeff · 18 years ago
  85. 35fec2c 1. Add FrameworkFormBrowser.h by vanjeff · 18 years ago
  86. bc11b82 add in PlatformBds.inf by qwang12 · 18 years ago
  87. 5520659 1. Clean up DxeNt32OemHookStatusCodeLib.inf and PeiNt32OemHookStatusCodeLib.inf by vanjeff · 18 years ago
  88. 0dea993 by AJFISH · 18 years ago
  89. 29aa45b Rename Frame*Lib to *LibFramework to improve the speed that a module could be found in the tree. by qwang12 · 18 years ago
  90. 35ccc74 Add PciBus & Crc32SectionExtract to Nt32 build by qhuang8 · 18 years ago
  91. 273393c comment CpuRuntimeDxe driver to not break Nt32Pkg build by klu2 · 18 years ago
  92. 6ad55b1 Add ScsiDiskDxe driver for Nt32Pkg by klu2 · 18 years ago
  93. 3a10d47 Porting ScsiBus module for Nt32Pkg. by klu2 · 18 years ago
  94. c7f2624 add in CpuRuntimeDxe by qwang12 · 18 years ago
  95. 770bcbb add in CpuRuntimeDxe by qwang12 · 18 years ago
  96. 3a98b77 Updated *.dec files and .h files to support correct include path scheme by AJFISH · 18 years ago
  97. 480d38a remove duplicated definitions of gEfiAlternateFvBlockGuid by vanjeff · 18 years ago
  98. 4cf1c1b add helloworld, diskio, partition and varibleruntime modules in Nt32.dsc by vanjeff · 18 years ago
  99. 32f148f 1. Added depex file generation by jwang36 · 18 years ago
  100. 6ec032f Add IdeBus, DataHub, DataHubStdErr to Nt32 build by qhuang8 · 18 years ago