summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Fixed GetEnvironmentVariable() when the UEFI Variable did not existOlivier Martin2014-04-021-2/+2
* ArmPkg/ArmLib: Correct Error Handling in AArch64Olivier Martin2014-03-261-6/+22
* ArmPkg/ArmCortexA5x: Declared the helper functions to access the CPU Extended...Olivier Martin2014-03-261-12/+0
* ArmPkg/ArmLib: Added helper functions for accessing CPU ACTLROlivier Martin2014-03-264-5/+80
* ArmPkg/SemihostFs: Various fixes for the file systemHarry Liebel2014-03-251-7/+18
* ArmPkg/SemihostLib: Made arguments 'native' sizeHarry Liebel2014-03-251-8/+9
* ArmPkg/CompilerIntrinsicsLib: Added memset() to AArch64Olivier Martin2014-03-242-0/+26
* ArmPkg/ArmLib: Removed unused AArch64 filesOlivier Martin2014-03-244-139/+6
* ArmPkg/ArmLib: Renamed Cp15CacheInfo into ArmCacheInfoOlivier Martin2014-03-243-15/+16
* ArmPkg/ArmLib: Removed unused ArmSwitchProcessorMode & ArmProcessorMode funct...Olivier Martin2014-03-241-19/+0
* ArmPkg: Tidy assembler codeOlivier Martin2014-03-013-10/+10
* ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.Olivier Martin2014-03-017-28/+9
* ArmPkg/ArmLib: Fix compilation error with -O3 switchOlivier Martin2014-03-011-17/+17
* ArmPkg/ArmLib: ArmReadVBar implementation missing in AArch64Olivier Martin2014-03-011-0/+11
* ArmPkg: Replace single dead loop.Olivier Martin2014-03-012-6/+1
* ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...Olivier Martin2014-03-012-106/+0
* ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit versionOlivier Martin2014-02-241-2/+2
* ArmPkg/BdsLib: Support ignoring EfiReservedMemoryType when updating the FDT.Garrett Kirkendall2014-02-241-1/+2
* ARM Packages: CRLF fixupLeif Lindholm2014-02-121-4/+4
* ArmPkg/ArmLib: Added ArmReadMidr()Olivier Martin2014-02-124-4/+23
* ArmPkg/BdsLib: Removed unused MachineType argument (AArch64)Olivier Martin2014-02-121-5/+2
* ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GBOlivier Martin2014-02-051-3/+3
* ArmPkg/ArmLib: Fix AARCH64 page table entry filling overrunGarrett Kirkendall2014-01-241-0/+2
* ArmPkg/CompilerIntrinsicsLib: Make __aeabi_memcpy the same as memcpyOlivier Martin2014-01-152-22/+21
* ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin2014-01-102-5/+5
* ARM Packages: Removed 'inline' keywordOlivier Martin2013-12-101-1/+1
* ArmPkg/ArmDisassemblerLib: Fixed logical/bitwise operator confusionOlivier Martin2013-12-101-6/+6
* ArmPkg/BdsLib: Fixed the alignment of the relocated Device TreeOlivier Martin2013-11-281-1/+1
* ArmPkg/DebugPeCoffExtraActionLib: Fixed the printing of the location of the E...Olivier Martin2013-11-281-3/+3
* ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLibOlivier Martin2013-11-281-2/+2
* ArmPkg/ArmLib: Revert change 'Fixed field shifting in CLIDR_EL1 (AArch64)'Olivier Martin2013-09-231-2/+4
* ArmPkg/ArmLib: Fixed field shifting in CLIDR_EL1 (AArch64)Olivier Martin2013-09-161-2/+2
* ArmPkg/ArmDmaLib: Fixed the calculation of the Base Address of the BufferOlivier Martin2013-09-021-1/+1
* ArmPkg/ArmLib: Change comment to match code for setting of V bit in SCTLR reg...Roy Franz2013-09-022-2/+2
* ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin2013-08-191-6/+19
* ArmPkg/ArmLib: Introduced TT_LAST_BLOCK_ADDRESS()Olivier Martin2013-08-191-3/+3
* ARM: Remove NSACR from the common codeOlivier Martin2013-08-065-27/+27
* ArmPkg/ArmLib: Fixed TBLs invalidation in EL1Olivier Martin2013-07-262-4/+4
* ArmPkg/Library: AArch64 MMU EL1 supportOlivier Martin2013-07-261-4/+27
* ArmPkg/ArmLib/AArch64: Use the appropriate macros and update commentsOlivier Martin2013-07-261-6/+8
* ArmPkg: Update the AArch64 Image File Machine Type to match the PE/COFF specOlivier Martin2013-07-241-1/+1
* ArmPkg/BdsLib: AArch64 MPCore Linux 'spin-table' boot cache fixHarry Liebel2013-07-241-3/+2
* ArmPkg/ArmLib/AArch64: Fixed the calculation of the last entry in the Transla...Olivier Martin2013-07-241-3/+5
* ArmPkg: Added AArch64 support (missing files)Harry Liebel2013-07-181-0/+202
* ArmPkg/BdsLib: Added Aarch64 support for booting LinuxHarry Liebel2013-07-183-0/+422
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-1835-13/+3188
* ArmPkg/UncachedMemoryAllocationLib: Removed unused header (Protocol/Cpu.h)Olivier Martin2013-07-161-2/+0
* ArmPkg: Fix UncachedFreeAlignedPages in UncachedMemoryAllocationLibEugene Cohen2013-07-152-43/+5
* ArmPkg/BdsLib: Fixed manipulation of the Memory Map returned by GetMemoryMap()Olivier Martin2013-06-271-6/+15
* ArmPkg/ArmLib: Marked functions as 'STATIC' if not exposed outside of the sco...Olivier Martin2013-06-271-0/+2