summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-12ArmPkg/BdsLib: Free the memory when Linux fails to startoliviermartin2-20/+59
2013-03-12ArmPkg/BdsLinuxFdt.c: Check that FDT blob is correctly loaded.oliviermartin1-12/+25
2013-03-12ArmPkg/BdsLib: Update 'cpu-release-addr' with the UEFI locations if the metho...oliviermartin1-4/+7
2013-03-12ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin3-2/+35
2013-03-12ArmPkg/SemihostLib: Removed leading separator in FileName in SemihostFileOpen()oliviermartin1-0/+5
2013-03-12ArmPkg/SemihostFs: Added comment in FileRead()oliviermartin1-1/+2
2013-03-12ArmPkg/SemihostFs: Use Unicode to Ascii function for the conversionoliviermartin1-12/+3
2013-03-12ArmPkg/BdsLib: Added support to declare Power State Coordination Interface (P...oliviermartin3-8/+78
2013-03-12ArmPkg/IndustryStandard: Added definition for some SMC IDsoliviermartin2-0/+211
2013-03-12ArmPkg/BdsLib: Passed reserved memory regions to the Device Treeoliviermartin1-0/+80
2013-03-12ArmPkg: Fixed unsigned type to be architecture independentoliviermartin10-45/+48
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin26-38/+41
2013-03-12ARM Packages: Fixed coding style and typosoliviermartin1-63/+63
2013-03-12ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin5-33/+56
2013-03-06ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin8-0/+324