summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg/ArmCpuLib: Added A57 Errata 806969Olivier Martin2014-03-261-0/+8
* ArmPkg/ArmLib: Correct Error Handling in AArch64Olivier Martin2014-03-261-6/+22
* ArmPkg/ArmCortexA5xLib: Fixed setting of SMP bitOlivier Martin2014-03-261-2/+2
* ArmPkg/ArmCortexA5x: Declared the helper functions to access the CPU Extended...Olivier Martin2014-03-265-14/+88
* ArmPkg/ArmLib: Added helper functions for accessing CPU ACTLROlivier Martin2014-03-265-5/+109
* ArmPkg/Chipset: Added ARMv8 CPU's PartNumOlivier Martin2014-03-262-3/+13
* ArmPkg/SemihostFs: Various fixes for the file systemHarry Liebel2014-03-252-9/+22
* 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-244-17/+18
* ArmPkg/ArmLib: Removed unused ArmSwitchProcessorMode & ArmProcessorMode funct...Olivier Martin2014-03-242-31/+0
* ArmPkg: Removed unused header files from source filesOlivier Martin2014-03-241-3/+0
* ArmPkg: Fix typo in comment and trailing spacesOlivier Martin2014-03-241-15/+15
* ArmPkg: Tidy assembler codeOlivier Martin2014-03-014-13/+10
* ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.Olivier Martin2014-03-018-34/+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-013-18/+13
* ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...Olivier Martin2014-03-013-107/+43
* ArmPkg/AsmMacroIoLibV8.h: Correct 32 bit accesses in asm macrosOlivier Martin2014-02-241-85/+20
* 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-125-4/+29
* ArmPkg/BdsLib: Removed unused MachineType argument (AArch64)Olivier Martin2014-02-121-5/+2
* ArmPkg: Removed unused header 'BdsUnixLib.h'Olivier Martin2014-02-121-38/+0
* ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GBOlivier Martin2014-02-052-6/+6
* 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-104-8/+8
* ARM Packages: Removed 'inline' keywordOlivier Martin2013-12-101-1/+1
* ArmPkg/AArch64Mmu.h: Fix 'Shift is >= width of type'Olivier Martin2013-12-101-6/+6
* ArmPkg/ArmDisassemblerLib: Fixed logical/bitwise operator confusionOlivier Martin2013-12-101-6/+6
* ArmPkg/ArmMpCoreInfo.h: Fixed macro definitionOlivier Martin2013-12-101-1/+1
* 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/CpuDxe: Removed LR adjustement for SVC callOlivier Martin2013-11-282-2/+0
* ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLibOlivier Martin2013-11-284-33/+21
* ArmPlatformPkg/ArmVExpressPkg: Removed unused PCDs declaration from INF fileOlivier Martin2013-11-281-4/+1
* ARM Packages: Renamed PL390Gic driver into ArmGic driverOlivier Martin2013-10-2910-16/+16
* ArmPkg/PL390Gic: Fixed setting of the Interrupt Processor Targets Registers w...Olivier Martin2013-10-241-6/+6
* ArmPkg/Include/Chipset: Fix translation table address calculations for AARCH64Garrett Kirkendall2013-10-151-3/+3
* ArmPkg/CpuDxe: Fixed confusion in AArch64 Table descriptor typesOlivier Martin2013-10-141-1/+1
* ArmPkg/ArmLib: Revert change 'Fixed field shifting in CLIDR_EL1 (AArch64)'Olivier Martin2013-09-231-2/+4
* SemihostFs: Fix check for read-only file or file-openOlivier Martin2013-09-231-2/+4
* ArmPkg/CpuDxe: Fixed the condition that checks if the level-1 descriptor poin...Olivier Martin2013-09-231-1/+1
* ArmPkg/ArmLib: Fixed field shifting in CLIDR_EL1 (AArch64)Olivier Martin2013-09-161-2/+2
* ArmPkg/CpuDxe: Fixed attribute setting in GetNextEntryAttribute()Olivier Martin2013-09-161-1/+1
* ArmPkg/CpuDxe: Exception Handling SP AdjustEugene Cohen2013-09-102-2/+2