summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-271) add __MSC_EXTENSIONS__ guard for MSC specific pragma in Decode.cqwang122-2/+4
2007-02-26Clean up MSA file of the checked in modules which include:qwang1222-154/+376
2007-02-26Add PcdUefiLibMaxPrintBufferSize for all modules who use UefLib library insta...klu21-0/+440
2007-02-25Add the definition of IsaIoProtocol.qhuang81-0/+1
2007-02-15clean up msa files in EdkModulePkg, removed unnecessary library definitions a...vanjeff10-398/+182
2007-02-15Remove the unreferenced local variable.qwang121-1/+0
2007-02-14Enable the building option "/Os" for IPF tip Intel Compiler building.zliu31-4/+4
2007-02-14Make DxeIpl loop find the required section type in peiprocessfile functions. lgao41-66/+51
2007-02-14Add /W4 /WX for ICC tool chain of IPF in tools_def.template.xli241-4/+4
2007-02-14Temporarily disable /WX for HelloWorld module, for there is a bug in tool, wh...xli241-0/+5
2007-02-14Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang1210-46/+2103
2007-02-14add check for empty value of definitions.jlin161-19/+38
2007-02-14Clean up Lib MSAs for EdkModulePkgqhuang813-109/+53
2007-02-13Clean up MSA for MDE Libs:qhuang89-34/+16
2007-02-13Remove the wrong dependency on PeimEntryPointLibqhuang81-4/+1
2007-02-131. Add two interfaces in PeCoffGetEntryPointLib.hqhuang88-62/+224
2007-02-13Add alias EFI_D_XXX to provide backward compatibilities.qhuang81-15/+34
2007-02-13Drop the support of DXE_RUNTIME_DRIVER since all combo MDE libraries are remo...qhuang82-4/+4
2007-02-13PcdLib is only referenced by IPF arch.qhuang81-3/+3
2007-02-13BaseLib is only used by IA32, X64 & IPFqhuang81-2/+2
2007-02-13Clean up MSA filesqhuang81-35/+2
2007-02-13Remove the reference of UnixOemStatusHookLibqhuang81-2/+0
2007-02-13Split UnixOemHookStatusCodeLib to PEI/DXE instancesqhuang86-7829/+7975
2007-02-13Remove the combo libraryqhuang82-339/+0
2007-02-13Split Nt32OemHookStatusCodeLib to PEI/DXE instancesqhuang86-150/+613
2007-02-13start timer at initializationtgingold2-19/+25
2007-02-13use nanosleep instead of usleep, ugaX11 calls msSleep instead of usleeptgingold2-7/+15
2007-02-13Update all String related functions in BaseLib for this change introduced in ...qwang123-25/+49
2007-02-13EdkGenericBdsLib and Logo removed, use EdkGenericPlatformBdsLibtgingold54-22374/+207
2007-02-13newline added at endtgingold1-1/+1
2007-02-13Logo and EdkgenericBdsLib removedtgingold1-10/+0
2007-02-13updated to use new packages from EdkModuletgingold1-7757/+7761
2007-02-12Updated for added packagetgingold1-0/+11
2007-02-12Logo addedtgingold2-0/+34
2007-02-12EdkGenericPlatformBdsLib addedtgingold40-0/+15657
2007-02-12EdkGenericBdsLib addedtgingold10-0/+5016
2007-02-12Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli244-10/+15
2007-02-12fix gcc warnings (missing braces around initializer)tgingold5-24/+26
2007-02-12Fix an issue in page allocation.xli241-1/+1
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang1226-11757/+15654
2007-02-11fix a typo in a commenttgingold1-1/+1
2007-02-11fix a typo in a commenttgingold1-1/+1
2007-02-11fix a typo in a commenttgingold1-1/+1
2007-02-09Removed the extra source file from preprocessor's command line options for bu...jwang361-10/+3
2007-02-08Fix the runtime memory map change issue jchen201-1/+1
2007-02-08Fix the runtime memory map change issue jchen201-18/+81
2007-02-07Changed the way of handling not supported ARCH for a module. It should not br...jwang361-2/+6
2007-02-07(Fixed EDKT523) Added more check on "archString" to see if it's empty or not.jwang361-1/+1
2007-02-06updated the comment according to latest version of MWG.vanjeff5-10/+8
2007-02-05Add genDigest() method to class FfsProcess to generate MD5 digest value for t...jwang361-0/+84