summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2014-04-02ArmPkg: Fixed GetEnvironmentVariable() when the UEFI Variable did not existOlivier Martin2-2/+36
2014-03-26ArmPkg/ArmCpuLib: Added A57 Errata 806969Olivier Martin1-0/+8
2014-03-26ArmPkg/ArmLib: Correct Error Handling in AArch64Olivier Martin1-6/+22
2014-03-26ArmPkg/ArmCortexA5xLib: Fixed setting of SMP bitOlivier Martin1-2/+2
2014-03-26ArmPkg/ArmCortexA5x: Declared the helper functions to access the CPU Extended...Olivier Martin5-14/+88
2014-03-26ArmPkg/ArmLib: Added helper functions for accessing CPU ACTLROlivier Martin5-5/+109
2014-03-26ArmPkg/Chipset: Added ARMv8 CPU's PartNumOlivier Martin2-3/+13
2014-03-25ArmPkg/SemihostFs: Various fixes for the file systemHarry Liebel2-9/+22
2014-03-25ArmPkg/SemihostLib: Made arguments 'native' sizeHarry Liebel1-8/+9
2014-03-24ArmPkg/CompilerIntrinsicsLib: Added memset() to AArch64Olivier Martin2-0/+26
2014-03-24ArmPkg/ArmLib: Removed unused AArch64 filesOlivier Martin4-139/+6
2014-03-24ArmPkg/ArmLib: Renamed Cp15CacheInfo into ArmCacheInfoOlivier Martin4-17/+18
2014-03-24ArmPkg/ArmLib: Removed unused ArmSwitchProcessorMode & ArmProcessorMode funct...Olivier Martin2-31/+0
2014-03-24ArmPkg: Removed unused header files from source filesOlivier Martin1-3/+0
2014-03-24ArmPkg: Fix typo in comment and trailing spacesOlivier Martin1-15/+15
2014-03-01ArmPkg: Tidy assembler codeOlivier Martin4-13/+10
2014-03-01ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.Olivier Martin8-34/+9
2014-03-01ArmPkg/ArmLib: Fix compilation error with -O3 switchOlivier Martin1-17/+17
2014-03-01ArmPkg/ArmLib: ArmReadVBar implementation missing in AArch64Olivier Martin1-0/+11
2014-03-01ArmPkg: Replace single dead loop.Olivier Martin3-18/+13
2014-03-01ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...Olivier Martin3-107/+43
2014-02-24ArmPkg/AsmMacroIoLibV8.h: Correct 32 bit accesses in asm macrosOlivier Martin1-85/+20
2014-02-24ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit versionOlivier Martin1-2/+2
2014-02-24ArmPkg/BdsLib: Support ignoring EfiReservedMemoryType when updating the FDT.Garrett Kirkendall1-1/+2
2014-02-12ARM Packages: CRLF fixupLeif Lindholm1-4/+4
2014-02-12ArmPkg/ArmLib: Added ArmReadMidr()Olivier Martin5-4/+29
2014-02-12ArmPkg/BdsLib: Removed unused MachineType argument (AArch64)Olivier Martin1-5/+2
2014-02-12ArmPkg: Removed unused header 'BdsUnixLib.h'Olivier Martin1-38/+0
2014-02-05ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GBOlivier Martin2-6/+6
2014-01-24ArmPkg/ArmLib: Fix AARCH64 page table entry filling overrunGarrett Kirkendall1-0/+2
2014-01-15ArmPkg/CompilerIntrinsicsLib: Make __aeabi_memcpy the same as memcpyOlivier Martin2-22/+21
2014-01-10ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin4-8/+8
2013-12-10ARM Packages: Removed 'inline' keywordOlivier Martin1-1/+1
2013-12-10ArmPkg/AArch64Mmu.h: Fix 'Shift is >= width of type'Olivier Martin1-6/+6
2013-12-10ArmPkg/ArmDisassemblerLib: Fixed logical/bitwise operator confusionOlivier Martin1-6/+6
2013-12-10ArmPkg/ArmMpCoreInfo.h: Fixed macro definitionOlivier Martin1-1/+1
2013-11-28ArmPkg/BdsLib: Fixed the alignment of the relocated Device TreeOlivier Martin1-1/+1
2013-11-28ArmPkg/DebugPeCoffExtraActionLib: Fixed the printing of the location of the E...Olivier Martin1-3/+3
2013-11-28ArmPkg/CpuDxe: Removed LR adjustement for SVC callOlivier Martin2-2/+0
2013-11-28ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLibOlivier Martin4-33/+21
2013-11-28ArmPlatformPkg/ArmVExpressPkg: Removed unused PCDs declaration from INF fileOlivier Martin1-4/+1
2013-10-29ARM Packages: Renamed PL390Gic driver into ArmGic driverOlivier Martin10-16/+16
2013-10-24ArmPkg/PL390Gic: Fixed setting of the Interrupt Processor Targets Registers w...Olivier Martin1-6/+6
2013-10-15ArmPkg/Include/Chipset: Fix translation table address calculations for AARCH64Garrett Kirkendall1-3/+3
2013-10-14ArmPkg/CpuDxe: Fixed confusion in AArch64 Table descriptor typesOlivier Martin1-1/+1
2013-09-23ArmPkg/ArmLib: Revert change 'Fixed field shifting in CLIDR_EL1 (AArch64)'Olivier Martin1-2/+4
2013-09-23SemihostFs: Fix check for read-only file or file-openOlivier Martin1-2/+4
2013-09-23ArmPkg/CpuDxe: Fixed the condition that checks if the level-1 descriptor poin...Olivier Martin1-1/+1
2013-09-16ArmPkg/ArmLib: Fixed field shifting in CLIDR_EL1 (AArch64)Olivier Martin1-2/+2
2013-09-16ArmPkg/CpuDxe: Fixed attribute setting in GetNextEntryAttribute()Olivier Martin1-1/+1