summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-04OvmfPkg: S3 Resume: fake LockBox protocol for BootScriptExecutorDxeLaszlo Ersek2-4/+6
2014-03-04OvmfPkg: S3 Suspend: save boot script after ACPI contextLaszlo Ersek2-1/+52
2014-03-04OvmfPkg: S3 Suspend: enable creation/saving of an S3 Boot ScriptLaszlo Ersek6-0/+15
2014-03-04OvmfPkg: S3 Suspend: save ACPI contextLaszlo Ersek6-0/+6
2014-03-04OvmfPkg: S3 Suspend: import specialized copy of AcpiS3SaveDxeLaszlo Ersek3-0/+691
2014-03-04OvmfPkg: implement LockBoxLibLaszlo Ersek15-3/+722
2014-03-04OvmfPkg: S3 Resume: pull in PEIM orchestrating S3 ResumeLaszlo Ersek6-0/+15
2014-03-04OvmfPkg/PlatformPei: Allocate PEI FV as ACPI NVS if S3 is supportedJordan Justen1-2/+3
2014-03-04OvmfPkg: PlatformPei: reserve early page tables on X64Laszlo Ersek2-0/+16
2014-03-04OvmfPkg: PlatformPei: reserve SEC/PEI temp RAM for S3 resumeLaszlo Ersek2-0/+13
2014-03-04OvmfPkg/Sec: Don't decompress the FV on S3 resumeJordan Justen1-2/+52
2014-03-04OvmfPkg/PlatformPei: Skip various items for S3 resumeJordan Justen2-9/+15
2014-03-04OvmfPkg: Add section of memory to use for PEI on S3 resumeJordan Justen6-11/+40
2014-03-04OvmfPkg/PlatformPei: Detect S3 support for QEMU / KVMJordan Justen3-0/+11
2014-03-04OvmfPkg QemuFwCfgLib: determine if S3 support is explicitly enabledLaszlo Ersek2-0/+42
2014-03-04OvmfPkg/PlatformPei: Add mBootMode driver variableJordan Justen2-5/+7
2014-03-04OvmfPkg: PlatformPei: detect S3 Resume in CMOS and set boot mode accordinglyLaszlo Ersek1-2/+10
2014-03-03OvmfPkg: QemuVideoDxe: add further BOCHS modesLaszlo Ersek1-3/+37
2014-03-03OvmfPkg: QemuVideoDxe: filter BOCHS modes vs. available frame buffer sizeLaszlo Ersek1-18/+34
2014-03-03OvmfPkg: QemuVideoDxe: clarify QEMU_VIDEO_MODE_DATA.ModeNumberLaszlo Ersek3-10/+19
2014-03-03OvmfPkg: QemuVideoDxe: eliminate useless Private->HardwareNeedsStartingLaszlo Ersek2-8/+0
2014-03-03OvmfPkg: QemuVideoDxe: plug remaining leaks in Stop()Laszlo Ersek1-0/+5
2014-03-03OvmfPkg: QemuVideoDxe: disentangle UEFI driver model use in Stop()Laszlo Ersek1-11/+20
2014-03-03OvmfPkg: QemuVideoDxe: simplify UEFI driver model use in Supported() / Start()Laszlo Ersek1-86/+24
2014-03-03OvmfPkg: QemuVideoDxe: tidy up error checking/handling in & under Start()Laszlo Ersek3-95/+129
2014-03-01Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci...jyao13-3/+18
2014-03-01ArmPlatformPkg/ArmVExpressDxe: Platform specific driver for ARM VExpress base...Olivier Martin20-67/+141
2014-03-01EmbeddedPkg: Added support for AArch64Olivier Martin1-8/+5
2014-03-01ArmPkg: Tidy assembler codeOlivier Martin8-27/+12
2014-03-01ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.Olivier Martin8-34/+9
2014-03-01ArmPkg/ArmLib: Fix compilation error with -O3 switchOlivier Martin1-17/+17
2014-03-01ArmPkg/ArmLib: ArmReadVBar implementation missing in AArch64Olivier Martin1-0/+11
2014-03-01ArmPkg: Replace single dead loop.Olivier Martin5-29/+17
2014-03-01ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...Olivier Martin3-107/+43
2014-02-28Convert the value from 'int' to 'CHAR16' to match the type of variable in She...Shumin Qiu1-1/+1
2014-02-26ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAliasBrendan Jackman1-15/+63
2014-02-26When exit from GetFullStringFromHiiFormPackages function, should update the P...Eric Dong1-1/+1
2014-02-25ShellPkg: Add missing header filesJaben Carsey2-2/+4
2014-02-25ShellBinPkg: ARM binaries update based on 15257.Olivier Martin4-0/+0
2014-02-25Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL...Shumin Qiu1-0/+12
2014-02-25Fix the bug for the structure definition of _EFI_ADAPTER_INFORMATION_PROTOCOL...Ari Zigler1-1/+1
2014-02-24ShellBinPkg: binary update based on 15257.Jaben Carsey5-1/+1
2014-02-24ArmPkg/AsmMacroIoLibV8.h: Correct 32 bit accesses in asm macrosOlivier Martin1-85/+20
2014-02-24ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit versionOlivier Martin5-10/+10
2014-02-24ArmPkg/BdsLib: Support ignoring EfiReservedMemoryType when updating the FDT.Garrett Kirkendall1-1/+2
2014-02-24edksetup.bat: Fixed corrupts CYGWIN_HOMEOlivier Martin1-4/+12
2014-02-24BaseTools: Rectify use of @ in .BAT files.Olivier Martin1-32/+31
2014-02-24EmbeddedPkg/PrePiLib: Fixed incorrect type castingAndrew Fish1-3/+3
2014-02-21Check the Config access protocol before use it.Eric Dong2-15/+20
2014-02-18ShellPkg: Update "ls" command to better handle "-r" parameterJaben Carsey1-104/+136