summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Library/ArmLib.h
Commit message (Expand)AuthorAgeFilesLines
...
* ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin2012-05-021-4/+11
* ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin2012-05-021-0/+10
* ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin2012-03-261-0/+1
* ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin2012-03-261-4/+4
* ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin2012-02-291-2/+4
* ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...oliviermartin2012-02-281-3/+3
* ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin2012-02-141-0/+6
* ArmPkg: Fix GetClusterId() calculation from MpIdoliviermartin2011-11-011-1/+1
* ArmPkg: Add ARM Architectural Timer supportoliviermartin2011-09-271-1/+1
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-271-1/+84
* ArmPlatformPkg: Introduce Primary core macrosoliviermartin2011-09-221-0/+8
* ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2011-06-031-1/+13
* ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin2011-03-311-4/+6
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-021-3/+20
* Update the copyright notice formathhtian2010-04-291-2/+2
* Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish2010-04-131-1/+3
* Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish2010-03-051-0/+17
* Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish2010-02-241-1/+19
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-271-0/+6
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-141-0/+1
* Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH2010-01-121-0/+12
* Adding support for BeagleBoard. AJFISH2009-12-061-0/+294