summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-16ArmPlatformPkg/MemoryInitPei: AARCH64 fix memory address calculationsGarrett Kirkendall1-2/+2
2013-09-04ArmPlatformPkg/patches: Updated BaseTools-Pending-Patches.patchOlivier Martin1-93/+152
2013-09-04ArmPlatformPkg: Update AArch64 models to match the binaries generated by the ...Olivier Martin2-6/+4
2013-08-30ARM Package: Increase FV file size for some EDK2 firmwareOlivier Martin3-9/+9
2013-08-27SCR_EL3 is the control register for setting the security stateGirish K S1-2/+2
2013-08-21ArmPlatformPkg/ArmVExpressPkg: Added 'EfiResetPlatformSpecific' to ResetSyste...Olivier Martin1-3/+5
2013-08-21ArmPlatformPkg/Sec: Removed SetupExceptionLevel3()Olivier Martin1-44/+0
2013-08-21ArmPlatformPkg/Sec: Remove SCR and CPTR initialization from SetupExceptionLevel3Olivier Martin1-14/+0
2013-08-21ArmPlatformPkg/ArmVExpressPkg: Set PcdTrustzoneSupport to TRUE on the AArch64...Olivier Martin2-2/+5
2013-08-19ArmPlatformPkg/ArmVExpressPkg: Add System ID of FVP models to VE LCD driver.Olivier Martin2-10/+48
2013-08-19ArmPlatformPkg/ArmVExpress.dsc.inc: Added DEBUG_GCD & DEBUG_CACHE values to t...Olivier Martin1-0/+2
2013-08-06ArmPlatformPkg: PrePei Cache disable and invalidate.Olivier Martin2-24/+20
2013-08-06ArmPlatformPkg/PL180MciDxe: Increased the TPL at the highest priority to disa...Olivier Martin1-0/+16
2013-08-06ARM: Remove NSACR from the common codeOlivier Martin5-4/+64
2013-07-26ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin1-0/+4
2013-07-19ArmPlatformPkg: Added Aarch64 Foundation ModelHarry Liebel15-0/+1650
2013-07-18ArmPlatformPkg/Ds5: Added Aarch64 supportHarry Liebel3-25/+107
2013-07-18ArmPlatformPkg: Added support for Aarch64 AEM RTSM modelHarry Liebel9-17/+789
2013-07-18ArmPlatformPkg: Added Aarch64 supportHarry Liebel34-44/+1288
2013-07-17ArmPkg: Removed the non-used PCD PcdGicPrimaryCoreIdOlivier Martin5-17/+0
2013-07-17ArmPlatformPkg: Removed the check on the CpuId to release the secondary cores...Olivier Martin2-6/+4
2013-07-01ArmPlatformPkg/ArmVExpressLibCTA15-A7: Mapped the extra 1GB of DRAM in the MMUOlivier Martin1-14/+20
2013-06-27ArmPkg: Made ArmConfigureMmu() returns a status codeOlivier Martin1-1/+5
2013-06-21ArmPlatformPkg: Fixed deprecated ifdef syntax in DSC filesOlivier Martin7-21/+21
2013-06-21ArmPlatformPkg/ArmVExpressPkg: CTA9x4: Default to EDK2_ARMVE_STANDALONE=1Ryan Harkin1-6/+13
2013-06-21ArmPlatformPkg/ArmVExpressPkg: Add Shutdown supportRyan Harkin1-1/+6
2013-06-21ArmPlatformPkg/Bds: Make ".EFI" files recognizable as EFI applicationsLeif Lindholm1-1/+2
2013-06-19ArmPlatformPkg/PL011Uart: Ignore BAUD rate if Integral non-zeroOlivier Martin1-7/+5
2013-06-19ArmPlatformPkg/PL011Uart: Fixed conditionOlivier Martin1-1/+1
2013-06-19ArmPlatformPkg/Bds: Moved the PrintLib() after forcing the last character to ...Olivier Martin1-3/+3
2013-06-19ArmPlatformPkg/ArmVExpressLibCTA15-A7: Fixed ARM Toolchain buildOlivier Martin1-1/+1
2013-06-17ArmPlatformPkg: Fixed size of RTSM FDsOlivier Martin5-12/+13
2013-05-29ArmPlatformPkg/Bds: Fixed potential overflow in EditHIInputStr()Ryan Harkin1-2/+9
2013-05-15EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin4-36/+48
2013-05-12ArmPlatformPkg/ArmVExpressPkg: Switch from ATAG to FDT for VExpress RTSMoliviermartin3-4/+7
2013-05-10ArmPlatform/ArmPlatformLib: Introduced ArmPlatformPeiBootAction()oliviermartin16-14/+77
2013-05-10ARM Packages: Replaced the macro GetCorePositionFromMpId() by the ArmPlatform...oliviermartin8-17/+73
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added ArmPlatformGetPrimaryCoreMpId()oliviermartin7-0/+76
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin47-241/+454
2013-05-10ArmPlatformPkg/ArmPlatformLib.h: Removed non-required header fileoliviermartin1-2/+1