Age | Commit message (Expand) | Author | Files | Lines |
2006-06-13 | Fixes for case sensitive operating systems. | bbahnsen | 6 | -14/+14 |
2006-06-13 | Fix some bugs in PCD tools: | klu2 | 2 | -44/+85 |
2006-06-13 | 1) Fix a bug for PCD autogen tools, see track#115 in PVCS: Module's PCD infor... | klu2 | 5 | -131/+115 |
2006-06-12 | Transfer old <PCDs> in MSA to <PcdCoded>: | klu2 | 1 | -0/+1 |
2006-06-12 | Added a new source file type "x86_asm_autogen" to allow assembly source to us... | bxing | 3 | -93/+175 |
2006-06-12 | Modify PCD tool according to final PCD schema modification. | klu2 | 9 | -483/+751 |
2006-06-12 | More design and build rules, as well as refining requirements. | lhauch | 1 | -0/+0 |
2006-06-10 | Removed create/modified/update data, PacakgeType from headers, added HexWordA... | lhauch | 4 | -8/+7 |
2006-06-10 | Add HiiDefaultValue in <DynamicPcdBuildDefinition> according to latest schema... | klu2 | 1 | -0/+1 |
2006-06-10 | Sync the type of <VariableName> with the latest email send by Larry. | klu2 | 1 | -1/+1 |
2006-06-10 | Fix some minor bugs on PCD schema according to final schema email send by Larry | klu2 | 1 | -2/+3 |
2006-06-09 | Fix a misspelling. | bbahnsen | 4 | -4/+4 |
2006-06-09 | One GenFvImage can handle all archs now. | bbahnsen | 3 | -304/+7 |
2006-06-09 | Temporary workaround--determine the target architecture from an environment v... | bbahnsen | 1 | -8/+15 |
2006-06-09 | Fix GenffsFileTask.java one bug: create *.org failed in some machine. | qouyang | 1 | -0/+1 |
2006-06-09 | Fix one conflict with the latest schema | hche10x | 2 | -4/+4 |
2006-06-09 | Final Check-for TRUNK transition schema that handles both old and new elements. | lhauch | 6 | -48/+66 |
2006-06-09 | Intermediate Check-in this MSA schema handles both old and new elements. | lhauch | 6 | -36/+159 |
2006-06-09 | Make the PCD database compilable on X64 platform. | qwang12 | 1 | -1/+1 |
2006-06-09 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@448 6f19... | jlin16 | 1 | -10/+3 |
2006-06-09 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@447 6f19... | jlin16 | 2 | -11/+9 |
2006-06-09 | Intermediate Check-in this SPD schema handles both old and new elements. | lhauch | 6 | -150/+238 |
2006-06-08 | Intermediate Check-in This is not the final version of the XML Transition Sc... | lhauch | 5 | -828/+283 |
2006-06-08 | 1.Change environment variable from "Framework_Tools_Path" to "FRAMEWORK_TOOLS... | qouyang | 15 | -138/+221 |
2006-06-08 | Updated the Document - put in Andrew's comments RAW without formatting. | lhauch | 1 | -0/+0 |
2006-06-07 | Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a. | qwang12 | 1 | -0/+2 |
2006-06-06 | Try to fix the Surface Area build. | bbahnsen | 1 | -1/+1 |
2006-06-06 | Changed the group names VpdGroup and HiiGroup to HiiEnable and VpdEnable. Ch... | lhauch | 2 | -9/+12 |
2006-06-06 | Updated schema, added some new elements that will be used in the final. Added... | lhauch | 5 | -101/+202 |
2006-06-05 | Remove the prototype code. | bbahnsen | 13 | -598/+0 |
2006-06-05 | Fix some bugs for EdkFatPkg | klu2 | 1 | -2/+0 |
2006-06-04 | PCD tools update: | klu2 | 10 | -1360/+956 |
2006-06-04 | Tip break because EdkFatPkg was introduced into FrameworkDatabase.db, But Edk... | klu2 | 1 | -0/+2 |
2006-06-04 | Updated the FPD and SPD files to newer schema formats. Also updated a couple... | lhauch | 5 | -184/+218 |
2006-06-03 | Added some attributes (changed comments to be before items to be deleted) Add... | lhauch | 3 | -132/+224 |
2006-06-03 | Updated Document, added some more choice settings and comments. Added an Arc... | lhauch | 3 | -31/+100 |
2006-06-03 | Added Optional Element, SupportedArchitectures which is a list of itemType: S... | lhauch | 1 | -0/+5 |
2006-06-03 | Added More Comments and started doing data type checking so that if a ModuleN... | lhauch | 3 | -29/+100 |
2006-06-02 | Added more comments to show indicate what will go, and what will stay, also w... | lhauch | 1 | -12/+21 |
2006-06-02 | Added FeatureFlag Attribute to most attributeGroup definitions, per Andrew. ... | lhauch | 1 | -7/+24 |
2006-06-02 | Updated to match XMLSchema, although this file is not currently being used. | lhauch | 1 | -21/+11 |
2006-06-02 | Removed one of the Duplicate Enumeration's APPLICATION from the FrameworkComp... | lhauch | 1 | -1/+0 |
2006-06-02 | Added a line to copy the Conf/tools_def.template to Conf/tools_def.txt if and... | lhauch | 1 | -0/+1 |
2006-06-02 | Make sure the PCD dxe service driver can handle the case where no PEIM is usi... | qwang12 | 1 | -11/+6 |
2006-06-02 | removed the comment for ModuleEditor and PackageEditor in this file | jwang36 | 1 | -3/+1 |
2006-06-02 | update SpdFileContents.java to adapt new schema for LibraryClassDeclaration. | jlin16 | 1 | -2/+1 |
2006-06-02 | just comment out the build for ModuleEditor and PackageEditor temporarily, si... | jwang36 | 1 | -1/+3 |
2006-06-02 | - changed the sequence of <Specification> definition in schema | jwang36 | 1 | -1/+1 |
2006-06-02 | Fixed the EdkModulePkg.fpd file to have a package name of EdkModule, not MdeP... | lhauch | 2 | -40/+20 |
2006-06-02 | Fixed Tools MSA files. Added the FrameworkWizardMinReq.doc file which we are... | lhauch | 3 | -35/+6 |