summaryrefslogtreecommitdiff
path: root/ArmPkg/Include/Chipset
AgeCommit message (Expand)Author
2015-02-26ArmPlatformPkg/ArmJunoDxe: Set the platform dependent FDT device pathRonald Cron
2014-08-19ARM Packages: Removed trailing spacesRonald Cron
2014-07-29ArmPkg/AArch64.h: Added Exception Syndrome Register definitionsOlivier Martin
2014-07-29ArmPkg/AArch64: Added ARM_HCR_TSC definitionOlivier Martin
2014-07-29ArmPkg/AArch64.h: Added SPSR and Timer register definitionsOlivier Martin
2014-06-03ArmPkg: Added new ARM Processor Feature Register definitionsOlivier Martin
2014-03-26ArmPkg/ArmCortexA5x: Declared the helper functions to access the CPU Extended...Olivier Martin
2014-03-26ArmPkg/Chipset: Added ARMv8 CPU's PartNumOlivier Martin
2013-12-10ArmPkg/AArch64Mmu.h: Fix 'Shift is >= width of type'Olivier Martin
2013-11-28ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLibOlivier Martin
2013-10-15ArmPkg/Include/Chipset: Fix translation table address calculations for AARCH64Garrett Kirkendall
2013-08-19ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin
2013-08-19ArmPkg/ArmV7Mmu.h: Added masks to extract attributes from Section and Page en...Olivier Martin
2013-08-19ArmPkg/ArmLib: Introduced TT_LAST_BLOCK_ADDRESS()Olivier Martin
2013-08-06ArmPkg/ArmV7Mmu.h: Fixed XN bit conversion from section to small/large page f...Olivier Martin
2013-08-06ARM: Remove NSACR from the common codeOlivier Martin
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel
2013-01-25ArmPkg/ArmV7.h: Introduced ARM_ARCH_EXCEPTION_IRQoliviermartin
2013-01-25ArmPlatformPkg/PrePi: Removed magic valuesoliviermartin
2012-09-26ArmPkg/include: Added macro ARM_VECTOR_TABLE_ALIGNMENToliviermartin
2012-05-02ArmPkg/ArmCpuLib: Fixed SMP Cortex-A9 and Cortex-A15oliviermartin
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin
2011-09-27ArmPkg/ArmLib: Update Arm11 portoliviermartin
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin
2011-09-27ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2)oliviermartin
2011-09-22ArmPkg/ArmV7: Move the MMU specific macros into 'Chipset/ArmV7Mmu.holiviermartin
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin
2011-06-11ArmPkg: Fix coding style to follow EDK2 coding conventionoliviermartin
2011-06-03ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW registeroliviermartin
2011-03-31ArmPkg/ArmV7: Fix TT_DESCRIPTOR_LARGEPAGE_CACHE_POLICY_MASK maskoliviermartin
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish
2010-04-29Update the copyright notice formathhtian
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish
2009-12-06Adding support for BeagleBoard. AJFISH