summaryrefslogtreecommitdiff
path: root/ArmPkg/Include/Library/ArmLib.h
AgeCommit message (Expand)Author
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin
2012-05-02ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin
2012-03-26ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin
2012-03-26ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin
2012-02-29ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin
2012-02-28ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...oliviermartin
2012-02-14ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin
2011-11-01ArmPkg: Fix GetClusterId() calculation from MpIdoliviermartin
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin
2011-09-22ArmPlatformPkg: Introduce Primary core macrosoliviermartin
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin
2011-03-31ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin
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-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH
2010-01-12Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH
2009-12-06Adding support for BeagleBoard. AJFISH