summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-28Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All referen...qwang121-3/+0
2008-04-28Add more debug print message and fix some issues.klu24-3/+25
2008-04-28Added python wrapper of EFI (de)compressorjwang361-0/+0
2008-04-251, Use PrintLib in Duet loaderklu29-524/+582
2008-04-25The library instance BaseUefiTianoCustomDecompressLib in IntelFrameworkModule...klu23-3/+1049
2008-04-25Move post building command from make file to bat file. Until build system sup...klu21-0/+15
2008-04-25Move post building command from make file to bat file. Until build system sup...klu22-1/+4
2008-04-24Fix various warnings with the Intel C compiler.jljusten23-46/+93
2008-04-24Correct the bug to ignore the encapsulated section.lgao41-0/+0
2008-04-24Fixed an CR/LF issue in FDF filejwang361-0/+0
2008-04-24Fixed several typo in variable namesjwang361-0/+0
2008-04-241) Add in IfrParser so that the FrameworkHii->GetDefaultImage can scan UEFI I...qwang1220-63/+5774
2008-04-24Fix the makefile issue for bootsector moduleklu22-11/+11
2008-04-241. GenSec tool only updates output file when the contents of the output file ...lgao42-0/+0
2008-04-24Delete the macro definitions which build system will provided automatically.klu21-135/+1
2008-04-23init target should not be used in customize makefile. Fix it.klu23-12/+2
2008-04-23initialize local variable before use.htao1-0/+2
2008-04-22[Description]eric_tian2-2/+11
2008-04-22[Description]eric_tian1-3/+7
2008-04-22Fix missing include header file and fix typo in comment.klu29-38/+40
2008-04-22Fix missing include header file and fix typo in comment.klu213-37/+43
2008-04-22Fix typo in comment.klu29-19/+23
2008-04-22Fix typo in comment.klu28-46/+51
2008-04-22Fix comment typoklu21-2/+3
2008-04-22Fix comment typo.klu21-1/+1
2008-04-21Fix missing include file which break doxygen parsing.klu211-0/+23
2008-04-21Fix missing include file which break doxygen parsing.klu22-0/+5
2008-04-21Fix missing include file which break doxygen parsing.klu25-3/+17
2008-04-21Fix missing include file which break doxygen parsing.klu21-2/+4
2008-04-21Changed GenFds to use database based module/package/platform information retr...jwang362-0/+0
2008-04-21Add missing library class declaration.klu21-1/+4
2008-04-21Add missing library class.klu21-0/+3
2008-04-20Added several improvements for user experiencejwang361-0/+0
2008-04-18rename EFI_HII_UPDATE_DATA in FrameworkHii.h to FRAMEWORK_EFI_HII_UPDATE_DATA...qwang121-3/+2
2008-04-18Add the function relative address to the base address in the map file for use...lgao41-0/+0
2008-04-18Fixed error data in generated listing filejwang361-0/+0
2008-04-18Correct EFI_COMPATIBILITY16_TABLE_SIGNATURE definition to "IFE$"lgao41-1/+1
2008-04-18Remove unused function.klu21-26/+0
2008-04-18Use const qualify for Src pointer.klu21-2/+2
2008-04-18Apply david's patch.klu211-24/+28
2008-04-18Add legacy8259 module for PcAt.klu24-0/+1029
2008-04-18User customize build method for BootSector module.klu23-4/+4
2008-04-18Add missing module for duet package.klu229-0/+7005
2008-04-18For MicroCode module, default copy the created image to bin directory for eas...lgao41-0/+1
2008-04-17add in data type cast to ensure stringent compilers are happy.qwang121-1/+1
2008-04-17define #define EFI_HII_UPDATE_DATA FRAMEWORK_EFI_HII_UPDATE_DATA to avoid dup...qwang121-0/+1
2008-04-17Add in Macro named SUPPORT_DEPRECATED_IFRSUPPORTLIB_API to comment out the fu...qwang123-1/+30
2008-04-17Add the filed FormValue to Framework's EFI_HII_UPDATE_DATA. This change keeps...qwang121-0/+1
2008-04-17Add in Thunking function for Dynamic Code creation. Only support Text and Sub...qwang126-32/+244
2008-04-17[Description]:qhuang87-4/+17