summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-27ShellPkg: Fix file system change issue that results in ASSERTChris Phillips1-2/+2
2014-03-27Remove hide TPM support.Dong Guo13-121/+15
2014-03-27Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo5-75/+106
2014-03-27Update code logic, remove ASSERT and use error handling. Eric Dong1-9/+33
2014-03-27Not to copy mailbox into new space when debug agent initialization for S3 Boo...Jeff Fan1-10/+19
2014-03-27Remove RT attribute for variable PlatDriOver.Gao, Liming1-4/+4
2014-03-26ArmPkg/ArmCpuLib: Added A57 Errata 806969Olivier Martin1-0/+8
2014-03-26ArmPkg/ArmLib: Correct Error Handling in AArch64Olivier Martin1-6/+22
2014-03-26ArmPkg/ArmCortexA5xLib: Fixed setting of SMP bitOlivier Martin1-2/+2
2014-03-26ArmPkg/ArmCortexA5x: Declared the helper functions to access the CPU Extended...Olivier Martin5-14/+88
2014-03-26ArmPkg/ArmLib: Added helper functions for accessing CPU ACTLROlivier Martin5-5/+109
2014-03-26ArmPkg/Chipset: Added ARMv8 CPU's PartNumOlivier Martin2-3/+13
2014-03-26ArmPlatformPkg/ArmVExpressPkg: Add processor identifiers for Cortex A12/A7Olivier Martin1-1/+3
2014-03-26Add check to make sure the data be valid.Gao, Liming2-13/+57
2014-03-26PerfomancePkg Dp: Add missing EFIAPI for PrintToken().Star Zeng2-2/+4
2014-03-26Remove RT attribute for variable LegacyDevOrderRuiyu Ni1-1/+1
2014-03-25ArmPkg/SemihostFs: Various fixes for the file systemHarry Liebel2-9/+22
2014-03-25ArmPkg/SemihostLib: Made arguments 'native' sizeHarry Liebel1-8/+9