summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg/Sec: Remove EFIAPI from functions that don't require itJordan Justen2014-01-211-6/+0
* OvmfPkg/Sec: Cleanup debug messagesJordan Justen2014-01-211-8/+9
* OvmfPkg: Move SEC/PEI Temporary RAM from 0x70000 to 0x810000Jordan Justen2014-01-2110-119/+147
* OvmfPkg X64 ResetVector: Move page tables from 512KB to 8MBJordan Justen2014-01-218-10/+32
* OvmfPkg/Sec/SecMain.c: Convert to CRLF (dos) textJordan Justen2014-01-211-765/+765
* OvmfPkg: Carve 128KB out of MAINFV in MEMFDJordan Justen2014-01-213-9/+12
* Optimize the code to not call StrToBuf when DataLength is 0.Ruiyu Ni2014-01-211-1/+3
* OvmfPkg: unify PcdMaxVariableSize at 0x2000 bytesLaszlo Ersek2014-01-203-12/+0
* OvmfPkg/build.sh: Support GCC48 toolchainJordan Justen2014-01-201-2/+5
* ShellPkg: Change StdIn redirectionJaben Carsey2014-01-171-16/+37
* Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.Gao, Liming2014-01-171-0/+1
* Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.Gao, Liming2014-01-174-0/+4
* CapsulePei coalesce need add more sanity check for each Capsule Fragment.jyao12014-01-173-162/+333
* DxeCore is designed to trust input data, so add comments to reminder caller t...jyao12014-01-171-1/+10
* ShellPkg: Return the failureJaben Carsey2014-01-161-2/+2
* ShellPkg: Remove ASSERTJaben Carsey2014-01-161-2/+4
* ShellPkg: Remove ASSERTJaben Carsey2014-01-161-6/+18
* ArmPlatformPkg/ArmVExpressPkg: Clean line endingsLaszlo Ersek2014-01-169-72/+72
* ArmPlatformPkg/ArmVExpress-RTSM-A15_MPCore.fdf: Added Generic Network driversReece R. Pollack2014-01-161-7/+23
* ArmPlatformPkg/ArmVExpress-RTSM-A15.fdf: Added the generic Network driversReece R. Pollack2014-01-161-6/+22
* ArmPlatformPkg/ArmVExpressPkg: Add the core network components needed for net...Ryan Harkin2014-01-161-0/+23
* Update PeiServicesTablePointerLib instance to add new API MigratePeiServicesT...Gao, Liming2014-01-163-0/+78
* Follow UEFI2.4.a spec, add more description on parameter check.jyao12014-01-161-2/+3
* ArmPlatformPkg/BootMonFs: Added support for the NorFlash File System of the A...Olivier Martin2014-01-1617-10/+2582
* ArmPlatformPkg/ArmVExpressPkg: Add build option to support VExpress A15 QEMU ...Roy Franz2014-01-152-0/+20
* ArmPkg/CompilerIntrinsicsLib: Make __aeabi_memcpy the same as memcpyOlivier Martin2014-01-152-22/+21
* ArmPlatformPkg/ArmVExpressPkg: add virtio to RTSM A9 BSPRyan Harkin2014-01-152-1/+18
* ArmPlatformPkg/ArmVExpressPkg: add virtio to RTSM A15 BSPRyan Harkin2014-01-152-0/+16
* ArmPlatformPkg/ArmVExpressPkg: Add virtio to RTSM A15 MPCore BSPRyan Harkin2014-01-152-0/+16
* ArmPlatformPkg/PeiServicesTablePointerLib: Update PeiServicesTablePointerLib ...Gao, Liming2014-01-151-0/+20
* Follow UEFI spec to convert unrecognized device path structure from/to hex du...Ruiyu Ni2014-01-153-16/+210
* Update Debug Agent initialization message to change the version string from "...Ruiyu Ni2014-01-151-2/+2
* Change the library global variable to add library name prefix to avoid potent...Ruiyu Ni2014-01-151-14/+15
* Fix bug that PXEv4 boot fail if PXEv6 is performed firstly.Fu Siyuan2014-01-151-1/+5
* 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming2014-01-151-0/+5
* 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming2014-01-155-42/+120
* EdkShellPkg/ShellR64.patch: Adding missing files from the patchOlivier Martin2014-01-141-6342/+6720
* 1. Change the implementation of function 'LoadVariableFromFile' to return SHE...Shumin Qiu2014-01-141-22/+24
* Update FMP Header file Comments per UEFI2.4AGao, Liming2014-01-141-2/+4
* Update the comments to follow spec update.Eric Dong2014-01-141-2/+2
* ShellPkg: Remove UNICODE file tag (FEFF) from files used for input redirectionJaben Carsey2014-01-131-2/+32
* ShellPkg: remove unreachable break statementsOlivier Martin2014-01-131-18/+0
* ShellPkg: assign pointer to NULL after free to prevent double freeJaben Carsey2014-01-131-0/+1
* EdkShellPkg/ShellR64.patch: Update patch to fix RVCTLINUX buildOlivier Martin2014-01-131-104/+734
* Fix typo in PCD description in SecurityPkg.jyao12014-01-131-4/+4
* Follow UEFI2.4.a spec, deprecate 6 hash algo.jyao12014-01-131-1/+11
* ShellPkg: Fix command line parsing for script files (%1, %1, etc...)Jaben Carsey2014-01-132-12/+50
* Set the type of return value from function 'LoadVariablesFromFile' in 'DmpSto...Shumin Qiu2014-01-131-1/+1
* Add a new header file to define Adapter Information Protocol.Shumin Qiu2014-01-132-0/+232
* Add EFI_FILE_PROTOCOL_LATEST_REVISION macro to SimpleFileSystem.h.Ruiyu Ni2014-01-131-5/+7