summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-141) remove wrong global variable usage because it will bring data corrupt if t...erictian11-1047/+1315
2011-09-14Replace SHA1 with SHA256 digest algorithm.tye11-0/+14
2011-09-141. Adjust SignedData to comply with latest UEFI spec: 1) remove SignerInfo.au...tye11-8/+12
2011-09-14Remove useless pointer check.ydong101-62/+60
2011-09-14Fix build error.jyao12-1/+3
2011-09-14Refine code to follow coding style.ydong101-1/+1
2011-09-14Update UID drivers to align with latest UEFI spec 2.3.1 errata A.gdong13-49/+7
2011-09-14Add [LibraryClasses] definition for MdeModulePkg\Include\Library\LockBoxLib.h.jyao11-0/+4
2011-09-13MdeModulePkg/HiiDatabaseDxe: Removed unused variablesoliviermartin1-4/+0
2011-09-13MdeModulePkg/UsbBusDxe: Removed unused variableoliviermartin1-2/+0
2011-09-13ArmPkg/ArmDisassemblerLib: Comment out unused variableoliviermartin1-3/+3
2011-09-13Add comments for gEfiFormBrowserExProtocolGuid.lgao41-4/+2
2011-09-13ArmRealViewEbPkg: Delete the deprecated package 'ArmRealViewEbPkg'oliviermartin60-6762/+0
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao411-266/+1389
2011-09-13ArmPlatformPkg/Bds: Fix the update of existing boot entriesoliviermartin1-9/+11
2011-09-13Minor copyright format updatehhtian1-1/+1
2011-09-13Add NULl check for pointer.li-elvin2-0/+3
2011-09-13Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao17-133/+417
2011-09-13Fix ICC build failure.niruiyu2-2/+2
2011-09-13Enhance the MTRR lib to support the case where alignment of base address < le...rsun31-91/+126
2011-09-12ShellPkg: Add missing function descriptor comment.jcarsey1-0/+10
2011-09-12ArmPkg/BdsLib: Add missing BdsLoadOption.c fileoliviermartin1-0/+264
2011-09-11StdLib/LibC: Fix transcription error from submitted patch.darylm5031-1/+1
2011-09-11StdLib|LibC: Implement the sleep() function.darylm5032-15/+16
2011-09-11AppPkg|Python: Files from the Python 2.7.2 distribution that must be modified...darylm5037-0/+11174
2011-09-10NetworkPkg/UefiPxeBcDxe: Fix GCC build issuejljusten1-5/+5
2011-09-09ShellPkg: Add 3 missing function declaration comments and change a function s...jcarsey2-1/+32
2011-09-09ArmPlatformPkg/Bds: Minor fixes and coding style changesoliviermartin1-10/+10
2011-09-09ArmPkg/BdsLib: Fix MemMap Device Path node supportoliviermartin1-4/+8
2011-09-09ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin6-172/+112
2011-09-09ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin5-8/+29
2011-09-09ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pk...oliviermartin4-69/+102
2011-09-09ArmPlatformPkg/Bds: Add a signature in front of the Boot Argument propoer to ...oliviermartin6-252/+352
2011-09-09ArmPlatformPkg/Bds: Get User inputs in Unicodeoliviermartin4-88/+109
2011-09-091. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.sfu51-15/+46
2011-09-091. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=...sfu52-25/+98
2011-09-09Rename SMM_CPU_IO_Protocol to SMM_CPU_IO2_PROTOCOL in PiSmmDefintions.h of Sm...hhtian1-7/+7
2011-09-08StdLib: Replace some non-ASCII characters with ASCII equivalents.darylm5033-9/+9
2011-09-08ShellPkg: allow for mm command to properly write PCIe in non-interactive mode.jcarsey1-19/+19
2011-09-08Fixed issue that addition LEFT CTRL key was detected when press PAUSE key. P...vanjeff2-14/+9
2011-09-08MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib libra...xdu21-0/+44
2011-09-07ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCToliviermartin3-1/+112
2011-09-07EmbeddedPkg/Mmc: Fixed ARMGCC buildoliviermartin1-2/+2
2011-09-07Sync the fix for recovery mode from MdeModulePkg.gdong11-16/+45
2011-09-07Media detection logic is enhanced to be more robust.erictian1-70/+86
2011-09-07Fix typo error in UnixPkg.dscerictian2-2/+2
2011-09-07Add "#ifdef ... #define ... #endif" check for the header file.ydong101-0/+3
2011-09-06Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...oliviermartin6-96/+96
2011-09-06Change related:ydong103-3/+3
2011-09-06Check the pointer before use it.ydong101-11/+12