summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ArmPkg: Fix UncachedFreeAlignedPages in UncachedMemoryAllocationLibEugene Cohen2013-07-152-43/+5
* ArmPkg/BdsLib: Fixed manipulation of the Memory Map returned by GetMemoryMap()Olivier Martin2013-06-271-6/+15
* ArmPkg/ArmLib: Marked functions as 'STATIC' if not exposed outside of the sco...Olivier Martin2013-06-271-0/+2
* ArmPkg: Made ArmConfigureMmu() returns a status codeOlivier Martin2013-06-275-35/+48
* ArmPkg/ArmLib: Removed ArmInvalidateTlb when disabling cache as ArmDisableMmu...Olivier Martin2013-06-191-1/+1
* ArmPkg: Moved PcdArmLinuxAtagMaxOffset to be ARM specificOlivier Martin2013-06-192-3/+7
* ArmPkg/BdsLib: Update FDT CPU node formatOlivier Martin2013-06-191-3/+4
* ArmPkg/Drivers/TimerDxe: Improve Timer initialisation.Olivier Martin2013-06-191-18/+15
* ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.oliviermartin2013-05-122-13/+41
* ArmPkg/BdsLinuxFdt.c: Introduce cpu_to_fdtn() function.oliviermartin2013-05-121-7/+12
* ArmPkg/BdsLinuxFdt.c: Split PrepareFdt() into several functions.oliviermartin2013-05-121-80/+131
* ARM Packages: Replaced the macro GetCorePositionFromMpId() by the ArmPlatform...oliviermartin2013-05-102-33/+0
* ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin2013-05-109-26/+31
* ArmPkg/BdsLib: Added support for FDT alignment through PcdArmLinuxFdtAlignmentoliviermartin2013-04-143-8/+27
* ArmPkg: Delete PCD value PcdArmLinuxKernelFixedOffset.oliviermartin2013-04-142-3/+0
* ArmPkg/BdsLib: Fix uInitrd detectionoliviermartin2013-04-141-1/+1
* ArmPkg/BdsLib: Do not create additional 'cpu' nodes if the 'cpus' node alread...oliviermartin2013-04-141-3/+11
* ArmPkg/BdsLib: Replace ARM magic value by a proper defined value.oliviermartin2013-04-142-2/+3
* ArmPkg/PL390Gic: Do not try to clear spurious interrupts.oliviermartin2013-04-141-6/+7
* ArmPkg/SemihostFs: Make the driver more compliant with the UEFI specificationoliviermartin2013-04-141-38/+114
* ArmPkg/BdsLib: Fixed TFTP and PXE Bootoliviermartin2013-03-122-13/+61
* ArmPkg/BdsLib: Free the memory when Linux fails to startoliviermartin2013-03-122-20/+59
* ArmPkg/BdsLinuxFdt.c: Check that FDT blob is correctly loaded.oliviermartin2013-03-121-12/+25
* ArmPkg/BdsLib: Update 'cpu-release-addr' with the UEFI locations if the metho...oliviermartin2013-03-121-4/+7
* ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin2013-03-123-2/+35
* ArmPkg/SemihostLib: Removed leading separator in FileName in SemihostFileOpen()oliviermartin2013-03-121-0/+5
* ArmPkg/SemihostFs: Added comment in FileRead()oliviermartin2013-03-121-1/+2
* ArmPkg/SemihostFs: Use Unicode to Ascii function for the conversionoliviermartin2013-03-121-12/+3
* ArmPkg/BdsLib: Added support to declare Power State Coordination Interface (P...oliviermartin2013-03-123-8/+78
* ArmPkg/IndustryStandard: Added definition for some SMC IDsoliviermartin2013-03-122-0/+211
* ArmPkg/BdsLib: Passed reserved memory regions to the Device Treeoliviermartin2013-03-121-0/+80
* ArmPkg: Fixed unsigned type to be architecture independentoliviermartin2013-03-1210-45/+48
* ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-1226-38/+41
* ARM Packages: Fixed coding style and typosoliviermartin2013-03-121-63/+63
* ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin2013-03-125-33/+56
* ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin2013-03-068-0/+324
* ArmPkg/DebugPeCoffExtraActionLib: Checked the ImageContext->PdbPointer is not...oliviermartin2013-03-051-13/+19
* ArmPkg/CompilerIntrinsicsLib: Add missing __aeabi_llsl and __aeabi_llsr for GCColiviermartin2013-01-283-1/+85
* ArmPkg/ArmV7.h: Introduced ARM_ARCH_EXCEPTION_IRQoliviermartin2013-01-252-3/+7
* ArmPkg: Fixed ArmPkg.dsc RELEASE buildoliviermartin2013-01-253-0/+5
* ArmPlatformPkg/PrePi: Removed magic valuesoliviermartin2013-01-251-1/+16
* ArmPkg/ArmPkg.dsc: Fixed buildoliviermartin2013-01-251-2/+1
* ArmPkg/LinuxLoader: Fixed buildsoliviermartin2013-01-253-3/+8
* ArmPkg/BdsLib: Added TimerLib to INF fileoliviermartin2013-01-251-1/+2
* ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to libra...oliviermartin2013-01-252-25/+13