1. 9ffc622 FD file should only generated in build time but not in run.cmd. Fix it. by klu2 · 18 years ago
  2. 23583a8 Removed the printStackTrace() which is used only for debug purpose. by jwang36 · 18 years ago
  3. 53b8619 Change UINAME to CName of GUID/PPI/Protocol in all Msa file and change tool to support it. by qouyang · 18 years ago
  4. 64efed3 Added "/" for X64 file path by jwang36 · 18 years ago
  5. 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 · 18 years ago
  6. 8cf5da7 Support prebuild and postbuild for UserExtension for Platform build. If UserExtension's Identifier equals "0", which means prebuild, while Identifier equals "1", which means post build. UserExtension's UserId is still "TianoCore". by wuyizhong · 18 years ago
  7. 5b1b9d8 1. BaseSmbusLib: Make SmbusReadDataByte() & SmbusWriteBlock() function well by re-arranging register settings. by qhuang8 · 18 years ago
  8. 9c09161 Added Optional Element: TianoR8FlashMap_h Type Boolean to Module's Extern section. If this flag is set, we need to include the header file (TianoR8FlashMap_h) generated by FlashMap on the Platform fdf file, to be included in the DEBUG directory (next to the AutoGen.c and AutoGen.h files) and include #include <TianoR8FlashMap.h> in AutoGen.h file. by lhauch · 18 years ago
  9. 42b7875 Fixed EdkT35, EdkT89. by qouyang · 18 years ago
  10. f3dcd51 Fix for EDKT9. by bbahnsen · 18 years ago
  11. bb3ee42 by lgao4 · 18 years ago
  12. 601f9e3 Assign token number to DynamicExTokenNumber for all DYNAMIC or DYNAMIC_EX type PCD. by klu2 · 18 years ago
  13. 003673f Fixed a syntax error in BasePciCf8Lib/PciLib.c by bxing · 18 years ago
  14. 9748aec 1. Fixed a logical error in PciReadBuffer() and PciWriteBuffer() by bxing · 18 years ago
  15. ace425d Fix some bugs in edksetup.sh by klu2 · 18 years ago
  16. a782876 Update the binary MSA to say they were binary, fixed an abstract, changed a module UiName, changed tool default values in the build.xml files to give the name of the tool, rather than all, so when building the tools, you can tell what tool it is trying to build. by lhauch · 18 years ago
  17. 908b1c0 1. Add feature of ModuleSA PcdBuildDefinition editor. by jlin16 · 18 years ago
  18. 7c707b0 Made some changes to use GCC to pre-process and assembly .S file by jwang36 · 18 years ago
  19. 9e63db5 Added code to print out file name in GCC building because GCC doesn't output its input file name in its stdout by jwang36 · 18 years ago
  20. 1cda74a Added a "_" to ${ENTRYPOINT} for GCC "CC" command option; by jwang36 · 18 years ago
  21. bf0ce30 Fixed GCC ld issue by jwang36 · 18 years ago
  22. 4c29d43 fix a bug in Service.c by qwang12 · 18 years ago
  23. 03e772c In AsciiStrncmp(), if length=0, should return 0 by vanjeff · 18 years ago
  24. bc724e5 Ported to use BaseMemoryLib functions by ajfish · 18 years ago
  25. 4f91412 Add Feature Flag PcdDxePcdDatabaseTraverseEnabled and PcdPeiPcdDatabaseTraverseEnabled by qwang12 · 18 years ago
  26. 3c367f9 Added Wordpad recommendation for editor, change ACTIVE_PLATFORM from REQUIRED to RECOMMENDED by lhauch · 18 years ago
  27. 08e4a41 Added the Common.jar file to the CLASSPATH that gets set if you use the skip option. by lhauch · 18 years ago
  28. a10c040 fixed a potential issue which would be raised by empty value in tools_def.txt file by jwang36 · 18 years ago
  29. cfccc31 changed TOOLS_DEFINITION_FILE to TOOL_CHAIN_CONF; by jwang36 · 18 years ago
  30. c773bec Changed the code to read the correct configuration name in target.txt file; by jwang36 · 18 years ago
  31. dd23984 Final target.template file with embedded documentation. This file will only be used if edksetup.bat does not detect the existence of the file: target.txt. by lhauch · 18 years ago
  32. 9c6db9e Remove unused PCD file. by klu2 · 18 years ago
  33. 617cc72 Added a line to remove the Jar file in the cleanall target. by lhauch · 18 years ago
  34. 6132429 Add more instructions for OS X and Linux. by bbahnsen · 18 years ago
  35. c901c2e Added a comment about how to configure for Unix systems. by bbahnsen · 18 years ago
  36. e65933d Add a *nix version of the FrameworkWizard Launcher/ by bbahnsen · 18 years ago
  37. 15b06e5 Redefine SPEC and Release Version to 0x20000 by lgao4 · 18 years ago
  38. e0c1010 Fix PCD WinNTFirmwareVolume Value from "..\\..\\FV\\FV_RECVOERY.fd" to "..\\FV\\FV_RECVOERY.fd" by lgao4 · 19 years ago
  39. 273bbd3 Fix the wrong usage of UnicodeValueToString function by lgao4 · 19 years ago
  40. 782eb16 Changed the ant-contrib download address to sync with the website; by yshi8 · 19 years ago
  41. 44050d5 Obsoleted by new schema and new build tools. by jwang36 · 19 years ago
  42. f46d7c2 bug fixing for SPD editor. by jlin16 · 19 years ago
  43. 8f4f211 1. Fix displaying wrong file type bug. by hche10x · 19 years ago
  44. 73da4c0 Fixed the MUST set ACTIVE_PLATFORM to be required IFF the current working directory does not contain one or more FPD files. by lhauch · 19 years ago
  45. c1d69ed Fix all <TokenSpaceGuidCName> in all SPD file. by klu2 · 19 years ago
  46. 54c9f9e 1, Rollback run.cmd because the concat work in NT32.fpd is work correctly now. by klu2 · 19 years ago
  47. 01026c7 Modify ModifyInfTask which in frameworkTask. by qouyang · 19 years ago
  48. 8f9acbd 1. Add help for ToolChainConfig 2. Fix data validation bug in PCD of Msa by hche10x · 19 years ago
  49. 265869e Fixed the build warning issue. by jwang36 · 19 years ago
  50. 7d6ef0a Fixed the build warning issue by jwang36 · 19 years ago
  51. 8296124 update ModuleSA PCD editor. by jlin16 · 19 years ago
  52. a84091c Remove build warning. Fixed bug: EdkT81, EdkT83, EdkT77, EdkT84. by qouyang · 19 years ago
  53. 0e0e9d3 Fix the TokenSpaceGuidCName entry of PcdSupportUpdateCapsuleRest/PcdMaxSizePopulateCapsule/PcdMaxSizeNonPopulateCapsule by davidhuang · 19 years ago
  54. 5a3810d Convert to unix format. by bbahnsen · 19 years ago
  55. a032fb4 Updated the Release Notes regarding target.txt and tools_def.txt. by lhauch · 19 years ago
  56. 2b21a97 Fixed a bug when input a invalid token number (not ZERO nor a valid token number) PcdLib should ASSERT. by qwang12 · 19 years ago
  57. 3dd19b0 Added type cast (VOID *) to the third parameter of GetHiiVariable, to avoid compiling warning in GCC build by jwang36 · 19 years ago
  58. c24ba2f Fix bugs in GetNextTokenSpace and GetNextToken by qwang12 · 19 years ago
  59. 9c2aaac Corrected a typo error. by jwang36 · 19 years ago
  60. 362271d I refined some names, added description for FAT source package, and removed the description for MBD. by yshi8 · 19 years ago
  61. 28c73f6 PciLib: by qhuang8 · 19 years ago
  62. df569f6 Fixed the GCC assembler issue. Now we can use full GCC tools to build our package. by jwang36 · 19 years ago
  63. 450d3b1 Provide a method to force rebuild. Using command "edksetup.bat ForceRebuild". by wuyizhong · 19 years ago
  64. a69c49f 1. Simplified PalCallStatic.s's by removing unnecessary condition testings. by bxing · 19 years ago
  65. e0f8d08 Restrict using UserExtension with UserID "TianoCore". by wuyizhong · 19 years ago
  66. e3f236c Modified the quick start section. Change all EDK 2.0 to EDK II. Update Individual Platform Builds section, Individual Module Builds section, and The common operations section. by wuyizhong · 19 years ago
  67. 045f452 1)Add a new module CapsuleRuntime under EdkModulePkg\Universal\Capsule\RuntimeDxe.And add the module into Nt32.fpd by davidhuang · 19 years ago
  68. 1de04b4 Add in support for MaxSize and CurrentSize for PCD entry. by qwang12 · 19 years ago
  69. 71baa24 Bug fixing for FPD ModuleSA editor. by jlin16 · 19 years ago
  70. d9da5f5 1. Sync LinkedList.c with MWG by vanjeff · 19 years ago
  71. 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
  72. 3612207 by lgao4 · 19 years ago
  73. 702c120 Added the MacroDefFile to ProcessSteps for future use, also removed extra Sections from the Ffs Definition as it was not used. by lhauch · 19 years ago
  74. d6d2475 Adapt to new Main UI interface. by jlin16 · 19 years ago
  75. 848e907 Change assembler compiler to windkk. by klu2 · 19 years ago
  76. 80785fd Fix an issue for user extensions. by wuyizhong · 19 years ago
  77. f3b0ed9 some bug fixing for FpdFrameworkModules by jlin16 · 19 years ago
  78. 7a6de05 Simplify the script. It now allows normal ant targets and flags to be passed straight through. For example by bbahnsen · 19 years ago
  79. 3477b5f Add a bash version of the build script by bbahnsen · 19 years ago
  80. 1342185 by michaelx_krau · 19 years ago
  81. a9b1926 Made the default for IA-32 assembler path point to the default install location for MASM. by ajfish · 19 years ago
  82. beabcf6 Merge latest from branch. by bbahnsen · 19 years ago
  83. 7f9524e Added target.txt to the ignore list in the Conf directory by lhauch · 19 years ago
  84. e134747 Fix a minor issue. by wuyizhong · 19 years ago
  85. 8031d48 Support UserExtension in FPD. by wuyizhong · 19 years ago
  86. 47f2f01 Add ModifyInftask in FrameworkTask. Fixe bug(EkdT72). by qouyang · 19 years ago
  87. 2a8198d Added FrameworkWizard build into build.xml and corrected the items in clean/cleanall targets by yshi8 · 19 years ago
  88. ce73a79 Add Data Validations for SPD editor. by jlin16 · 19 years ago
  89. 78d0508 Fixed the unchecked warning issues when building GenBuild by jwang36 · 19 years ago
  90. de4bb9f Fully support active platform policy. by wuyizhong · 19 years ago
  91. c64af69 added specific PP definition for EBC because of previous BuildMacro.xml changes by jwang36 · 19 years ago
  92. 8d82d61 Support putting unreference DYNAMIC_EX PCD into Pcd runtime database. by klu2 · 19 years ago
  93. 829a16e Correct module guid in mbd file by lgao4 · 19 years ago
  94. cfa5a9c fixed GCC build issues by jwang36 · 19 years ago
  95. b775e03 DebugLib: by qhuang8 · 19 years ago
  96. add13dc DebugLib: by qhuang8 · 19 years ago
  97. c16ade3 Add two files for List editor. by jlin16 · 19 years ago
  98. a2317f3 Removed per Carl/Javen. by lhauch · 19 years ago
  99. 700c2b9 Changed FvBinding to be a list of Keywords (not using list, just specifying the pattern.) Fixed a couple of typos in the other files. by lhauch · 19 years ago
  100. 3f6001d supplemented "/FI" to some ignored PP options in fpd files by jwang36 · 19 years ago