summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-26Remove a temporary test line of codejwang361-1/+0
2007-01-26Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli248-76/+64
2007-01-26- Remove the TOOL without NAME defined and its definition in ARCH_build.opt jwang363-34/+58
2007-01-26Move the entrypoint function declarations to AutoGen.h for sake of Intel comp...jwang361-45/+45
2007-01-26When GenFvMap tool doesn't open one module map file, it will skip this module.lgao41-3/+9
2007-01-261. Add "Splash Screen" backhche10x1-10/+10
2007-01-261. Add NULL QH to set as QH header;qhuang816-1880/+1985
2007-01-26Added -e and -emacs to support no leading task name in each line of log on sc...jwang361-0/+2
2007-01-26removed SupModuleList firstlyvanjeff1-1/+1
2007-01-26Remove private data structure in PEI core entry point.xli243-33/+11
2007-01-25Added comment about using -emacs to turn off adding [cc] characters in error ...lhauch1-0/+3
2007-01-25Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make sens...qwang127-11/+41
2007-01-25Remove some unused internal functions.xli246-495/+10
2007-01-25ALWAYS_COSUMED changed to ALWAYS_PRODUCEDqwang122-4/+4
2007-01-25Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli24123-851/+1256
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli2465-400/+1441
2007-01-25Enhanced the <Build_Library> macro to check OBJECTS property in case it's emptyjwang361-0/+7
2007-01-25- Merged the local copy of XmlRoutines.py in buildgen into upper directory's ...jwang363-219/+132
2007-01-25Change parameter id in UserExtension element from Integer to String according...jlin166-33/+33
2007-01-25Nt32TimerLib doesn't support IPF, X64 and EBC, I remove them from this module...lgao41-1/+1
2007-01-25BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs f...lgao42-13/+1
2007-01-25Fixed the Indentifier type issue.jwang361-4/+4
2007-01-25- Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer ...jwang3615-57/+263
2007-01-25Adding a couple of features for far processing, including detecting duplicate...bbahnsen3-24/+43
2007-01-25Added optional whitespace characters in before and/or after the content withi...lhauch5-28/+28
2007-01-24Fix up file paths.bbahnsen3-41/+41
2007-01-24Fix up file names.bbahnsen1-10/+10
2007-01-24Fix capitalization issues.bbahnsen3-7/+7
2007-01-24Adding several dependency checks for far installation. Redoing the XML output.bbahnsen3-150/+150
2007-01-24Added DXE_RUNTIME_DRIVER in the SupModuleList since DxeStatusCode in EdkModul...jwang361-1/+1
2007-01-24git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2297 6f1...jlin161-1/+3
2007-01-24Fixed EDKT487. Added a <import> task to import UserExtension.xml if it exists...jwang361-0/+3
2007-01-24- Fixed EDKT513 by adding existing section files into the dependency check of...jwang363-14/+27
2007-01-241. Finish Enhancement EDKT345: Support deleting multiple rows together when r...hche10x16-64/+144
2007-01-24add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th...vanjeff1-3/+3
2007-01-24Modify error message contents when an improper library instance was selected ...jlin161-15/+66
2007-01-24Changed the way of determining how to call customized build file. Now we chec...jwang361-4/+16
2007-01-24Removed the BASE type as any type in the check of SupModuleList in getLibrary...jwang361-2/+1
2007-01-23Changing XmlAppendChildElement to return the new XML node on success.bbahnsen1-3/+3
2007-01-23Fixed bug in partition driver:yshang16-60/+79
2007-01-23git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2287 6f1...yshang11-1/+1
2007-01-23Modify support module type filter for library instance selection.jlin162-3/+8
2007-01-23Fixed the fake circular denpendency of library instance.jwang361-8/+2
2007-01-23Updated the function comments in UefiDriverEntryLib to fix EDKT502.yshang11-20/+12
2007-01-23Modify the EFI_USB_DATA_DIRECTION according to UEFI specification 2.1 page 708.klu21-1/+1
2007-01-23Fixed EDKT493. Added support to "SupModuleList" for checking if a library ins...jwang364-135/+146
2007-01-23Corrected a small bugs:qwang123-5/+5
2007-01-23Moved the function prototype of SetVirtualAddress and ExitBootService to Auto...jwang361-431/+492
2007-01-22Add dependency checking to the Far install.bbahnsen3-11/+67
2007-01-22Python script for generating build files for platform and modules, which uses...jwang368-0/+3029