Age | Commit message (Expand) | Author | Files | Lines |
2006-07-01 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@709 6f19... | jlin16 | 4 | -11/+20 |
2006-07-01 | After change token space guid from guid value to Guid's CName, change code to... | klu2 | 2 | -13/+46 |
2006-07-01 | Clean up for debug message of PCD tools. | klu2 | 3 | -39/+11 |
2006-06-30 | changed the default path for EBC tool | jwang36 | 1 | -3/+3 |
2006-06-30 | removed unnecessary name space declarations in some top level elements | jwang36 | 4 | -4/+4 |
2006-06-30 | For new tools | qouyang | 1 | -6/+6 |
2006-06-30 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@698 6f19... | wuyizhong | 1 | -0/+34 |
2006-06-30 | removed mbd file verification, added fpd file verification | jwang36 | 1 | -1/+1 |
2006-06-30 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@696 6f19... | wuyizhong | 3 | -0/+461 |
2006-06-30 | FDPManifest.xsd has been changed to FarManifest.xsd | jwang36 | 2 | -376/+236 |
2006-06-30 | re-added | jwang36 | 1 | -0/+44 |
2006-06-30 | New tool. | qouyang | 20 | -2073/+2524 |
2006-06-30 | deleted all obsoleted configuration files | jwang36 | 14 | -401/+0 |
2006-06-30 | added all supported platforms | jwang36 | 1 | -4/+1 |
2006-06-30 | Change to new XML Schema. | wuyizhong | 42 | -5991/+6943 |
2006-06-30 | Change to new XML Schema. | wuyizhong | 1 | -4/+4 |
2006-06-30 | Using ModuleType to determine FFS file extension. | wuyizhong | 1 | -37/+27 |
2006-06-30 | This file is never used any more. Enhance Cpptasks. | wuyizhong | 1 | -23/+0 |
2006-06-30 | Change to new XML Schema. Using Module_Type to determine SubSystem value | wuyizhong | 1 | -9/+15 |
2006-06-30 | Change to new XML Schema. | wuyizhong | 5 | -902/+213 |
2006-06-30 | Change to new XML Schema. | wuyizhong | 2 | -557/+209 |
2006-06-30 | Change to new XML Schema | wuyizhong | 8 | -4194/+2667 |
2006-06-30 | Modify BuildOptions and Flash editors in FPD file. | jlin16 | 5 | -98/+52 |
2006-06-30 | Remove ModuleEditor and PackageEditor from Tools\Source | hche10x | 74 | -32270/+0 |
2006-06-30 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@671 6f19... | hche10x | 113 | -18/+45968 |
2006-06-29 | merged the last changes in new schema | jwang36 | 4 | -2/+25 |
2006-06-28 | Fixed autogen bug (EDKT12, EDKT19) | qouyang | 2 | -5/+5 |
2006-06-27 | commented out building ModuleEditor and PackageEditor | jwang36 | 1 | -1/+3 |
2006-06-27 | merged part of new changes in new schema, and changed genbuild code accordingly | jwang36 | 3 | -108/+134 |
2006-06-26 | Fix a bug for regular expression using wrong module's file name which contain... | klu2 | 1 | -1/+11 |
2006-06-26 | Fix a bug for token number set in FPD can not exceed 2^31. The fixing is usin... | klu2 | 3 | -14/+17 |
2006-06-26 | 1) correct the assert condition for LibPcdSetPtr and LibPcdSetExPtr | qwang12 | 2 | -23/+50 |
2006-06-23 | 1) Add in support to traverse taken space | qwang12 | 3 | -4/+25 |
2006-06-23 | Enabling use PcdSetXX macro to set value for PATCHABLE_IN_MODULE, DYNAMIC, DY... | klu2 | 1 | -8/+58 |
2006-06-23 | 1) make sure a empty database will be generated if the Uinitialized database ... | qwang12 | 1 | -2/+12 |
2006-06-23 | 1) remove some dead code from WinNtBusDriver.c | qwang12 | 6 | -142/+815 |
2006-06-22 | In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I... | klu2 | 1 | -46/+32 |
2006-06-22 | In before, module type is judged by the sub element value in <ModuleSA>, it i... | klu2 | 3 | -73/+33 |
2006-06-22 | 1) Change the schema type for <VariableGuid> used in PCD HiiEnable group in F... | klu2 | 2 | -10/+28 |
2006-06-22 | Major Changes - most of MSA and SPD are completed. | lhauch | 1 | -0/+0 |
2006-06-21 | Not needed | bbahnsen | 5 | -2220/+0 |
2006-06-21 | Clean up some data type mismatches. | bbahnsen | 6 | -50/+50 |
2006-06-21 | 1) Move almost new schema related to PCD on branch to transition scheme in ma... | klu2 | 6 | -736/+530 |
2006-06-21 | Use the address of guid array as parameter directly for _PCD_MODE_xx macro fo... | klu2 | 2 | -20/+16 |
2006-06-20 | Use capital S for GCC assembly. This enables pre-processing for PCD support. | bbahnsen | 1 | -1/+1 |
2006-06-20 | Modify autogen code for DynamicEx type PCD. | klu2 | 2 | -36/+69 |
2006-06-20 | Add exception and log mechanism | qouyang | 5 | -0/+92 |
2006-06-20 | Adpate to schema merge. | jlin16 | 3 | -61/+25 |
2006-06-20 | changed Specification to string and changed back Abstract to new schema format | jwang36 | 2 | -16/+9 |
2006-06-20 | changed back to old Abstract and Version in SpdHeader for ModuleEditor and Pa... | jwang36 | 2 | -2/+9 |