summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-03The Driver Binding Protocol Stop() function for the UndiRuntimeDxe is perform...mdkinney1-30/+30
2012-10-03The exception table information in X64 PE/COFF images is being stripped by de...mdkinney2-1/+11
2012-10-03VS2005 and DDK3790 tool chain tags require typecasts to BOOLEAN to compile.mdkinney1-2/+2
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian5-15/+0
2012-09-28ArmPlatformPkg/LcdPlatformLib.h: Updated HD mode settings to produce a 60Hz f...oliviermartin1-2/+2
2012-09-28ArmPlatformPkg/LcdPlatformLib.h: Added support for 'WSXGA+ Mode: 1680 x 1050'oliviermartin1-2/+18
2012-09-28ArmPlatformPkg/ArmVExpress-CTA15-A7: Added support for CoreTile Express A15x2...oliviermartin11-0/+1539
2012-09-28ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize s...oliviermartin11-124/+362
2012-09-28EmbeddedPkg: Introduced 'SerialPortExtLib.h'oliviermartin8-50/+412
2012-09-28ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin20-26/+37
2012-09-28ArmPlatformPkg/EblCmdLib: Added the command 'dumpfdt'oliviermartin3-2/+238
2012-09-28ArmPlatformPkg/ArmPlatformLib.h: Introduced ArmPlatformGetCorePosition()oliviermartin2-0/+14
2012-09-28ArmPlatformPkg: Introduction of gArmPlatformTokenSpaceGuid.PcdCoreCountoliviermartin10-8/+29
2012-09-28ArmPkg/BdsLib: Added FDT support for BdsLiboliviermartin13-53/+476
2012-09-28ArmPkg/DefaultExceptionHandlerLib: Added support to the BASE-type libraryoliviermartin9-83/+176
2012-09-28ArmPlatformPkg/PrePi: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLiboliviermartin6-254/+1
2012-09-28ArmPlatformPkg/Sec: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLiboliviermartin15-264/+577
2012-09-28Add more exact SMM check in SmmFaultTolerantWriteHandler.lzeng141-17/+44
2012-09-28Rename Trusted Hob to Measured FV hob and add Guided Hob layout structureczhang466-36/+39
2012-09-27ArmPlatformPkg/ArmVExpress-CTA9x4.dsc: Fixed buildoliviermartin1-1/+0
2012-09-27EmbeddedPkg: Added support to libfdtoliviermartin21-1010/+3679
2012-09-27ArmPlatformPkg/Bds: Replaced 'EBL' by 'UEFI Shell' as the default shell on AR...oliviermartin1-3/+3
2012-09-27ARM Packages: Replaced the build of Fat driver and EBL by the binaries of Fat...oliviermartin14-153/+124
2012-09-27ShellBinPkg: Added ARM Binariesoliviermartin4-0/+8
2012-09-27FatBinPkg: Added ARM Binariesoliviermartin3-3/+11
2012-09-27EdkShellPkg: Added new patch to support EFI Shell project revision 61oliviermartin2-2/+5941
2012-09-27EdkShellBinPkg: Added ARM Binariesoliviermartin53-2/+12
2012-09-27Omap35xxPkg/Flash: Fixed 'NandStatus may be used before being set'oliviermartin1-0/+2
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin11-52/+30
2012-09-27Enable EFI_IFR_DEFAULT2 opcode in browser.ydong102-2/+10
2012-09-27Add debug port and debug port 2 table.jyao12-0/+123
2012-09-27Save and disable CPU interrupt before programming MTRR settings, and restore ...vanjeff1-39/+50
2012-09-27Reset system only when the pre-allocated memory is more than 1.5 of needed me...niruiyu1-8/+7
2012-09-26ArmPlatformPkg/EblCmdLib: Fixed 'performance' commandoliviermartin1-3/+9
2012-09-26ArmPlatformPkg/VExpressMotherBoard.h: Added more motherboard definitionsoliviermartin1-0/+10
2012-09-26ArmPlatformPkg/PL011Uart: The PL011 UART fractional part does not need to be ...oliviermartin1-3/+0
2012-09-26ArmPkg/include: Added macro ARM_VECTOR_TABLE_ALIGNMENToliviermartin1-0/+2
2012-09-26ArmPlatformPkg: Added 'Makefile' to build EDK2 from Makefile based IDEoliviermartin1-0/+66
2012-09-26Remove local function IsValidDevicePath and use new interface provided by Uef...niruiyu1-51/+1
2012-09-25StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functi...darylm5034-220/+254
2012-09-251. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff1-39/+38
2012-09-24StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC...darylm5031-1/+3
2012-09-24Clean the build warning.ydong101-2/+2
2012-09-24Add new API IsDevicePathValid() to UefiDevicePathLib.niruiyu6-46/+233
2012-09-24Handle the case when OpROM wants to completely remove itself.niruiyu1-1/+10
2012-09-20StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm5035-41/+48
2012-09-19Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang1-13/+9
2012-09-14Add a dialog box with help message when user changes the state of "Attempt Se...sfu51-0/+7
2012-09-14Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng144-20/+31
2012-09-141. Fix a bug when comparing two timestamp in auth-variable driver.sfu53-52/+1