summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel58-43/+4786
2013-07-18ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture speci...Olivier Martin4-246/+276
2013-07-17ArmPkg: Removed the non-used PCD PcdGicPrimaryCoreIdOlivier Martin3-12/+0
2013-07-17ArmPkg/PL390Gic: Populate the GIC Distributor Target Register with the GIC CP...Olivier Martin1-5/+20
2013-07-16ArmPkg/UncachedMemoryAllocationLib: Removed unused header (Protocol/Cpu.h)Olivier Martin1-2/+0
2013-07-15ArmPkg: Fix UncachedFreeAlignedPages in UncachedMemoryAllocationLibEugene Cohen2-43/+5
2013-06-27ArmPkg/BdsLib: Fixed manipulation of the Memory Map returned by GetMemoryMap()Olivier Martin1-6/+15
2013-06-27ArmPkg/ArmLib: Marked functions as 'STATIC' if not exposed outside of the sco...Olivier Martin1-0/+2
2013-06-27ArmPkg: Made ArmConfigureMmu() returns a status codeOlivier Martin5-35/+48
2013-06-19ArmPkg/ArmLib: Removed ArmInvalidateTlb when disabling cache as ArmDisableMmu...Olivier Martin1-1/+1
2013-06-19ArmPkg: Moved PcdArmLinuxAtagMaxOffset to be ARM specificOlivier Martin2-3/+7
2013-06-19ArmPkg/BdsLib: Update FDT CPU node formatOlivier Martin1-3/+4
2013-06-19ArmPkg/Drivers/TimerDxe: Improve Timer initialisation.Olivier Martin1-18/+15
2013-05-12ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.oliviermartin2-13/+41
2013-05-12ArmPkg/BdsLinuxFdt.c: Introduce cpu_to_fdtn() function.oliviermartin1-7/+12
2013-05-12ArmPkg/BdsLinuxFdt.c: Split PrepareFdt() into several functions.oliviermartin1-80/+131
2013-05-10ARM Packages: Replaced the macro GetCorePositionFromMpId() by the ArmPlatform...oliviermartin2-33/+0
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin9-26/+31
2013-04-14ArmPkg/BdsLib: Added support for FDT alignment through PcdArmLinuxFdtAlignmentoliviermartin3-8/+27
2013-04-14ArmPkg: Delete PCD value PcdArmLinuxKernelFixedOffset.oliviermartin2-3/+0
2013-04-14ArmPkg/BdsLib: Fix uInitrd detectionoliviermartin1-1/+1
2013-04-14ArmPkg/BdsLib: Do not create additional 'cpu' nodes if the 'cpus' node alread...oliviermartin1-3/+11
2013-04-14ArmPkg/BdsLib: Replace ARM magic value by a proper defined value.oliviermartin2-2/+3
2013-04-14ArmPkg/PL390Gic: Do not try to clear spurious interrupts.oliviermartin1-6/+7
2013-04-14ArmPkg/SemihostFs: Make the driver more compliant with the UEFI specificationoliviermartin1-38/+114
2013-03-12ArmPkg/BdsLib: Fixed TFTP and PXE Bootoliviermartin2-13/+61