summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmLib
Commit message (Expand)AuthorAgeFilesLines
* ARM Packages: Fixed mispellingsoliviermartin2012-07-041-1/+1
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-041-1/+1
* ArmPkg/ArmLib: Fixed parameter checking in ArmConfigureMmu()oliviermartin2012-06-061-1/+1
* ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin2012-05-025-9/+82
* ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin2012-05-023-18/+18
* ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin2012-05-022-1/+21
* ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin2012-03-264-0/+4
* ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is m...oliviermartin2012-02-281-2/+2
* ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin2012-02-145-12/+146
* ArmPkg: Add ARM Architectural Timer supportoliviermartin2011-09-276-0/+525
* ArmPkg/ArmLib: Update Arm11 portoliviermartin2011-09-276-138/+349
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-2715-1468/+1293
* ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin2011-09-276-301/+0
* ArmPkg: Minor coding style changesoliviermartin2011-07-063-0/+5
* ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW registeroliviermartin2011-06-032-0/+20
* ArmPkg: Add comments to ArmEnableVFPoliviermartin2011-06-032-8/+14
* ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2011-06-032-0/+42
* Armkg: Fix EDK2 coding styleoliviermartin2011-06-032-8/+8
* ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE al...oliviermartin2011-03-311-0/+3
* ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin2011-03-311-10/+130
* Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish2011-02-031-3/+7
* Fix issue with fixing tabs.andrewfish2011-02-029-85/+85
* Remove tabs from all text files in the package.andrewfish2011-02-029-85/+85
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-0222-382/+1030
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-155-0/+91
* Update the copyright notice formathhtian2010-04-2926-52/+52
* Make sure FIQ debugger stuff can work.andrewfish2010-04-131-1/+1
* Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish2010-04-133-23/+77
* Cleanup Cache an MMU operations.andrewfish2010-04-072-29/+15
* Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish2010-03-054-0/+86
* Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make ...andrewfish2010-03-032-110/+111
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-251-0/+0
* Move ARMv5 (ARM9) barrier instructions into assembler filesandrewfish2010-02-244-51/+37
* Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish2010-02-246-0/+129
* Clean up some externsandrewfish2010-02-192-1/+3
* Fix typoandrewfish2010-02-191-2/+2
* Sync gcc with armasm. update some memory barriers.andrewfish2010-02-197-151/+285
* Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner.andrewfish2010-02-185-5/+307
* Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish2010-02-186-20/+20
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-141-1/+1
* Need to add some extra functions to the libraries to support paging in the Cp...AJFISH2010-01-1216-9/+154
* Adding support for BeagleBoard. AJFISH2009-12-0624-0/+2281