summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-18Sync BaseTools Branch (version r2321) to EDKII main trunk. lgao4102-1060/+2221
2011-09-17Fix Build fail for NT32 platform.ydong101-1/+1
2011-09-16StdLib: Change the last argument of the ioctl helper functions to va_list* fr...darylm5036-67/+72
2011-09-16StdLib: Patches and updates for ARM.darylm50317-105/+843
2011-09-16Correct comments for NULL return value of HiiLib HiiAddPackages().lgao42-4/+4
2011-09-16Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong104-3/+5
2011-09-16Update the Ip6Dxe and IScsiDxe to keep the old behaviors after add exit actio...ydong103-9/+9
2011-09-16Update the UserProfileManagerDxe to keep the old behaviors after add exit act...ydong101-7/+2
2011-09-16Update the BDS UI to keep the old behaviors after add exit action when Config...ydong101-1/+1
2011-09-16Fix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and ...niruiyu2-152/+170
2011-09-16Refine the logic about getting Value info to avoid check data error.ydong101-1/+7
2011-09-15ShellPkg: Update revision info.jcarsey1-0/+0
2011-09-15ShellPkg: Fix concatenation on full device paths.jcarsey1-1/+1
2011-09-15ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey5-9/+49
2011-09-15UefiCpuPkg VTF0: Add README, remove Makefilejljusten2-42/+41
2011-09-15Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun34-48/+53
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