summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-10ArmPkg/CpuDxe: Exception Handling SP AdjustEugene Cohen2-2/+2
2013-09-03ArmPkg/CpuPei: Remove unused functions from the driverRoy Franz1-106/+0
2013-09-02ArmPkg/ArmDmaLib: Fixed the calculation of the Base Address of the BufferOlivier Martin1-1/+1
2013-09-02ArmPkg/CpuDxe: Fixed calculation of the Page Table Index (Level 2 Descriptor)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-21ArmPkg/ArmGicLib.h: Added macro to retrieve the information from the ICCIDROlivier Martin1-8/+13
2013-08-21ArmPlatformPkg/Sec: Remove SCR and CPTR initialization from SetupExceptionLevel3Olivier Martin1-18/+40
2013-08-19ArmPkg/CpuDxe: Added support to not set a memory region with the same attributeOlivier Martin4-4/+364
2013-08-19ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin3-12/+26
2013-08-19ArmPkg/ArmV7Mmu.h: Added masks to extract attributes from Section and Page en...Olivier Martin1-1/+8
2013-08-19ArmPkg/ArmLib: Introduced TT_LAST_BLOCK_ADDRESS()Olivier Martin2-3/+6
2013-08-19ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronizationOlivier Martin2-8/+17
2013-08-19ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception typeGirish K S1-3/+3
2013-08-06ArmPkg/ArmV7Mmu.h: Fixed XN bit conversion from section to small/large page f...Olivier Martin1-2/+2
2013-08-06ARM: Remove NSACR from the common codeOlivier Martin9-58/+54
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,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin2-7/+16
2013-07-26ArmPkg/ArmLib/AArch64: Use the appropriate macros and update commentsOlivier Martin1-6/+8
2013-07-24ArmPkg: Update the AArch64 Image File Machine Type to match the PE/COFF specOlivier Martin1-1/+1
2013-07-24ArmPkg/BdsLib: AArch64 MPCore Linux 'spin-table' boot cache fixHarry Liebel1-3/+2
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/BdsLib: Added Aarch64 support for booting LinuxHarry Liebel5-1/+430