summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-11git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1239 6f1...alfred1-2/+9
2006-08-10Change Variable to use PCDxgu31-2/+0
2006-08-10Fix BDS boot from file . and .. fail assertionxgu31-2/+23
2006-08-10Modify FtwLite and Variable DXE driver to use PCD instead of FlashMap HOBxgu39-71/+513
2006-08-10git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1235 6f1...alfred2-0/+89
2006-08-10git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1234 6f1...alfred1-0/+1
2006-08-10git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1233 6f1...alfred2-0/+4
2006-08-10Add MigrationToolsalfred13-0/+1367
2006-08-10Add Migration Tool Database filesqhuang86-0/+1596
2006-08-10Fix EDKT186.qouyang2-1/+22
2006-08-10Added stringToInt method to handle hex integer for FFS_ATTRIB_DATA_ALIGNMENTjwang361-4/+36
2006-08-10Removed unnecessary MSR access in InternalX86Delay()bxing1-2/+0
2006-08-09Sync this file with MiscSubClass spec and add some struture alias to use them...lgao41-47/+65
2006-08-09Fix EDKT 150 to make IPF XIP module 16-byte align. Create new IPF_PEI_CORE, I...lgao43-16519/+16724
2006-08-091. Added ReadWriteBarrier() before and after each I/O read/write function.bxing1-24/+46
2006-08-09Variable PEIM use to PCD entry to get the base address of NV Storegae region.qwang125-29/+70
2006-08-09Fixed EDKT163. Added code to assign "arch" to null when no "SupArchList" is s...jwang361-16/+11
2006-08-09Set different arguments for gcc3.x.x and gcc4.x.x. Suppress pointer-sign warn...wuyizhong17-20/+45
2006-08-09Changed the alignment related member and method to conform to FFS spec.jwang361-8/+8
2006-08-09Enhance FfsLayout parsing. When specify a file for a section, then just use t...wuyizhong1-3/+38
2006-08-09Fixed grammar and column widths (set min, preferred and max widths for versio...lhauch1-125/+228
2006-08-08Fixed a bug in resetting the tools path when you switched workspaces.lhauch1-1/+1
2006-08-08FPD.BuildOptions.Ffs.Attribute:Value=”xs:string” [0..1]lhauch3-2/+5
2006-08-08Some library instance's PCD is missing in FPD file for a module, it break sin...klu22-0/+32
2006-08-08auto adjust pcd settings when display existing ModuleSA settings. if new PCD ...jlin165-94/+193
2006-08-08Update ReleaseNotes.txt of the section of "A Word on compiling under Cygwin w...qouyang1-6/+10
2006-08-08Remove warning message in MAC GCC tool buildwuyizhong20-16/+25
2006-08-08Updated ReleaseNotes.txt since the issue of build CompressDll.dll in cygwin i...qouyang1-7/+1
2006-08-08Fixed the FfsAlignment issuejwang361-2/+2
2006-08-07added -noclasspath option to the ant cleanall for ForceRebuild, also changed ...lhauch2-10/+10
2006-08-07Make cleanall fail if executing ant cleanall, without the -noclasspath option.lhauch1-0/+15
2006-08-07[EDKT156][Closed] Re-ordered the build.xml files in the clean and cleanall ta...lhauch1-17/+17
2006-08-071) Fix bug in EdkUefiRuntimeLib.msa(EDKT155).yshang16-22/+16
2006-08-07Store Variable Name as Hex data array in dynamic pcd build definitions.jlin162-6/+37
2006-08-07Move FileInfo.h, FileSystemInfo.h, FileSystemVolumeLabelInfo.h from protocol ...lgao45-16/+15
2006-08-07Remove SecurityPolicy.h from EdkModulePkg, because this protocol has been def...lgao43-38/+0
2006-08-07no display "null" if no recommended instance specified in library class decla...jlin161-1/+13
2006-08-07Fix some bugs and remove unused code.klu24-29/+30
2006-08-071. Fix the bug for "C name displayed in dialog to edit PCD is not correct"hche10x1-1/+6
2006-08-07Modify dispatch opcode for standalone boot script executorxgu31-0/+1
2006-08-07Fix the bug for not add error reporting in getAllDynamicPcdInfoFromFpd(), it ...klu21-1/+0
2006-08-07[EDKT169]Add feature of sorting modules in FPD file.jlin164-8/+423
2006-08-07Shutdown the PCD's datum verification when building, it can save 2 minutes fo...klu21-309/+4
2006-08-06Change return value of getGuidInfo from globaldata. Now only guid string is r...klu23-26/+24
2006-08-06In preprocess for getting platform PCD information, if meet error, put error ...klu24-90/+199
2006-08-05Updated PeiRebase to produce a map file of the relocations done by this tool....ajfish1-2/+3
2006-08-05Updated PeiRebase to produce a map file of the relocations done by this toolajfish2-5/+63
2006-08-05Remove debug log.qouyang1-2/+0
2006-08-05Fix EDKT148.qouyang1-151/+193
2006-08-041, Make exception string friendly, readable.klu213-223/+282