- 6f02e33 Update ReleaseNotes.txt of the section of "A Word on compiling under Cygwin with gcc". by qouyang · 18 years ago
- 9776330 Remove warning message in MAC GCC tool build by wuyizhong · 18 years ago
- 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
- 8cf7c26 Fixed the FfsAlignment issue by jwang36 · 18 years ago
- 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
- 8a07290 Make cleanall fail if executing ant cleanall, without the -noclasspath option. by lhauch · 18 years ago
- 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
- 7035cc3 1) Fix bug in EdkUefiRuntimeLib.msa(EDKT155). by yshang1 · 18 years ago
- 2a23019 Store Variable Name as Hex data array in dynamic pcd build definitions. by jlin16 · 18 years ago
- 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
- e2c390b Remove SecurityPolicy.h from EdkModulePkg, because this protocol has been defined in MdePkg. by lgao4 · 18 years ago
- b2d4baa no display "null" if no recommended instance specified in library class declaration. by jlin16 · 18 years ago
- b629771 Fix some bugs and remove unused code. by klu2 · 18 years ago
- 74c0c08 1. Fix the bug for "C name displayed in dialog to edit PCD is not correct" by hche10x · 18 years ago
- 4dbd074 Modify dispatch opcode for standalone boot script executor by xgu3 · 18 years ago
- a04ab2b Fix the bug for not add error reporting in getAllDynamicPcdInfoFromFpd(), it block building. by klu2 · 18 years ago
- add40ab [EDKT169]Add feature of sorting modules in FPD file. by jlin16 · 18 years ago
- 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
- 20c5c53 Change return value of getGuidInfo from globaldata. Now only guid string is returned. by klu2 · 18 years ago
- 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
- 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
- 5049fd3 Updated PeiRebase to produce a map file of the relocations done by this tool by ajfish · 18 years ago
- 8d86099 Remove debug log. by qouyang · 18 years ago
- 2336382 Fix EDKT148. by qouyang · 18 years ago
- 8b7bd45 1, Make exception string friendly, readable. by klu2 · 18 years ago
- 8f7f05d Fix EDKT140(CompressDll.dll does not build under cygwin gcc). by qouyang · 18 years ago
- 2cc02cd Changed ToolTipText to read Enter a string; the tool will convert to Unicode Data. by lhauch · 18 years ago
- 3542a1e Change PcdReportStatusCodePropertyMask default value from 0x7 to 0x6, don't print Progress Code Info. by lgao4 · 18 years ago
- 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
- 5afd499 Fix makefile's parameter bug for OSX building. by klu2 · 18 years ago
- 43dc385 1. Fix bug for wrong Variable name in msa file by hche10x · 18 years ago
- f28c083 Modify code according to Wang, jian's comments. by klu2 · 18 years ago
- e6225e3 Adjust code format and remove unused code. by wuyizhong · 18 years ago
- a390c35 set default value of PCD from msa file or spd file. by jlin16 · 18 years ago
- 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
- 802e005 set MaxDatumSize for PcdData. by jlin16 · 18 years ago
- 1faac7b comment out item type checking temporarily when adding module to fpd file. by jlin16 · 18 years ago
- 57315d7 Fix a typo. by qhuang8 · 18 years ago
- 4a78c00 1. cleanup functions header in PeCoffLoaderEx.c by vanjeff · 18 years ago
- 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
- c80da0c Added target Wizard which just relies on the SurfaceArea. Also fixed the echo messages. by lhauch · 18 years ago
- ea5254e Update to Release notes to include more information on the GCC build limitations. by michaelx_krau · 18 years ago
- a513c5a Add new class ModulePcdInfoFromFpd.java by klu2 · 18 years ago
- 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
- 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
- af8eab8 Miss loop variable incremental, otherwise, will cause dead loop. by wuyizhong · 18 years ago
- 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
- 241876c Add new PcdDatabase.java file. by klu2 · 18 years ago
- 4886a7b It is bad to put PcdDatabase.java into CollectPCDAction.java class. So I move it out. by klu2 · 18 years ago
- 34c614e 1. Fix the problem of adding PCD for different Arch. by jlin16 · 18 years ago
- 2f23473 Add EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event for MonotonicCounter driver. by qwang12 · 18 years ago
- 80301ad Remove unused folder for PCD building tools. by klu2 · 18 years ago
- fb10251 Add judgement for PcdTools.jar in NormalBuild path in edksetup.bat by klu2 · 18 years ago
- 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
- 58d8da3 Add folder for common PcdTools classes. by klu2 · 18 years ago
- afc8ad3 Put FrameworkDatabase.db into the svn ignore property for this directory. by lhauch · 18 years ago
- 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
- 4da2e62 Coding style changes by jlin16 · 18 years ago
- 3c8842b Added <if> task to check if FrameworkDatabase.db exists or not before doing copy by jwang36 · 18 years ago
- d94d73c Fixed EDKT142; Removed FrameworkDatabase.db and added FrameworkDatabase.template by jwang36 · 18 years ago
- 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
- 2eaa5ba FlashMap can not work correctly in unix GCC because the windows path char "\" exist in parameter. by klu2 · 18 years ago
- 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
- eece174 1, Fix EDKT141 2, Code clean up for PCD building tools. by klu2 · 18 years ago
- 9e85795 Added some additional comments in the files, as well as fixed some of them. by lhauch · 18 years ago
- 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
- 928b45f Adjusted sizes to accommodate Windows, iMac and Linux GUI by lhauch · 18 years ago
- c634482 Adjusted locations and sizes of boxes for Windows, Linux and iMac GUI, no other functionality was changed. by lhauch · 18 years ago
- a19466a Adjusted sizes to accommodate Windows, iMac and Linux GUI by lhauch · 18 years ago
- 18916b6 Adjusted sizes to accommodate Windows, iMac and Linux GUI by lhauch · 18 years ago
- 3f62225 Adjusted sizes to accommodate Windows, iMac and Linux GUI by lhauch · 18 years ago
- ffebd36 Fixed spacing for Linux and iMac display by lhauch · 18 years ago
- a1eb640 There is a rule here: by klu2 · 18 years ago
- fd16c6d 1. PcdUsage is added to PCD entry in schema so wizard tool is also updated to support this. by hche10x · 18 years ago
- eb227e9 1. Updated function headers for all assembly function by bxing · 18 years ago
- 27169a5 Added more error check on validation to let result be more exact. by jwang36 · 18 years ago
- 57d0e52 Fix the bug of library instance selection interference between different archs of ModuleSA. by jlin16 · 18 years ago
- c941b27 TeImage Signature should be got from Te pointer, not Pe pointer by lgao4 · 18 years ago
- 0c235b6 1. Fix the bug missing initialize ToolCode drop down list when add a new source file by hche10x · 18 years ago
- 53d853a Remove additional / or \ in relative path. by wuyizhong · 18 years ago
- a929458 1. Change ToolCode from text field to drop down list, and user can enter their customizing tool command. by hche10x · 18 years ago
- ccb063b Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area by lhauch · 18 years ago
- 5101eff Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area by lhauch · 18 years ago
- 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
- 7ab6baa Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area by lhauch · 18 years ago
- 5b38b75 Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area by lhauch · 18 years ago
- a5760d0 Some clarifications on Rebuild and ForceRebuild options and when they need to be invoked. by bbahnsen · 18 years ago
- f98a565 Handle the FRAMEWORK_TOOLS_PATH properly on cygwin. by bbahnsen · 18 years ago
- 5b1ed65 Added a shortcut to FrameworkWizard.bat by ajfish · 18 years ago
- 5262e23 Added Tool Tip Text, fixed dimensions after modifying HelpText to an Area by lhauch · 18 years ago
- af9a0f8 More info on gcc build. by bbahnsen · 18 years ago
- da7dea5 Rename guid variable gEfiSmmPeiSmramMemoryReserve to gEfiSmmPeiSmramMemoryReserveGuid compatible with guid variable CName style by lgao4 · 18 years ago
- aa0dc7b Fix a warning issue under CYGWIN_GCC building: by klu2 · 18 years ago
- 5af6b67 1. keep from generating empty FrameworkModules. by jlin16 · 18 years ago
- e232295 keep from generating empty DynamicPcdBuildDefinitions by jlin16 · 18 years ago
- 3428109 Fixed EDKT147, which will fail the single module build when a module is just defined for one ARCH in a platform which supports two ARCHs. by jwang36 · 18 years ago
- ffac4bc Check in patch to refine DevicePath Module and USB2HostController Module. by qhuang8 · 18 years ago
- 778cedf Someone lost a new line at the end of file, it causes GCC build error. by xgu3 · 18 years ago
- 82dcbb4 Fix EDKT143. by jlin16 · 18 years ago
- 0543618 This is a patch to change PeiVariable PEIM depex, because t doesn’t depend on FlashMap PPI now by xgu3 · 18 years ago