summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
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
* 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
* 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-021-0/+1
* ArmPlatformPkg/ArmVExpressPkg: Add processor identifiers for Cortex A12/A7Olivier Martin2014-03-261-1/+3
* ArmPlatformPkg/Bds: stop inputting more characters when string is fullRyan Harkin2014-03-121-5/+3
* ArmPlatformPkg/BootMonFs: Added support for new revision of the NOR Flash fil...Olivier Martin2014-03-123-5/+18
* ArmPlatformPkg/ArmVExpressPkg: Added Android FastBoot supportOlivier Martin2014-03-056-2/+537
* ArmPlatformPkg/ArmVExpressPkg: Added Isp1761 USB OTG driverOlivier Martin2014-03-055-6/+24
* ArmPlatformPkg/ArmVExpressDxe: Platform specific driver for ARM VExpress base...Olivier Martin2014-03-0120-67/+141
* ArmPkg: Tidy assembler codeOlivier Martin2014-03-014-14/+2
* ArmPkg: Replace single dead loop.Olivier Martin2014-03-012-11/+4
* ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit versionOlivier Martin2014-02-244-8/+8
* ArmPlatformPkg/ArmRealViewEbPkg: Fixed assertion in RuntimeDxeOlivier Martin2014-02-182-8/+8
* ArmPlatformPkg/ArmRealViewEbPkg: Added MMC supportOlivier Martin2014-02-183-6/+29
* Add flag to make UEFI run from DRAM or FLASH for FVPsOlivier Martin2014-02-172-1/+25
* ARM Packages: CRLF fixupLeif Lindholm2014-02-1210-710/+710
* ArmPkg: Removed unused header 'BdsUnixLib.h'Olivier Martin2014-02-121-2/+1
* ArmPlatformPkg/BdsLib: Let the user press enter when inputting booleansOlivier Martin2014-02-121-2/+4
* ArmPlatformPkg/Scripts/Makefile: Update after edksetup.sh changesOlivier Martin2014-02-051-4/+4
* ArmPlatformPkg/ArmVExpress.dsc.inc: Exposed the 2 NOR Flash filesystem to UEFIOlivier Martin2014-02-051-1/+1
* ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Move UEFI image above the first 128M...Olivier Martin2014-01-231-2/+2
* ArmPlatformPkg/PrePi: Fixed register corruptionOlivier Martin2014-01-232-34/+34
* ArmPlatformPkg: Removed the hardware floating point build flagsOlivier Martin2014-01-237-15/+15
* Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.Gao, Liming2014-01-171-0/+1
* 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
* 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
* 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
* ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin2014-01-1011-38/+38
* ArmPlatformPkg/ArmFvpDxe: Fixed the line endingsoliviermartin2014-01-072-110/+110
* ArmPlatformPkg/ArmFvpDxe: Added Virtio Block supportOlivier Martin2013-12-138-1/+81
* ArmPlatformPkg/ArmVExpressPkg: Added the empty 'ArmFvpDxe' platform UEFI driverOlivier Martin2013-12-136-1/+79
* ARM Packages: Removed 'inline' keywordOlivier Martin2013-12-101-5/+5