summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/ArmLib
AgeCommit message (Expand)AuthorFilesLines
2012-02-28ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is m...oliviermartin1-2/+2
2012-02-14ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin5-12/+146
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin6-0/+525
2011-09-27ArmPkg/ArmLib: Update Arm11 portoliviermartin6-138/+349
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin15-1468/+1293
2011-09-27ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin6-301/+0
2011-07-06ArmPkg: Minor coding style changesoliviermartin3-0/+5
2011-06-03ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW registeroliviermartin2-0/+20
2011-06-03ArmPkg: Add comments to ArmEnableVFPoliviermartin2-8/+14
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2-0/+42
2011-06-03Armkg: Fix EDK2 coding styleoliviermartin2-8/+8
2011-03-31ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE al...oliviermartin1-0/+3
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin1-10/+130
2011-02-03Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish1-3/+7
2011-02-02Fix issue with fixing tabs.andrewfish9-85/+85
2011-02-02Remove tabs from all text files in the package.andrewfish9-85/+85
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish22-382/+1030
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish5-0/+91
2010-04-29Update the copyright notice formathhtian26-52/+52
2010-04-13Make sure FIQ debugger stuff can work.andrewfish1-1/+1
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish3-23/+77
2010-04-07Cleanup Cache an MMU operations.andrewfish2-29/+15
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish4-0/+86
2010-03-03Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make ...andrewfish2-110/+111
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten1-0/+0
2010-02-24Move ARMv5 (ARM9) barrier instructions into assembler filesandrewfish4-51/+37
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish6-0/+129
2010-02-19Clean up some externsandrewfish2-1/+3
2010-02-19Fix typoandrewfish1-2/+2
2010-02-19Sync gcc with armasm. update some memory barriers.andrewfish7-151/+285
2010-02-18Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner.andrewfish5-5/+307
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish6-20/+20
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH1-1/+1
2010-01-12Need to add some extra functions to the libraries to support paging in the Cp...AJFISH16-9/+154
2009-12-06Adding support for BeagleBoard. AJFISH24-0/+2281