summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/ArmLib
AgeCommit message (Expand)AuthorFilesLines
2014-02-12ArmPkg/ArmLib: Added ArmReadMidr()Olivier Martin4-4/+23
2014-02-05ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GBOlivier Martin1-3/+3
2014-01-24ArmPkg/ArmLib: Fix AARCH64 page table entry filling overrunGarrett Kirkendall1-0/+2
2013-09-23ArmPkg/ArmLib: Revert change 'Fixed field shifting in CLIDR_EL1 (AArch64)'Olivier Martin1-2/+4
2013-09-16ArmPkg/ArmLib: Fixed field shifting in CLIDR_EL1 (AArch64)Olivier Martin1-2/+2
2013-09-02ArmPkg/ArmLib: Change comment to match code for setting of V bit in SCTLR reg...Roy Franz2-2/+2
2013-08-19ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin1-6/+19
2013-08-19ArmPkg/ArmLib: Introduced TT_LAST_BLOCK_ADDRESS()Olivier Martin1-3/+3
2013-08-06ARM: Remove NSACR from the common codeOlivier Martin5-27/+27
2013-07-26ArmPkg/ArmLib: Fixed TBLs invalidation in EL1Olivier Martin2-4/+4
2013-07-26ArmPkg/Library: AArch64 MMU EL1 supportOlivier Martin1-4/+27
2013-07-26ArmPkg/ArmLib/AArch64: Use the appropriate macros and update commentsOlivier Martin1-6/+8
2013-07-24ArmPkg/ArmLib/AArch64: Fixed the calculation of the last entry in the Transla...Olivier Martin1-3/+5
2013-07-18ArmPkg: Added AArch64 support (missing files)Harry Liebel1-0/+202
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel14-1/+2324
2013-06-27ArmPkg/ArmLib: Marked functions as 'STATIC' if not exposed outside of the sco...Olivier Martin1-0/+2
2013-06-27ArmPkg: Made ArmConfigureMmu() returns a status codeOlivier Martin3-31/+41
2013-06-19ArmPkg/ArmLib: Removed ArmInvalidateTlb when disabling cache as ArmDisableMmu...Olivier Martin1-1/+1
2013-03-12ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin2-2/+23
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin11-18/+20
2013-01-25ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to libra...oliviermartin1-24/+0
2013-01-25ARM Packages: Fixed line endingsoliviermartin8-1528/+1528
2012-07-04ARM Packages: Fixed mispellingsoliviermartin1-1/+1
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin1-1/+1
2012-06-06ArmPkg/ArmLib: Fixed parameter checking in ArmConfigureMmu()oliviermartin1-1/+1
2012-05-02ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin5-9/+82
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin3-18/+18
2012-05-02ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin2-1/+21
2012-03-26ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin4-0/+4
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