1. 61249ae Merger DriverBinding and ComponentName into one <extern> section for all *.msa files by vanjeff · 18 years ago
  2. 495849b Add PCD Feature Flags for the Device Path Module by mdkinney · 18 years ago
  3. d946661 1) Added dependency check for flashmap, genfvimage, peirebase tasks by jwang36 · 18 years ago
  4. 0992e55 changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA674 to new 68169ab0-d41b-4009-9060-292c253ac43d to avoid its conflict with gPeiBaseMemoryTestPpiGuid and change all msa and fpd file in EdkII, which depends on EdkModulePkg. by lgao4 · 18 years ago
  5. 7f47bef added EFIAPI for those constructor functions by vanjeff · 18 years ago
  6. 0f008d9 Remove platform-specific Firmware Volume Block Driver implementation from EdkNt32Pkg. And move files from nt32 directory up one level. by qwang12 · 18 years ago
  7. 8cc59d2 Move the generic ConPlatform module from EdkNt32Pkg to EdkModulePkg. by lgao4 · 18 years ago
  8. b0e15cb clean up PCD settting for EdkModulePkg.fpd and EdkNt32Pkg.fpd by lgao4 · 18 years ago
  9. 8cf2c0a Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PCD type can be by lgao4 · 18 years ago
  10. 2f3fb65 Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to workspace root build directory according to Jordon's suggestions. by lgao4 · 18 years ago
  11. 738338d Remove unused code. by yshang1 · 18 years ago
  12. 4100d14 Update Binary Fat module to release version for reduce size. by lgao4 · 18 years ago
  13. aa64626 Add clean and cleanall target for Fat and Logo customized build xml. by lgao4 · 18 years ago
  14. 5001760 Add one more platform level common property "TARGET_DIR". Take Nt32 for example: TARGET_DIR=${BUILD_DIR}/${TARGET}_${TAGNAME} by wuyizhong · 18 years ago
  15. 42ef7fc Add the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg PeiVariable, RuntimeDxeVariabe, and Ftw module needs these PCDs. by lgao4 · 18 years ago
  16. c84c226 Update coding style of Nt32OemHookStatusCodeLib.c by yshang1 · 18 years ago
  17. c855755 by yshang1 · 18 years ago
  18. be800da by yshang1 · 18 years ago
  19. 34a94e4 Add in PCD instantiation for newly added PCD in PcdPEIM. by qwang12 · 18 years ago
  20. bf3a717 Introduce a new property INCLUDE_PATHS. This property can used by customized build file. For example <includepath path="${INCLUDE_PATHS}"/>. INCLUDE_PATHS contains all required include paths based on MSA file. by wuyizhong · 18 years ago
  21. 4436ffd According r1311 can't support linux. So rollback the change, but still remove the flag "/DSTRING_DEFINES_FILE=\"${BASE_NAME}StrDefs.h\"" since without any source file use it now. by wuyizhong · 18 years ago
  22. ca844f3 Continue to fix EDKT187. by klu2 · 18 years ago
  23. 054c4bb Fix the wrong datum size for PcdWinNtPhysicalDisk in Nt32.fpd file. by klu2 · 18 years ago
  24. 35a9542 Remove #include STRING_DEFINES_FILE from C file. Using ForceInclude to include ${BASE_NAME}StrDefs.h header file. Remove flag /DSTRING_DEFINED_FILE=${BASE_NAME}StrDefs.h. Move flags /DSTRING_ARRAY_NAME=${BASE_NAME}Strings from FPDs to BuildMacro since this flag will be used only unicode files exist. by wuyizhong · 18 years ago
  25. eefb8b0 Fix by klu2 · 18 years ago
  26. 2f62848 Adjust Nt32 SecMain user-defined build file to use OBJECTS. by wuyizhong · 18 years ago
  27. 04c40e0 Change Fat binary Guid to EnhancedFat by qhuang8 · 18 years ago
  28. 4224ac2 Fix BDS boot from file . and .. fail assertion by xgu3 · 18 years ago
  29. 202c5d5 Modify FtwLite and Variable DXE driver to use PCD instead of FlashMap HOB by xgu3 · 18 years ago
  30. dd70a8c Variable PEIM use to PCD entry to get the base address of NV Storegae region. by qwang12 · 18 years ago
  31. 4b8a7ba Some library instance's PCD is missing in FPD file for a module, it break single module's building. by klu2 · 18 years ago
  32. 64e0af0 Because the run script will be generated in building, So original run.cmd could be removed from repository's. by klu2 · 18 years ago
  33. ffac4bc Check in patch to refine DevicePath Module and USB2HostController Module. by qhuang8 · 18 years ago
  34. 2ce3113 Removed cross references from PciCf8Lib and PciExpressLib class to PciLib class. by ajfish · 18 years ago
  35. 161c26a Change license of following files from Intel Copy Right to BSD-license. by yshang1 · 18 years ago
  36. 5dd2d77 by xgu3 · 18 years ago
  37. b0a3b74 1) Check in Pei/Dxe status code; by yshang1 · 18 years ago
  38. 9fbf943 1) Check in Pei/Dxe status code; by yshang1 · 18 years ago
  39. ba53dd4 1) Check in Pei/Dxe status code; by yshang1 · 18 years ago
  40. 16303d1 Change DxeRuntimeDriverLib name to UefiRuntimeLib. by yshang1 · 18 years ago
  41. 549af2d Add ant task in <UserExtension> of Nt32.fpd to generate the run.cmd file automatically. by qouyang · 18 years ago
  42. ae96dba Changed the tool chain name from MSFT to MYTOOLS by yshi8 · 18 years ago
  43. 562d284 Add DevicePathUtilities DevicePathToText DevciePathFromText USB2HostController protocols by ljin6 · 19 years ago
  44. 1375097 Remove MdePkg's PCD declaration from EdkNt32Pkg.spd file. by klu2 · 19 years ago
  45. 5e1c3ee Added license & copyright declaration by jwang36 · 19 years ago
  46. 738e75b Added all header files in the packages's include directory into spd files. by jwang36 · 19 years ago
  47. 3fc9d86 Enforced case-sensitive on the file names; by jwang36 · 19 years ago
  48. 6604a17 Remove AprioriList.msa file by lgao4 · 19 years ago
  49. 970af4d Roll back my original change, someone check in self's code lead my before's check in lost. by klu2 · 19 years ago
  50. e42dab8 Add missing files(uni) in this msa by lgao4 · 19 years ago
  51. 69ce08b Add missing files in msa file and add module description in msa file. by lgao4 · 19 years ago
  52. 1fe4ef1 1. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg. by qhuang8 · 19 years ago
  53. 219e224 Polished the build tools' screen output to be in a more coherent form by jwang36 · 19 years ago
  54. c06913f Changed FAT source module to FAT binary module by jwang36 · 19 years ago
  55. 7fda265 by yshang1 · 19 years ago
  56. 15f3b1d by alfred · 19 years ago
  57. abf537e by alfred · 19 years ago
  58. 31150ca Add description of module by xgu3 · 19 years ago
  59. c2a7706 by vanjeff · 19 years ago
  60. 7867eb2 Updated <Abstract> and <Description> sections in MSA files by bxing · 19 years ago
  61. 2de0141 Add in Abstract and Description for a few MSA files. by qwang12 · 19 years ago
  62. f7ba355 Fix the <HelpText> for PCD used by EdkNt32Pkg and EdkModulePkg. by klu2 · 19 years ago
  63. 6cb11bf Add reference for all unicode file into MSA. by klu2 · 19 years ago
  64. 33900fd Remove unused code for misc sub smbios table. by klu2 · 19 years ago
  65. 5094fb0 Add necessary files (such as *.h) in module msa and remove unused msa files. by lgao4 · 19 years ago
  66. 67513de Correct the token number for PcdDxePcdDatabaseTraverseEnabled by qwang12 · 19 years ago
  67. ae3f0d5 Fix the bug that SecMain often throw exception when environment variable too large. It caused by using /DEBUG in link options but not link "MSVCRTD.lib" library. by klu2 · 19 years ago
  68. 9ffc622 FD file should only generated in build time but not in run.cmd. Fix it. by klu2 · 19 years ago
  69. 53b8619 Change UINAME to CName of GUID/PPI/Protocol in all Msa file and change tool to support it. by qouyang · 19 years ago
  70. e7e79c5 Roll back the PCD PcdWinNtFirmwareVolume value from "..\\FV\\FV_RECOVERY.fd" to "..\\..\\FV\\FV_RECOVERY.fd" for avoiding the issue that secmain.exe run failure when the length of PATH environment exceed 1280 character. by klu2 · 19 years ago
  71. 4f91412 Add Feature Flag PcdDxePcdDatabaseTraverseEnabled and PcdPeiPcdDatabaseTraverseEnabled by qwang12 · 19 years ago
  72. 15b06e5 Redefine SPEC and Release Version to 0x20000 by lgao4 · 19 years ago
  73. e0c1010 Fix PCD WinNTFirmwareVolume Value from "..\\..\\FV\\FV_RECVOERY.fd" to "..\\FV\\FV_RECVOERY.fd" by lgao4 · 19 years ago
  74. 44050d5 Obsoleted by new schema and new build tools. by jwang36 · 19 years ago
  75. c1d69ed Fix all <TokenSpaceGuidCName> in all SPD file. by klu2 · 19 years ago
  76. 54c9f9e 1, Rollback run.cmd because the concat work in NT32.fpd is work correctly now. by klu2 · 19 years ago
  77. 045f452 1)Add a new module CapsuleRuntime under EdkModulePkg\Universal\Capsule\RuntimeDxe.And add the module into Nt32.fpd by davidhuang · 19 years ago
  78. d6ac6b7 Removed Optional Ffs Sections as it was not being used. Changed UserId in UserExtensions from Fix_Me to TianoCore by lhauch · 19 years ago
  79. e134747 Fix a minor issue. by wuyizhong · 19 years ago
  80. 8031d48 Support UserExtension in FPD. by wuyizhong · 19 years ago
  81. 8d82d61 Support putting unreference DYNAMIC_EX PCD into Pcd runtime database. by klu2 · 19 years ago
  82. add13dc DebugLib: by qhuang8 · 19 years ago
  83. 525c518 Added "/FI", "-include" and/or "/nologo" options to PP (CC) command option to fpd files. These changes are used to accommodate the preprocessing added for assembly code as a general processing step. by jwang36 · 19 years ago
  84. df28239 Should not checking exist fd file, otherwise new fd file can not override old fd file. by klu2 · 19 years ago
  85. 7ec6337 Fix a minor bug for wrong entry name by klu2 · 19 years ago
  86. 1058e50 remove unused PCD entry in EdkNt32Pkg Package. by qwang12 · 19 years ago
  87. 5dc3553 Modify MSA file for correcting <TokenSpaceGuidCName> by klu2 · 19 years ago
  88. f072578 1, Add Guid declaration into EdkModulePkg.spd, EdkNt32Pkg.spd and MdePkg.spd file by klu2 · 19 years ago
  89. 9bc8d47 Put the FD creation operation in run.cmd temporary. by klu2 · 19 years ago
  90. 5b2a795 removed unnecessary name space declarations in some top level elements by jwang36 · 19 years ago
  91. 136adff New tool. by qouyang · 19 years ago
  92. 2d52720 Change NT32 to new XML Schema. by wuyizhong · 19 years ago
  93. 9040f30 Remove DiskIoPartition and old Emu, adjust MonoStatusCode in EdkNt32Pkg by lgao4 · 19 years ago
  94. 29d19b7 Adjust MonoStatusCode module in EdkNt32Pkg to avoid ".." used in Msa file. by lgao4 · 19 years ago
  95. 24e25d1 • BaseMemoryLib: by qhuang8 · 19 years ago
  96. e88ea42 The main trunk of tip is broken by Scott's removing of PcdPeimTest driver, but forget remove it from EdkModulePkg.spd and <FrameworkModules> in Nt32.fpd. I have fixed it. by klu2 · 19 years ago
  97. db38605 Remove the dead files. by qwang12 · 19 years ago
  98. c2155f6 Remove the dead files. by qwang12 · 19 years ago
  99. 19a9c03 Remove the dead files. by qwang12 · 19 years ago
  100. 58f1099 1) remove some dead code from WinNtBusDriver.c by qwang12 · 19 years ago