summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-12Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. wuyizhong
2006-12-12GetCurrentLanguage() in IFR Support Library treats language variable incorrec...xli24
2006-12-12Merge GOP related code from r8->r9. wuyizhong
2006-12-12make edksetup.bat accept case-insensitive parameters. wuyizhong
2006-12-12Update BaseDebugLibNull to not touch any global variables or PCD settingsmdkinney
2006-12-11Used the msa file name instead of module name as intermediate directory namejwang36
2006-12-111. Fix EDKT483 FrameworkWizard Should support multiple msa files in a same di...hche10x
2006-12-11Fix the bug that could make gMemoryTypeInformation unavailable when gMemoryTy...xgu3
2006-12-08Fixed EDKT482. Added support for multiple msa files in the same directory.jwang36
2006-12-08Support adding boot option from removable media, and removing invalid EFI boo...xli24
2006-12-08Do not clear debug register. New performance code does not use Debug register...qhuang8
2006-12-08The EFI_IMAGE_REL_BASED_DIR64 type has been in switch for all common relocati...klu2
2006-12-08Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu2
2006-12-08Add a new definition according to Pci spec 2.2qhuang8
2006-12-08Changed /SUBSYSTEM:CONSOLE back to /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER because...jwang36
2006-12-08Changed the /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER back to /SUBSYSTEM:CONSOLE for...jwang36
2006-12-08Add more assert to check table pointer.klu2
2006-12-07Remove unused library class EdkPeCoffLoaderX64Lib and library instance EdkPeC...lgao4
2006-12-07(1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION t...lgao4
2006-12-07Add X64 support for DebugSupport driver.klu2
2006-12-07Add X64 support for DebugSupport driver.klu2
2006-12-07Fix the issues caused by EfiCompress.h was changed to Compress.h.klu2
2006-12-07Let specify GUID value for GUID-defined FV region, and remove potential dead ...xli24
2006-12-07The main issue want to be resolve is that some tools need EfiCompress and oth...klu2
2006-12-07Remove the Tiger special application tool from the publish folder.zliu3
2006-12-06Added the shell application for Tiger4 flash updatingzliu3
2006-12-06Merge R8 tracker #8375.xli24
2006-12-06For the file "EdkModulePkg\Universal\EmuVariable\RuntimeDxe\EmuVariable.c", R...zliu3
2006-12-06Fixed one bug in EmuVariable module: The macro (GET_PAD_SIZE) is different wi...zliu3
2006-12-06Merge R8 tracker #8374 to make EmuVariable.GetNextVariableName() comply with ...xli24
2006-12-06Add DxeDebugLibSerialPort that provides a debug library that layers directly ...mdkinney
2006-12-06Move registration and processing of ExitBootServices() events into UefiDriver...mdkinney
2006-12-06Merge PVCS #7739.qhuang8
2006-12-06Fix the build break since VariableIpf & EmuVariableIpf were splitted from Var...qhuang8
2006-12-05Deletebbahnsen
2006-12-05Removebbahnsen
2006-12-05Change Namebbahnsen
2006-12-05Change namebbahnsen
2006-12-05Factor out the XML API so other scripts can use it.bbahnsen
2006-12-05Add enumeration type for EfiProcessorFamilyIntelPentiumM, EfiProcessorFamilyI...xli24
2006-12-04Do not check __STDC_VERSION__ for gcc.bbahnsen
2006-12-02Remove use of global variable at runtime in this libmdkinney
2006-12-01Update the EmuVariable and Variable modules to have a ModuleType of DXE_SAL_D...mdkinney
2006-11-30Add a FullShell and MinimumShell modulemdkinney
2006-11-30Fix static data initializer syntax for array of union.bbahnsen
2006-11-30Updated the incorrect IPF Shell binary with the one which is used in current ...zliu3
2006-11-30Add Information Opcode in S3 modules.xgu3
2006-11-301. Fix EDKT476 Wizard gives wrong warning messsage that confuses userhche10x
2006-11-30Fix a bug when zeroing exception data in FwImage toolrsun3
2006-11-29_filelength is a function of fd, not FILE *bbahnsen