summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ArmPkg/CpuPei: Remove unused functions from the driverRoy Franz2013-09-031-106/+0
* ArmPkg/ArmDmaLib: Fixed the calculation of the Base Address of the BufferOlivier Martin2013-09-021-1/+1
* ArmPkg/CpuDxe: Fixed calculation of the Page Table Index (Level 2 Descriptor)Olivier Martin2013-09-021-2/+2
* ArmPkg/ArmLib: Change comment to match code for setting of V bit in SCTLR reg...Roy Franz2013-09-022-2/+2
* ArmPkg/ArmGicLib.h: Added macro to retrieve the information from the ICCIDROlivier Martin2013-08-211-8/+13
* ArmPlatformPkg/Sec: Remove SCR and CPTR initialization from SetupExceptionLevel3Olivier Martin2013-08-211-18/+40
* ArmPkg/CpuDxe: Added support to not set a memory region with the same attributeOlivier Martin2013-08-194-4/+364
* ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin2013-08-193-12/+26
* ArmPkg/ArmV7Mmu.h: Added masks to extract attributes from Section and Page en...Olivier Martin2013-08-191-1/+8
* ArmPkg/ArmLib: Introduced TT_LAST_BLOCK_ADDRESS()Olivier Martin2013-08-192-3/+6
* ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronizationOlivier Martin2013-08-192-8/+17
* ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception typeGirish K S2013-08-191-3/+3
* ArmPkg/ArmV7Mmu.h: Fixed XN bit conversion from section to small/large page f...Olivier Martin2013-08-061-2/+2
* ARM: Remove NSACR from the common codeOlivier Martin2013-08-069-58/+54
* ArmPkg/ArmLib: Fixed TBLs invalidation in EL1Olivier Martin2013-07-262-4/+4
* ArmPkg/Library: AArch64 MMU EL1 supportOlivier Martin2013-07-261-4/+27
* ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin2013-07-262-7/+16
* 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-185-1/+430
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-1858-43/+4786
* ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture speci...Olivier Martin2013-07-184-246/+276
* ArmPkg: Removed the non-used PCD PcdGicPrimaryCoreIdOlivier Martin2013-07-173-12/+0
* ArmPkg/PL390Gic: Populate the GIC Distributor Target Register with the GIC CP...Olivier Martin2013-07-171-5/+20
* ArmPkg/UncachedMemoryAllocationLib: Removed unused header (Protocol/Cpu.h)Olivier Martin2013-07-161-2/+0