1. 1c47256 Added stringToInt method to handle hex integer for FFS_ATTRIB_DATA_ALIGNMENT by jwang36 · 18 years ago
  2. 3a5dcc0 Removed unnecessary MSR access in InternalX86Delay() by bxing · 18 years ago
  3. a682ece Sync this file with MiscSubClass spec and add some struture alias to use them more conviniently. by lgao4 · 18 years ago
  4. 9356930 Fix EDKT 150 to make IPF XIP module 16-byte align. Create new IPF_PEI_CORE, IPF_PE32_PEIM ffs layout for IPF XIP module. And add 12 bytes Blank.pad file in build directory. And add PeiEntryPoint library class in PeiStatuCode module msa file. by lgao4 · 18 years ago
  5. cea9bda 1. Added ReadWriteBarrier() before and after each I/O read/write function. by bxing · 18 years ago
  6. dd70a8c Variable PEIM use to PCD entry to get the base address of NV Storegae region. by qwang12 · 18 years ago
  7. 19d66cd Fixed EDKT163. Added code to assign "arch" to null when no "SupArchList" is specified and made several format clean. by jwang36 · 18 years ago
  8. 2054377 Set different arguments for gcc3.x.x and gcc4.x.x. Suppress pointer-sign warning in gcc4.x.x. by wuyizhong · 18 years ago
  9. caf9538 Changed the alignment related member and method to conform to FFS spec. by jwang36 · 18 years ago
  10. 8a9783c Enhance FfsLayout parsing. When specify a file for a section, then just use the file as section file. by wuyizhong · 18 years ago
  11. a8a9de7 Fixed grammar and column widths (set min, preferred and max widths for version and arch) by lhauch · 18 years ago
  12. 1368123 Fixed a bug in resetting the tools path when you switched workspaces. by lhauch · 18 years ago
  13. ccb4cab FPD.BuildOptions.Ffs.Attribute:Value=”xs:string” [0..1] by lhauch · 18 years ago
  14. 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
  15. 1dac04a auto adjust pcd settings when display existing ModuleSA settings. if new PCD added/deleted in MSA file, in platform FrameworkModules, the change of PCD will reflect in the display after you click settings. by jlin16 · 18 years ago
  16. 6f02e33 Update ReleaseNotes.txt of the section of "A Word on compiling under Cygwin with gcc". by qouyang · 18 years ago
  17. 9776330 Remove warning message in MAC GCC tool build by wuyizhong · 18 years ago
  18. 1a80926 Updated ReleaseNotes.txt since the issue of build CompressDll.dll in cygwin is fixed, there is no need to copy 'linux' java header to Windows: JVAV_HOME/Include. by qouyang · 18 years ago
  19. 8cf7c26 Fixed the FfsAlignment issue by jwang36 · 18 years ago
  20. 80d1b38 added -noclasspath option to the ant cleanall for ForceRebuild, also changed edkii in readme to edk2 for the directory path. by lhauch · 18 years ago
  21. 8a07290 Make cleanall fail if executing ant cleanall, without the -noclasspath option. by lhauch · 18 years ago
  22. 7f762c2 [EDKT156][Closed] Re-ordered the build.xml files in the clean and cleanall targets. For cleanall, some of the Jar files could not be deleted if the TianoTools cleanall target had been executed first - this is due to the classpath being set in the TianoTools/build.xml file. All jar files will now be deleted when executing the cleanall target for build.xml in the Tools directory. by lhauch · 18 years ago
  23. 7035cc3 1) Fix bug in EdkUefiRuntimeLib.msa(EDKT155). by yshang1 · 18 years ago
  24. 2a23019 Store Variable Name as Hex data array in dynamic pcd build definitions. by jlin16 · 18 years ago
  25. fbea738 Move FileInfo.h, FileSystemInfo.h, FileSystemVolumeLabelInfo.h from protocol directory to guid directory, because these three files define the related GUID not protcol. by lgao4 · 18 years ago
  26. e2c390b Remove SecurityPolicy.h from EdkModulePkg, because this protocol has been defined in MdePkg. by lgao4 · 18 years ago
  27. b2d4baa no display "null" if no recommended instance specified in library class declaration. by jlin16 · 18 years ago
  28. b629771 Fix some bugs and remove unused code. by klu2 · 18 years ago
  29. 74c0c08 1. Fix the bug for "C name displayed in dialog to edit PCD is not correct" by hche10x · 18 years ago
  30. 4dbd074 Modify dispatch opcode for standalone boot script executor by xgu3 · 18 years ago
  31. a04ab2b Fix the bug for not add error reporting in getAllDynamicPcdInfoFromFpd(), it block building. by klu2 · 18 years ago
  32. add40ab [EDKT169]Add feature of sorting modules in FPD file. by jlin16 · 18 years ago
  33. 4d1939b Shutdown the PCD's datum verification when building, it can save 2 minutes for full building by using JDK 1.5.06. by klu2 · 18 years ago
  34. 20c5c53 Change return value of getGuidInfo from globaldata. Now only guid string is returned. by klu2 · 18 years ago
  35. e55d8a3 In preprocess for getting platform PCD information, if meet error, put error into stack but not stop immediately, all errors will be summaried after preprocess working. by klu2 · 18 years ago
  36. d7506e1 Updated PeiRebase to produce a map file of the relocations done by this tool. This code passes in the map file name as the same name as the FV with a .map appended to the end. by ajfish · 18 years ago
  37. 5049fd3 Updated PeiRebase to produce a map file of the relocations done by this tool by ajfish · 18 years ago
  38. 8d86099 Remove debug log. by qouyang · 18 years ago
  39. 2336382 Fix EDKT148. by qouyang · 18 years ago
  40. 8b7bd45 1, Make exception string friendly, readable. by klu2 · 18 years ago
  41. 8f7f05d Fix EDKT140(CompressDll.dll does not build under cygwin gcc). by qouyang · 18 years ago
  42. 2cc02cd Changed ToolTipText to read Enter a string; the tool will convert to Unicode Data. by lhauch · 18 years ago
  43. 3542a1e Change PcdReportStatusCodePropertyMask default value from 0x7 to 0x6, don't print Progress Code Info. by lgao4 · 18 years ago
  44. ca9ea8d GenTeImage can't work well with Linux is caused by its parameter parsing. GenTeImage will replace all Parameter's first character to '-' if start with '/'. Actually, it is not necessary to deal with, after remove this processor, it works well now. by wuyizhong · 18 years ago
  45. 5afd499 Fix makefile's parameter bug for OSX building. by klu2 · 18 years ago
  46. 43dc385 1. Fix bug for wrong Variable name in msa file by hche10x · 18 years ago
  47. f28c083 Modify code according to Wang, jian's comments. by klu2 · 18 years ago
  48. e6225e3 Adjust code format and remove unused code. by wuyizhong · 18 years ago
  49. a390c35 set default value of PCD from msa file or spd file. by jlin16 · 18 years ago
  50. 01413f0 Remove some unused code and adjust some code format. Modules build with FPD sequence. Delete three unused Java files. by wuyizhong · 18 years ago
  51. 802e005 set MaxDatumSize for PcdData. by jlin16 · 18 years ago
  52. 1faac7b comment out item type checking temporarily when adding module to fpd file. by jlin16 · 18 years ago
  53. 57315d7 Fix a typo. by qhuang8 · 18 years ago
  54. 4a78c00 1. cleanup functions header in PeCoffLoaderEx.c by vanjeff · 18 years ago
  55. af1dd46 Updated to handle cygwin/gcc and moved msvc,gcc property settings to the TianoTools/build.xml file. Properties are inherited, so we only need to set them one. Cleaned up clean and cleanall targets to remove the executables and library files. Added makefile.cygwin to antlr and dlg programs to generate the .exe needed for cygwin. by lhauch · 18 years ago
  56. c80da0c Added target Wizard which just relies on the SurfaceArea. Also fixed the echo messages. by lhauch · 18 years ago
  57. ea5254e Update to Release notes to include more information on the GCC build limitations. by michaelx_krau · 18 years ago
  58. a513c5a Add new class ModulePcdInfoFromFpd.java by klu2 · 18 years ago
  59. bc26284 Abstract the logic of Platform pcd preprocess according to FPD file to a class. And add a new class for building process extend this abstract class. (Missing check-in part) by klu2 · 18 years ago
  60. af98370 Abstract the logic of Platform pcd preprocess according to FPD file to a class. And add a new class for building process extend this abstract class. by klu2 · 18 years ago
  61. af8eab8 Miss loop variable incremental, otherwise, will cause dead loop. by wuyizhong · 18 years ago
  62. 88c8537 All runtime driver should use functions provided by UefiRuntimeLib library class so that it is free of responcibility to fix up the gRT pointer. by qwang12 · 18 years ago
  63. 241876c Add new PcdDatabase.java file. by klu2 · 18 years ago
  64. 4886a7b It is bad to put PcdDatabase.java into CollectPCDAction.java class. So I move it out. by klu2 · 18 years ago
  65. 34c614e 1. Fix the problem of adding PCD for different Arch. by jlin16 · 18 years ago
  66. 2f23473 Add EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event for MonotonicCounter driver. by qwang12 · 18 years ago
  67. 80301ad Remove unused folder for PCD building tools. by klu2 · 18 years ago
  68. fb10251 Add judgement for PcdTools.jar in NormalBuild path in edksetup.bat by klu2 · 18 years ago
  69. d14ebb4 Because Pcd entity, exception and some action package are shared by Building tools and Wizard Tools, so I move them to Tools/Source folder and generated PcdTools.jar, by klu2 · 18 years ago
  70. 58d8da3 Add folder for common PcdTools classes. by klu2 · 18 years ago
  71. afc8ad3 Put FrameworkDatabase.db into the svn ignore property for this directory. by lhauch · 18 years ago
  72. 3902069 Removed extra copyright and license notices - they are included in the header information, and do not need to be a comment a the top of the file. by lhauch · 18 years ago
  73. 4da2e62 Coding style changes by jlin16 · 18 years ago
  74. 3c8842b Added <if> task to check if FrameworkDatabase.db exists or not before doing copy by jwang36 · 18 years ago
  75. d94d73c Fixed EDKT142; Removed FrameworkDatabase.db and added FrameworkDatabase.template by jwang36 · 18 years ago
  76. 9efa2da Fixed track EDKT153, change PCDAutogen code to generate static variable referent for _PCD_VALUE_... for byte array type PCD in FIXED_AT_BUILD case. by klu2 · 18 years ago
  77. 2eaa5ba FlashMap can not work correctly in unix GCC because the windows path char "\" exist in parameter. by klu2 · 18 years ago
  78. 563671d EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER is defined wrongly. It should be the same with what is written down in FTW specification. by qwang12 · 18 years ago
  79. eece174 1, Fix EDKT141 2, Code clean up for PCD building tools. by klu2 · 18 years ago
  80. 9e85795 Added some additional comments in the files, as well as fixed some of them. by lhauch · 18 years ago
  81. 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
  82. 928b45f Adjusted sizes to accommodate Windows, iMac and Linux GUI by lhauch · 18 years ago
  83. c634482 Adjusted locations and sizes of boxes for Windows, Linux and iMac GUI, no other functionality was changed. by lhauch · 18 years ago
  84. a19466a Adjusted sizes to accommodate Windows, iMac and Linux GUI by lhauch · 18 years ago
  85. 18916b6 Adjusted sizes to accommodate Windows, iMac and Linux GUI by lhauch · 18 years ago
  86. 3f62225 Adjusted sizes to accommodate Windows, iMac and Linux GUI by lhauch · 18 years ago
  87. ffebd36 Fixed spacing for Linux and iMac display by lhauch · 18 years ago
  88. a1eb640 There is a rule here: by klu2 · 18 years ago
  89. fd16c6d 1. PcdUsage is added to PCD entry in schema so wizard tool is also updated to support this. by hche10x · 18 years ago
  90. eb227e9 1. Updated function headers for all assembly function by bxing · 18 years ago
  91. 27169a5 Added more error check on validation to let result be more exact. by jwang36 · 18 years ago
  92. 57d0e52 Fix the bug of library instance selection interference between different archs of ModuleSA. by jlin16 · 18 years ago
  93. c941b27 TeImage Signature should be got from Te pointer, not Pe pointer by lgao4 · 18 years ago
  94. 0c235b6 1. Fix the bug missing initialize ToolCode drop down list when add a new source file by hche10x · 18 years ago
  95. 53d853a Remove additional / or \ in relative path. by wuyizhong · 18 years ago
  96. a929458 1. Change ToolCode from text field to drop down list, and user can enter their customizing tool command. by hche10x · 18 years ago
  97. ccb063b Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area by lhauch · 18 years ago
  98. 5101eff Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area by lhauch · 18 years ago
  99. 9cf435c Fix T105. It is caused by cpptasks which change automati cally root directory like C: to C:\C. If we pass C:\ to cpptasks, it's okay now. by wuyizhong · 18 years ago
  100. 7ab6baa Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area by lhauch · 18 years ago