summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/ArmLib
AgeCommit message (Expand)Author
2013-03-12ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin
2013-01-25ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to libra...oliviermartin
2013-01-25ARM Packages: Fixed line endingsoliviermartin
2012-07-04ARM Packages: Fixed mispellingsoliviermartin
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin
2012-06-06ArmPkg/ArmLib: Fixed parameter checking in ArmConfigureMmu()oliviermartin
2012-05-02ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin
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-26ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin
2012-02-28ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is m...oliviermartin
2012-02-14ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin
2011-09-27ArmPkg/ArmLib: Update Arm11 portoliviermartin
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin
2011-09-27ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin
2011-07-06ArmPkg: Minor coding style changesoliviermartin
2011-06-03ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW registeroliviermartin
2011-06-03ArmPkg: Add comments to ArmEnableVFPoliviermartin
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin
2011-06-03Armkg: Fix EDK2 coding styleoliviermartin
2011-03-31ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE al...oliviermartin
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin
2011-02-03Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish
2011-02-02Fix issue with fixing tabs.andrewfish
2011-02-02Remove tabs from all text files in the package.andrewfish
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish
2010-04-29Update the copyright notice formathhtian
2010-04-13Make sure FIQ debugger stuff can work.andrewfish
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish
2010-04-07Cleanup Cache an MMU operations.andrewfish
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish
2010-03-03Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make ...andrewfish
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten
2010-02-24Move ARMv5 (ARM9) barrier instructions into assembler filesandrewfish
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish
2010-02-19Clean up some externsandrewfish
2010-02-19Fix typoandrewfish
2010-02-19Sync gcc with armasm. update some memory barriers.andrewfish
2010-02-18Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner.andrewfish
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH
2010-01-12Need to add some extra functions to the libraries to support paging in the Cp...AJFISH
2009-12-06Adding support for BeagleBoard. AJFISH