summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg/Bds: Introduced helper function to detect if an Ascii/Unicode ...Olivier Martin2014-04-112-1/+98
* ArmPlatformPkg: Set PcdDefaultBootArgument to an empty unicode stringOlivier Martin2014-04-117-7/+1
* ArmPlatformPkg/Bds: Added support to detect if the binary is a EFI imageOlivier Martin2014-04-113-89/+130
* ArmPlatformPkg/Bds: Added support to pass parameters to EFI applicationsOlivier Martin2014-04-112-7/+15
* ArmPlatformPkg/Bds: Decoupled OptionalData for the EFI application boot entry...Olivier Martin2014-04-114-32/+57
* ArmPlatformPkg/Bds: Add support to handle Unicode parametersOlivier Martin2014-04-113-7/+75
* Update logic, only question with interactive attribute should trig the callba...Eric Dong2014-04-111-0/+4
* Sync value for string opcode after call the Callback function.Eric Dong2014-04-113-3/+52
* MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass...Tian, Feng2014-04-102-63/+32
* Check the pointer before use it.Eric Dong2014-04-101-0/+2
* Fix a bug in IP driver that the fragment overlap check may be skipped incorre...Fu Siyuan2014-04-102-4/+4
* ArmPlatformPkg/Bds: Check OptionalData is not NULL before accessing itOlivier Martin2014-04-081-1/+4
* ArmPlatformPkg/NorFlashDxe: Fixed driver to support UEFI Runtime modeOlivier Martin2014-04-084-5/+127
* ArmPlatformPkg/NorFlashDxe: Fix coding mistakes that would prevent Runtime modeOlivier Martin2014-04-084-50/+54
* ArmPlatformPkg/NorFlashDxe: Declare the driver as a UEFI Runtime driverOlivier Martin2014-04-081-2/+2
* ArmPlatformPkg/PL031RealTimeClock: Fixed driver to support UEFI Runtime ServicesOlivier Martin2014-04-083-60/+103
* Refine the load form sets process for BrowserCallback function.Eric Dong2014-04-082-45/+68
* OvmfPkg: PlatformPei: protect SEC's GUIDed section handler table thru S3Laszlo Ersek2014-04-056-0/+21
* ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passe...Chris Phillips2014-04-041-3/+14
* ArmPlatformPkg/PrePi: Use the same calculation to declare the stack size as i...Olivier Martin2014-04-033-6/+5
* ArmPlatformPkg/ArmVExpress-FVP-AArch64: Fixed number of cores and cluster for...Olivier Martin2014-04-031-1/+7
* ArmPlatformPkg: Fixed memory leak after calling GetEnvironmentVariable()Olivier Martin2014-04-022-0/+3
* ArmPkg: Fixed GetEnvironmentVariable() when the UEFI Variable did not existOlivier Martin2014-04-022-2/+36
* Add missing parameter comment in AddPubKeyInStore()Dong Guo2014-04-011-0/+1
* Check the parameter before use it.Eric Dong2014-04-011-1/+2
* ShellPkg: Allow opening of root drive nodesJaben Carsey2014-03-311-18/+33
* ShellPkg: Fix potential memory leak when failing to fully create a structureJaben Carsey2014-03-311-3/+25
* OvmfPkg: add a catch-all match for PCI devices in the OpenFirmware pathPaolo Bonzini2014-03-311-17/+7
* OvmfPkg: non-null PcdLib instance for the CSM VideoDxePaolo Bonzini2014-03-313-3/+12
* OvmfPkg: AcpiPlatformDxe: download ACPI tables from QEMULaszlo Ersek2014-03-313-7/+163
* OvmfPkg: AcpiS3SaveDxe: do not load if S3 is unsupported/disabled in qemuLaszlo Ersek2014-03-312-0/+7
* OvmfPkg: PlatformPei: lifecycle fixes for the LockBox areaLaszlo Ersek2014-03-311-1/+7
* Remove unused [PcdsDynamic, PcdsDynamicEx] section.Dong Guo2014-03-311-1/+0
* Check the input file pointer before use it.Eric Dong2014-03-282-4/+8
* Add check to avoid null pointer deference.Ruiyu Ni2014-03-282-4/+8
* SecurityPkg Variable: Add NULL pointer check.Star Zeng2014-03-281-0/+1
* Add NULL pointer check in I2chost.Elvin Li2014-03-281-0/+1
* Add ASSERT to check if NewVariable is NULL.Elvin Li2014-03-281-0/+1
* ShellPkg: Fix file system change issue that results in ASSERTChris Phillips2014-03-271-2/+2
* Remove hide TPM support.Dong Guo2014-03-2713-121/+15
* Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo2014-03-275-75/+106
* Update code logic, remove ASSERT and use error handling. Eric Dong2014-03-271-9/+33
* Not to copy mailbox into new space when debug agent initialization for S3 Boo...Jeff Fan2014-03-271-10/+19
* Remove RT attribute for variable PlatDriOver.Gao, Liming2014-03-271-4/+4
* ArmPkg/ArmCpuLib: Added A57 Errata 806969Olivier Martin2014-03-261-0/+8
* ArmPkg/ArmLib: Correct Error Handling in AArch64Olivier Martin2014-03-261-6/+22
* ArmPkg/ArmCortexA5xLib: Fixed setting of SMP bitOlivier Martin2014-03-261-2/+2
* ArmPkg/ArmCortexA5x: Declared the helper functions to access the CPU Extended...Olivier Martin2014-03-265-14/+88
* ArmPkg/ArmLib: Added helper functions for accessing CPU ACTLROlivier Martin2014-03-265-5/+109
* ArmPkg/Chipset: Added ARMv8 CPU's PartNumOlivier Martin2014-03-262-3/+13