summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1247 6f1...alfred2006-08-141-0/+1
* Do Not cleanall librarys with a module build clean or build cleanall. wuyizhong2006-08-141-75/+0
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1245 6f1...yshang12006-08-141-1/+1
* Add function headers in UefiDriverModuleLibyshang12006-08-141-1/+15
* Tried to fix EDKT149. Since the issue happened randomly, only long time test ...jwang362006-08-142-8/+4
* Prefixed global variable with "m"ajfish2006-08-111-2/+2
* Fixed issue with new MAP file feature a fprintf was using a pointer to the .P...ajfish2006-08-111-12/+25
* Fixed bugs found when this code was ported into R8. ajfish2006-08-111-5/+7
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1239 6f1...alfred2006-08-111-2/+9
* Change Variable to use PCDxgu32006-08-101-2/+0
* Fix BDS boot from file . and .. fail assertionxgu32006-08-101-2/+23
* Modify FtwLite and Variable DXE driver to use PCD instead of FlashMap HOBxgu32006-08-109-71/+513
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1235 6f1...alfred2006-08-102-0/+89
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1234 6f1...alfred2006-08-101-0/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1233 6f1...alfred2006-08-102-0/+4
* Add MigrationToolsalfred2006-08-1013-0/+1367
* Add Migration Tool Database filesqhuang82006-08-106-0/+1596
* Fix EDKT186.qouyang2006-08-102-1/+22
* Added stringToInt method to handle hex integer for FFS_ATTRIB_DATA_ALIGNMENTjwang362006-08-101-4/+36
* Removed unnecessary MSR access in InternalX86Delay()bxing2006-08-101-2/+0
* Sync this file with MiscSubClass spec and add some struture alias to use them...lgao42006-08-091-47/+65
* Fix EDKT 150 to make IPF XIP module 16-byte align. Create new IPF_PEI_CORE, I...lgao42006-08-093-16519/+16724
* 1. Added ReadWriteBarrier() before and after each I/O read/write function.bxing2006-08-091-24/+46
* Variable PEIM use to PCD entry to get the base address of NV Storegae region.qwang122006-08-095-29/+70
* Fixed EDKT163. Added code to assign "arch" to null when no "SupArchList" is s...jwang362006-08-091-16/+11
* Set different arguments for gcc3.x.x and gcc4.x.x. Suppress pointer-sign warn...wuyizhong2006-08-0917-20/+45
* Changed the alignment related member and method to conform to FFS spec.jwang362006-08-091-8/+8
* Enhance FfsLayout parsing. When specify a file for a section, then just use t...wuyizhong2006-08-091-3/+38
* Fixed grammar and column widths (set min, preferred and max widths for versio...lhauch2006-08-091-125/+228
* Fixed a bug in resetting the tools path when you switched workspaces.lhauch2006-08-081-1/+1
* FPD.BuildOptions.Ffs.Attribute:Value=”xs:string” [0..1]lhauch2006-08-083-2/+5
* Some library instance's PCD is missing in FPD file for a module, it break sin...klu22006-08-082-0/+32
* auto adjust pcd settings when display existing ModuleSA settings. if new PCD ...jlin162006-08-085-94/+193
* Update ReleaseNotes.txt of the section of "A Word on compiling under Cygwin w...qouyang2006-08-081-6/+10
* Remove warning message in MAC GCC tool buildwuyizhong2006-08-0820-16/+25
* Updated ReleaseNotes.txt since the issue of build CompressDll.dll in cygwin i...qouyang2006-08-081-7/+1
* Fixed the FfsAlignment issuejwang362006-08-081-2/+2
* added -noclasspath option to the ant cleanall for ForceRebuild, also changed ...lhauch2006-08-072-10/+10
* Make cleanall fail if executing ant cleanall, without the -noclasspath option.lhauch2006-08-071-0/+15
* [EDKT156][Closed] Re-ordered the build.xml files in the clean and cleanall ta...lhauch2006-08-071-17/+17
* 1) Fix bug in EdkUefiRuntimeLib.msa(EDKT155).yshang12006-08-076-22/+16
* Store Variable Name as Hex data array in dynamic pcd build definitions.jlin162006-08-072-6/+37
* Move FileInfo.h, FileSystemInfo.h, FileSystemVolumeLabelInfo.h from protocol ...lgao42006-08-075-16/+15
* Remove SecurityPolicy.h from EdkModulePkg, because this protocol has been def...lgao42006-08-073-38/+0
* no display "null" if no recommended instance specified in library class decla...jlin162006-08-071-1/+13
* Fix some bugs and remove unused code.klu22006-08-074-29/+30
* 1. Fix the bug for "C name displayed in dialog to edit PCD is not correct"hche10x2006-08-071-1/+6
* Modify dispatch opcode for standalone boot script executorxgu32006-08-071-0/+1
* Fix the bug for not add error reporting in getAllDynamicPcdInfoFromFpd(), it ...klu22006-08-071-1/+0
* [EDKT169]Add feature of sorting modules in FPD file.jlin162006-08-074-8/+423