summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)AuthorFilesLines
2014-03-05ArmPlatformPkg/ArmVExpressPkg: Added Android FastBoot supportOlivier Martin6-2/+537
2014-03-05ArmPlatformPkg/ArmVExpressPkg: Added Isp1761 USB OTG driverOlivier Martin5-6/+24
2014-03-01ArmPlatformPkg/ArmVExpressDxe: Platform specific driver for ARM VExpress base...Olivier Martin20-67/+141
2014-03-01ArmPkg: Tidy assembler codeOlivier Martin4-14/+2
2014-03-01ArmPkg: Replace single dead loop.Olivier Martin2-11/+4
2014-02-24ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit versionOlivier Martin4-8/+8
2014-02-18ArmPlatformPkg/ArmRealViewEbPkg: Fixed assertion in RuntimeDxeOlivier Martin2-8/+8
2014-02-18ArmPlatformPkg/ArmRealViewEbPkg: Added MMC supportOlivier Martin3-6/+29
2014-02-17Add flag to make UEFI run from DRAM or FLASH for FVPsOlivier Martin2-1/+25
2014-02-12ARM Packages: CRLF fixupLeif Lindholm10-710/+710
2014-02-12ArmPkg: Removed unused header 'BdsUnixLib.h'Olivier Martin1-2/+1
2014-02-12ArmPlatformPkg/BdsLib: Let the user press enter when inputting booleansOlivier Martin1-2/+4
2014-02-05ArmPlatformPkg/Scripts/Makefile: Update after edksetup.sh changesOlivier Martin1-4/+4
2014-02-05ArmPlatformPkg/ArmVExpress.dsc.inc: Exposed the 2 NOR Flash filesystem to UEFIOlivier Martin1-1/+1
2014-01-23ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Move UEFI image above the first 128M...Olivier Martin1-2/+2
2014-01-23ArmPlatformPkg/PrePi: Fixed register corruptionOlivier Martin2-34/+34
2014-01-23ArmPlatformPkg: Removed the hardware floating point build flagsOlivier Martin7-15/+15
2014-01-17Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.Gao, Liming1-0/+1
2014-01-16ArmPlatformPkg/ArmVExpressPkg: Clean line endingsLaszlo Ersek9-72/+72
2014-01-16ArmPlatformPkg/ArmVExpress-RTSM-A15_MPCore.fdf: Added Generic Network driversReece R. Pollack1-7/+23
2014-01-16ArmPlatformPkg/ArmVExpress-RTSM-A15.fdf: Added the generic Network driversReece R. Pollack1-6/+22
2014-01-16ArmPlatformPkg/ArmVExpressPkg: Add the core network components needed for net...Ryan Harkin1-0/+23
2014-01-16ArmPlatformPkg/BootMonFs: Added support for the NorFlash File System of the A...Olivier Martin17-10/+2582
2014-01-15ArmPlatformPkg/ArmVExpressPkg: Add build option to support VExpress A15 QEMU ...Roy Franz2-0/+20
2014-01-15ArmPlatformPkg/ArmVExpressPkg: add virtio to RTSM A9 BSPRyan Harkin2-1/+18
2014-01-15ArmPlatformPkg/ArmVExpressPkg: add virtio to RTSM A15 BSPRyan Harkin2-0/+16
2014-01-15ArmPlatformPkg/ArmVExpressPkg: Add virtio to RTSM A15 MPCore BSPRyan Harkin2-0/+16
2014-01-15ArmPlatformPkg/PeiServicesTablePointerLib: Update PeiServicesTablePointerLib ...Gao, Liming1-0/+20
2014-01-10ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin11-38/+38
2014-01-07ArmPlatformPkg/ArmFvpDxe: Fixed the line endingsoliviermartin2-110/+110
2013-12-13ArmPlatformPkg/ArmFvpDxe: Added Virtio Block supportOlivier Martin8-1/+81
2013-12-13ArmPlatformPkg/ArmVExpressPkg: Added the empty 'ArmFvpDxe' platform UEFI driverOlivier Martin6-1/+79
2013-12-10ARM Packages: Removed 'inline' keywordOlivier Martin1-5/+5
2013-12-06ArmPlatformPkg/ArmVExpress-RTSM-AEMv8Ax4-foundation.dsc: Remove the Monitor s...Olivier Martin1-5/+1
2013-12-06ArmPlatformPkg/ArmPlatformStackLib: Do not directly use PcdArmPrimaryCoreOlivier Martin3-26/+54
2013-12-06ArmPlatformPkg: Fix and Implement ArmPlatformGetPrimaryCoreMpIdOlivier Martin9-6/+61
2013-11-28EmbeddedPkg/EmbeddedPkg.dec: Defined default values for PcdPrePiCpuMemorySize...Olivier Martin4-8/+0
2013-11-28ArmPlatformPkg/Ds5: Update script to support System Memory above the 32bit sp...Olivier Martin1-7/+16
2013-11-28ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed the initial secondary core bringup...Olivier Martin4-21/+34
2013-11-28ARM Packages: Removed 'Chipset/ArmV7.h' inclusion from the non-ARMv7 specific...Olivier Martin2-4/+0
2013-11-28ArmPlatformPkg/ArmVExpressPkg: Removed unused PCDs declaration from INF fileOlivier Martin10-21/+0
2013-11-28ArmPlatformPkg/ArmVExpressPkg: Fixed when EDK2_ARMVE_STANDALONE is set to zeroOlivier Martin1-1/+1
2013-11-05ArmPlatformPkg: Added initial support for the FVP Base and Foundation ModelsOlivier Martin7-16/+757
2013-10-29ARM Packages: Renamed PL390Gic driver into ArmGic driverOlivier Martin22-42/+42
2013-10-21ArmPlatformPkg/PL031RealTimeClockLib: Fixed the conditions in LibSetTime()Olivier Martin1-11/+13
2013-10-21ArmPlatformPkg/PL180MciDxe: Fixed check for space in transmit FIFOOlivier Martin1-1/+1
2013-10-21ArmPlatformPkg/NorFlashDxe: Fix checking of return value of NorFlashWriteBloc...Roy Franz1-1/+1
2013-09-23LcdGraphicsOutputDxe: Update FrameBufferSize as per UEFI spec section 11.9Olivier Martin1-2/+10
2013-09-23ArmPlatformPkg/LcdGraphicsOutputDxe: Call LcdShutdown() on ExitBootServices()...Olivier Martin6-8/+22
2013-09-23LcdGraphicsOutputDxe: Fix BltVideoFill for non-32-bit architecturesOlivier Martin1-1/+1