summaryrefslogtreecommitdiffstats
path: root/ArmPkg/ArmPkg.dec
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: remove UncachedMemoryAllocationLibArd Biesheuvel2017-08-311-4/+0
* ArmPkg: remove unused PcdArmUncachedMemoryMask PCDArd Biesheuvel2017-02-271-1/+0
* ArmPkg/CpuDxe: remove VirtualUncachedPages protocol and implementationArd Biesheuvel2017-02-231-3/+0
* ArmPkg/GenericWatchdogDxe: Declare MMIO PCDs as UINT64Alexei2017-02-071-3/+3
* ArmPkg/ArmDmaLib: add support for fixed host-to-device DMA offsetArd Biesheuvel2016-11-301-0/+8
* ArmPkg ArmPlatformPkg ArmVirtPkg: ARM GICv2/v3 Base Address width fix-upDennis Chen2016-09-081-3/+3
* ArmPkg: introduce ArmMmuLib library classArd Biesheuvel2016-07-071-0/+1
* ArmPlatformPkg: move PCI related PCD definitions to ArmPkgArd Biesheuvel2016-04-291-0/+62
* ArmPkg|EmbeddedPkg: make PcdCpuVectorBaseAddress 64 bits wideLeendert van Doorn2016-03-251-2/+2
* ArmPkg/ArmV7Mmu: introduce feature PCD to map normal memory non-shareableArd Biesheuvel2015-11-181-0/+6
* ArmPkg: split off ArmGicArchLib from ArmGicLibArd Biesheuvel2015-07-281-0/+1
* ArmPkg: Remove PCD declarations linked to the ARM BDS Linux LoaderOlivier Martin2015-07-141-1/+0
* ArmPkg: remove cache maintenance by VA operation range size thresholdArd Biesheuvel2015-04-141-2/+1
* ArmPkg: allow patchable PCDs for memory, FD and FV addressesArd Biesheuvel2015-02-281-11/+14
* ArmPkg/ArmGic: enable ARE bit before driving GICv3 in native modeArd Biesheuvel2015-02-161-0/+3
* ArmPkg/ArmGic: Added GICv3 specific definitionsOlivier Martin2015-02-161-1/+3
* ArmPlatformPkg/ArmJunoPkg: Move the watchdog generic driver to ArmPkg/DriversRonald Cron2014-12-121-0/+8
* ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit.Leif Lindholm2014-11-111-4/+4
* ArmPkg/UncachedMemoryAllocationLib: Track uncached memory allocationsOlivier Martin2014-10-101-0/+3
* ArmPkg/ArmPsciResetSystemLib: Made the library only using SMCOlivier Martin2014-10-101-8/+0
* ArmPkg: Introduced ArmPsciResetSystemLibArd Biesheuvel2014-09-101-0/+8
* ArmPkg,ArmPlatformPkg: Allow dynamic PCDs for memory base and sizeArd Biesheuvel2014-09-091-6/+6
* ArmPkg: allow dynamic GIC base addressesArd Biesheuvel2014-09-091-7/+11
* ArmPkg: allow dynamically discovered timer interruptsArd Biesheuvel2014-09-091-10/+13
* ArmPkg/ArmPkg.dec: Added the interrupt numbers for the Hypervisor and Virtual...Olivier Martin2014-07-291-1/+4
* ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loaderOlivier Martin2014-07-151-2/+3
* ArmPkg/BdsLib: Added support for TFTP servers without 'tsize' extensionOlivier Martin2014-05-191-0/+2
* ArmPkg: Fix typo in comment and trailing spacesOlivier Martin2014-03-241-15/+15
* ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin2014-01-101-2/+2
* ARM Packages: Renamed PL390Gic driver into ArmGic driverOlivier Martin2013-10-291-1/+1
* ArmPlatformPkg/Sec: Remove SCR and CPTR initialization from SetupExceptionLevel3Olivier Martin2013-08-211-18/+40
* ARM: Remove NSACR from the common codeOlivier Martin2013-08-061-9/+9
* ArmPkg/BdsLib: Added Aarch64 support for booting LinuxHarry Liebel2013-07-181-0/+6
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-181-0/+9
* ArmPkg: Removed the non-used PCD PcdGicPrimaryCoreIdOlivier Martin2013-07-171-4/+0
* ArmPkg: Moved PcdArmLinuxAtagMaxOffset to be ARM specificOlivier Martin2013-06-191-2/+4
* ArmPkg/BdsLib: Added support for FDT alignment through PcdArmLinuxFdtAlignmentoliviermartin2013-04-141-6/+11
* ArmPkg: Delete PCD value PcdArmLinuxKernelFixedOffset.oliviermartin2013-04-141-2/+0
* ArmPkg/BdsLib: Added support to declare Power State Coordination Interface (P...oliviermartin2013-03-121-0/+3
* ArmPkg/BdsLib: Added FDT support for BdsLiboliviermartin2012-09-281-0/+5
* ARM Packages: Minor typo, mispellings and coding style changesoliviermartin2012-09-271-1/+1
* ArmPkg/ArmPkg.dec: Removed duplicated PCD declarationsoliviermartin2012-07-041-6/+0
* ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin2012-05-021-0/+4
* ArmPkg: Replaced gArmTokenSpaceGuid.PcdGicNumInterrupts by ArmGicGetMaxNumInt...oliviermartin2012-05-021-2/+1
* ArmPkg: Declared ARM Hypervisor Firmware PCDsoliviermartin2012-03-261-1/+9
* ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for co...oliviermartin2012-03-261-0/+1
* ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo...oliviermartin2012-02-141-2/+0
* ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable ...oliviermartin2011-11-011-0/+28
* ArmPkg: Add ARM Architectural Timer supportoliviermartin2011-09-271-0/+7
* ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin2011-09-271-0/+2