summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-04Fix EDKT140(CompressDll.dll does not build under cygwin gcc).qouyang7-7/+28
2006-08-03Changed ToolTipText to read Enter a string; the tool will convert to Unicode ...lhauch1-1/+1
2006-08-03Change PcdReportStatusCodePropertyMask default value from 0x7 to 0x6, don't p...lgao41-1/+1
2006-08-03GenTeImage can't work well with Linux is caused by its parameter parsing. Gen...wuyizhong1-5/+1
2006-08-03Fix makefile's parameter bug for OSX building.klu23-3/+3
2006-08-031. Fix bug for wrong Variable name in msa filehche10x9-373/+542
2006-08-03Modify code according to Wang, jian's comments.klu27-124/+142
2006-08-03Adjust code format and remove unused code. wuyizhong5-171/+212
2006-08-03set default value of PCD from msa file or spd file.jlin161-1/+18
2006-08-03Remove some unused code and adjust some code format. Modules build with FPD s...wuyizhong14-877/+376
2006-08-02set MaxDatumSize for PcdData.jlin162-2/+28
2006-08-02comment out item type checking temporarily when adding module to fpd file.jlin162-3/+22
2006-08-02Fix a typo.qhuang81-1/+1
2006-08-021. cleanup functions header in PeCoffLoaderEx.cvanjeff2-74/+56
2006-08-01Updated to handle cygwin/gcc and moved msvc,gcc property settings to the Tian...lhauch42-1800/+956
2006-08-01Added target Wizard which just relies on the SurfaceArea. Also fixed the ech...lhauch1-1/+14
2006-08-01Update to Release notes to include more information on the GCC build limitati...michaelx_krau1-0/+10
2006-08-01Add new class ModulePcdInfoFromFpd.javaklu21-0/+48
2006-08-01Abstract the logic of Platform pcd preprocess according to FPD file to a clas...klu29-248/+1167
2006-08-01Abstract the logic of Platform pcd preprocess according to FPD file to a clas...klu25-1813/+965
2006-08-01Miss loop variable incremental, otherwise, will cause dead loop. wuyizhong1-0/+1
2006-08-01All runtime driver should use functions provided by UefiRuntimeLib library cl...qwang122-44/+36
2006-08-01Add new PcdDatabase.java file.klu21-0/+1653
2006-08-01It is bad to put PcdDatabase.java into CollectPCDAction.java class. So I move...klu22-1604/+1
2006-08-011. Fix the problem of adding PCD for different Arch.jlin164-96/+68
2006-08-01Add EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event for MonotonicCounter driver.qwang122-14/+52
2006-07-31Remove unused folder for PCD building tools.klu20-0/+0
2006-07-31Add judgement for PcdTools.jar in NormalBuild path in edksetup.batklu21-0/+1
2006-07-31Because Pcd entity, exception and some action package are shared by Building ...klu224-118/+645
2006-07-31Add folder for common PcdTools classes.klu20-0/+0
2006-07-31Put FrameworkDatabase.db into the svn ignore property for this directory.lhauch0-0/+0
2006-07-31Removed extra copyright and license notices - they are included in the header...lhauch1-11/+1
2006-07-31Coding style changesjlin1616-2324/+2085
2006-07-31Added <if> task to check if FrameworkDatabase.db exists or not before doing copyjwang361-1/+9
2006-07-31Fixed EDKT142; Removed FrameworkDatabase.db and added FrameworkDatabase.templatejwang362-0/+1
2006-07-30Fixed track EDKT153, change PCDAutogen code to generate static variable refer...klu21-7/+20
2006-07-30FlashMap can not work correctly in unix GCC because the windows path char "\"...klu21-2/+28
2006-07-30EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER is defined wrongly. It should be the ...qwang122-4/+30
2006-07-291, Fix EDKT141klu28-679/+463
2006-07-29Added some additional comments in the files, as well as fixed some of them.lhauch12-54/+55
2006-07-29Because the run script will be generated in building, So original run.cmd cou...klu21-20/+0
2006-07-29Adjusted sizes to accommodate Windows, iMac and Linux GUIlhauch1-23/+24
2006-07-29Adjusted locations and sizes of boxes for Windows, Linux and iMac GUI, no oth...lhauch1-16/+16
2006-07-28Adjusted sizes to accommodate Windows, iMac and Linux GUIlhauch1-24/+23
2006-07-28Adjusted sizes to accommodate Windows, iMac and Linux GUIlhauch1-24/+23
2006-07-28Adjusted sizes to accommodate Windows, iMac and Linux GUIlhauch11-230/+232
2006-07-28Fixed spacing for Linux and iMac displaylhauch1-7/+7
2006-07-28There is a rule here:klu21-11/+32
2006-07-281. PcdUsage is added to PCD entry in schema so wizard tool is also updated to...hche10x5-17/+89
2006-07-281. Updated function headers for all assembly functionbxing106-453/+1002