summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-15MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng4-2/+42
2014-04-14ArmPlatformPkg/ArmVExpressPkg: Update the Runtime Code and Data number of pagesOlivier Martin1-2/+2
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong3-58/+27
2014-04-14ArmPlatformPkg/ArmVExpressLibRTSM: Added support for the additional 6GB memor...Olivier Martin1-3/+32
2014-04-11ShellPkg: Fix using root of driveJaben Carsey2-2/+12
2014-04-11ShellPkg: Fix compiler warning 'unused variable'Harry Liebel1-0/+6
2014-04-11ArmPlatformPkg/ArmVExpressLibRTSM: Added support for the additional 2GB memor...Olivier Martin3-5/+48
2014-04-11ArmPlatformPkg/ArmVExpressLibRTSM: Removed unused dead codeOlivier Martin1-15/+2
2014-04-11ArmPlatformPkg/Bds: Fix loading Timeout from NV storageHarry Liebel1-2/+5
2014-04-11ArmPlatformPkg/Bds: Do not start all devices when starting an OS loaderOlivier Martin1-2/+9
2014-04-11ArmPlatformPkg/Bds: Allow to update EFI application boot entriesOlivier Martin1-14/+68
2014-04-11ArmPlatformPkg: Print arguments for EFI ApplicationOlivier Martin1-1/+10
2014-04-11ArmPlatformPkg/Bds: Introduced helper function to detect if an Ascii/Unicode ...Olivier Martin2-1/+98
2014-04-11ArmPlatformPkg: Set PcdDefaultBootArgument to an empty unicode stringOlivier Martin7-7/+1
2014-04-11ArmPlatformPkg/Bds: Added support to detect if the binary is a EFI imageOlivier Martin3-89/+130
2014-04-11ArmPlatformPkg/Bds: Added support to pass parameters to EFI applicationsOlivier Martin2-7/+15
2014-04-11ArmPlatformPkg/Bds: Decoupled OptionalData for the EFI application boot entry...Olivier Martin4-32/+57
2014-04-11ArmPlatformPkg/Bds: Add support to handle Unicode parametersOlivier Martin3-7/+75
2014-04-11Update logic, only question with interactive attribute should trig the callba...Eric Dong1-0/+4
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong3-3/+52
2014-04-10MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass...Tian, Feng2-63/+32
2014-04-10Check the pointer before use it.Eric Dong1-0/+2
2014-04-10Fix a bug in IP driver that the fragment overlap check may be skipped incorre...Fu Siyuan2-4/+4
2014-04-08ArmPlatformPkg/Bds: Check OptionalData is not NULL before accessing itOlivier Martin1-1/+4
2014-04-08ArmPlatformPkg/NorFlashDxe: Fixed driver to support UEFI Runtime modeOlivier Martin4-5/+127
2014-04-08ArmPlatformPkg/NorFlashDxe: Fix coding mistakes that would prevent Runtime modeOlivier Martin4-50/+54
2014-04-08ArmPlatformPkg/NorFlashDxe: Declare the driver as a UEFI Runtime driverOlivier Martin1-2/+2
2014-04-08ArmPlatformPkg/PL031RealTimeClock: Fixed driver to support UEFI Runtime ServicesOlivier Martin3-60/+103
2014-04-08Refine the load form sets process for BrowserCallback function.Eric Dong2-45/+68
2014-04-05OvmfPkg: PlatformPei: protect SEC's GUIDed section handler table thru S3Laszlo Ersek6-0/+21
2014-04-04ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passe...Chris Phillips1-3/+14
2014-04-03ArmPlatformPkg/PrePi: Use the same calculation to declare the stack size as i...Olivier Martin3-6/+5
2014-04-03ArmPlatformPkg/ArmVExpress-FVP-AArch64: Fixed number of cores and cluster for...Olivier Martin1-1/+7
2014-04-02ArmPlatformPkg: Fixed memory leak after calling GetEnvironmentVariable()Olivier Martin2-0/+3
2014-04-02ArmPkg: Fixed GetEnvironmentVariable() when the UEFI Variable did not existOlivier Martin2-2/+36
2014-04-01Add missing parameter comment in AddPubKeyInStore()Dong Guo1-0/+1
2014-04-01Check the parameter before use it.Eric Dong1-1/+2
2014-03-31ShellPkg: Allow opening of root drive nodesJaben Carsey1-18/+33
2014-03-31ShellPkg: Fix potential memory leak when failing to fully create a structureJaben Carsey1-3/+25
2014-03-31OvmfPkg: add a catch-all match for PCI devices in the OpenFirmware pathPaolo Bonzini1-17/+7
2014-03-31OvmfPkg: non-null PcdLib instance for the CSM VideoDxePaolo Bonzini3-3/+12
2014-03-31OvmfPkg: AcpiPlatformDxe: download ACPI tables from QEMULaszlo Ersek3-7/+163
2014-03-31OvmfPkg: AcpiS3SaveDxe: do not load if S3 is unsupported/disabled in qemuLaszlo Ersek2-0/+7
2014-03-31OvmfPkg: PlatformPei: lifecycle fixes for the LockBox areaLaszlo Ersek1-1/+7
2014-03-31Remove unused [PcdsDynamic, PcdsDynamicEx] section.Dong Guo1-1/+0
2014-03-28Check the input file pointer before use it.Eric Dong2-4/+8
2014-03-28Add check to avoid null pointer deference.Ruiyu Ni2-4/+8
2014-03-28SecurityPkg Variable: Add NULL pointer check.Star Zeng1-0/+1
2014-03-28Add NULL pointer check in I2chost.Elvin Li1-0/+1
2014-03-28Add ASSERT to check if NewVariable is NULL.Elvin Li1-0/+1