summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Replace SHA1 with SHA256 digest algorithm.tye12011-09-141-0/+14
* 1. Adjust SignedData to comply with latest UEFI spec: 1) remove SignerInfo.au...tye12011-09-141-8/+12
* Remove useless pointer check.ydong102011-09-141-62/+60
* Fix build error.jyao12011-09-142-1/+3
* Refine code to follow coding style.ydong102011-09-141-1/+1
* Update UID drivers to align with latest UEFI spec 2.3.1 errata A.gdong12011-09-143-49/+7
* Add [LibraryClasses] definition for MdeModulePkg\Include\Library\LockBoxLib.h.jyao12011-09-141-0/+4
* MdeModulePkg/HiiDatabaseDxe: Removed unused variablesoliviermartin2011-09-131-4/+0
* MdeModulePkg/UsbBusDxe: Removed unused variableoliviermartin2011-09-131-2/+0
* ArmPkg/ArmDisassemblerLib: Comment out unused variableoliviermartin2011-09-131-3/+3
* Add comments for gEfiFormBrowserExProtocolGuid.lgao42011-09-131-4/+2
* ArmRealViewEbPkg: Delete the deprecated package 'ArmRealViewEbPkg'oliviermartin2011-09-1360-6762/+0
* Enhance EDKII Browser to support flexible HotKey setting. lgao42011-09-1311-266/+1389
* ArmPlatformPkg/Bds: Fix the update of existing boot entriesoliviermartin2011-09-131-9/+11
* Minor copyright format updatehhtian2011-09-131-1/+1
* Add NULl check for pointer.li-elvin2011-09-132-0/+3
* Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12011-09-137-133/+417
* Fix ICC build failure.niruiyu2011-09-132-2/+2
* Enhance the MTRR lib to support the case where alignment of base address < le...rsun32011-09-131-91/+126
* ShellPkg: Add missing function descriptor comment.jcarsey2011-09-121-0/+10
* ArmPkg/BdsLib: Add missing BdsLoadOption.c fileoliviermartin2011-09-121-0/+264
* StdLib/LibC: Fix transcription error from submitted patch.darylm5032011-09-111-1/+1
* StdLib|LibC: Implement the sleep() function.darylm5032011-09-112-15/+16
* AppPkg|Python: Files from the Python 2.7.2 distribution that must be modified...darylm5032011-09-117-0/+11174
* NetworkPkg/UefiPxeBcDxe: Fix GCC build issuejljusten2011-09-101-5/+5
* ShellPkg: Add 3 missing function declaration comments and change a function s...jcarsey2011-09-092-1/+32
* ArmPlatformPkg/Bds: Minor fixes and coding style changesoliviermartin2011-09-091-10/+10
* ArmPkg/BdsLib: Fix MemMap Device Path node supportoliviermartin2011-09-091-4/+8
* ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin2011-09-096-172/+112
* ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin2011-09-095-8/+29
* ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pk...oliviermartin2011-09-094-69/+102
* ArmPlatformPkg/Bds: Add a signature in front of the Boot Argument propoer to ...oliviermartin2011-09-096-252/+352
* ArmPlatformPkg/Bds: Get User inputs in Unicodeoliviermartin2011-09-094-88/+109
* 1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.sfu52011-09-091-15/+46
* 1. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=...sfu52011-09-092-25/+98
* Rename SMM_CPU_IO_Protocol to SMM_CPU_IO2_PROTOCOL in PiSmmDefintions.h of Sm...hhtian2011-09-091-7/+7
* StdLib: Replace some non-ASCII characters with ASCII equivalents.darylm5032011-09-083-9/+9
* ShellPkg: allow for mm command to properly write PCIe in non-interactive mode.jcarsey2011-09-081-19/+19
* Fixed issue that addition LEFT CTRL key was detected when press PAUSE key. P...vanjeff2011-09-082-14/+9
* MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib libra...xdu22011-09-081-0/+44
* ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCToliviermartin2011-09-073-1/+112
* EmbeddedPkg/Mmc: Fixed ARMGCC buildoliviermartin2011-09-071-2/+2
* Sync the fix for recovery mode from MdeModulePkg.gdong12011-09-071-16/+45
* Media detection logic is enhanced to be more robust.erictian2011-09-071-70/+86
* Fix typo error in UnixPkg.dscerictian2011-09-072-2/+2
* Add "#ifdef ... #define ... #endif" check for the header file.ydong102011-09-071-0/+3
* Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...oliviermartin2011-09-066-96/+96
* Change related:ydong102011-09-063-3/+3
* Check the pointer before use it.ydong102011-09-061-11/+12
* Refine code to follow coding style.ydong102011-09-051-1/+1