summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg/Bds: Use HandleProtocol to get SNP instanceHeyi Guo2015-07-161-1/+1
* ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Increased firmware sizeOlivier Martin2015-07-161-3/+3
* ArmPlatformPkg: Use LinuxLoader.efi for the default boot entryOlivier Martin2015-07-146-13/+14
* ArmPlatformPkg/Bds: Added support for booting legacy kernel from BDSOlivier Martin2015-07-146-53/+274
* ArmPkg: Remove PCD declarations linked to the ARM BDS Linux LoaderOlivier Martin2015-07-141-6/+0
* ArmPlatformPkg: Remove Linux specific boot pathOlivier Martin2015-07-1411-24/+0
* ArmPlatformPkg/Bds: Remove Linux specific boot pathOlivier Martin2015-07-146-564/+93
* ArmPkg/BdsLib: Remove Linux loader from BdsLibOlivier Martin2015-07-142-32/+7
* ArmPlatformPkg: Add the LinuxLoader.efi EFI applicationRonald Cron2015-07-1422-12/+88
* ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()Olivier Martin2015-07-142-7/+20
* ArmVExpressPkg: use PSCI for system reset only on AARCH64 platformsArd Biesheuvel2015-07-101-0/+1
* ArmVExpressPkg: use ArmVExpressSysConfigRuntimeLib by defaultArd Biesheuvel2015-07-101-1/+1
* ArmPlatformPkg/ArmVExpressPkg: add ArmPlatformSysConfigLib for runtimeArd Biesheuvel2015-07-102-0/+320
* ArmPlatformPkg: Remove Ip4ConfigDxe from ArmPlatformPkgJiaxin Wu2015-07-106-6/+0
* Revert "ArmPlatformPkg/ArmVExpressDxe: Change FDT default file names."Olivier Martin2015-07-087-71/+74
* ArmPlatformPkg/ArmVExpress.dsc.inc: Fixed BuildOptionsOlivier Martin2015-07-071-1/+1
* ArmPlatformPkg/ArmVExpressDxe: Change FDT default file names.Olivier Martin2015-07-077-74/+71
* ArmPlatformPkg: use correct ASM decoration for non-function global symbolsArd Biesheuvel2015-07-071-3/+3
* ArmPlatformPkg/ArmVExpressPkg: use 64 KB section alignment for runtime driversArd Biesheuvel2015-07-061-0/+3
* ArmPlatformPkg/PrePi: Make dynamic the top of the System MemoryOlivier Martin2015-07-067-31/+72
* ArmPlatformPkg/MemoryInitPei: Check if the main System Memory resource has be...Olivier Martin2015-07-061-20/+44
* ArmPlatformPkg: Allow PcdFirmwareVersionString to be a dynamic PCDSamer El-Haj-Mahmoud2015-07-063-3/+10
* ArmPlatformPkg/ArmVExpress: Fix the CA9x4 and TC2 device tree locationsOlivier Martin2015-07-062-2/+2
* ArmPlatformPkg/ArmVExpressDxe: Renamed the device treeOlivier Martin2015-07-061-4/+5
* ArmPlatformPkg/ArmVExpress-CTA15-A7.dsc: Build for TC2 HW by defaultOlivier Martin2015-07-061-1/+3
* ArmPlatformPkg: Give a name to the FVOlivier Martin2015-07-0613-0/+13
* ArmPlatformPkg/Bds: Restore the setting of the FDT device path in the boot ma...Ronald Cron2015-07-063-1/+151
* ArmPlatformPkg: Use the merged Variable driverStar Zeng2015-07-012-6/+4
* ArmPlatformPkg: Add TpmMeasurementLib and AuthVariableLib library mappingStar Zeng2015-07-012-0/+8
* Renamed ArmPlatformPkg/ArmVirtualizationPkg into ArmVirtPkgOlivier Martin2015-05-2956-13832/+0
* ArmPlatformPkg/ArmJunoDxe: Fixed PCI Root bridge device pathOlivier Martin2015-05-271-0/+10
* EmbeddedPkg: Fix Ebl dumpgcd bug with memory type and IO typeHeyi Guo2015-05-271-7/+24
* ArmPlatformPkg/ArmJunoPkg/Madt.aslc: Added GIC MSI Frame TableOlivier Martin2015-05-271-1/+3
* ArmPlatformPkg/ArmJunoPkg: ACPI PCI SupportOlivier Martin2015-05-276-5/+316
* ArmPlaformPkg: Replaced gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOutOlivier Martin2015-05-135-10/+4
* ArmPlatformPkg/ArmRealViewEb: Added FvSimpleFileSystemDxeOlivier Martin2015-05-133-0/+9
* ArmPlatformPkg/Bds: Clarify assert message with debug informationOlivier Martin2015-05-131-2/+6
* ArmPlatformPkg/ArmJunoDxe: Fix buildOlivier Martin2015-05-121-0/+1
* ArmPlatformPkg/ArmJunoPkg: Only enable PCI support on Juno R1Olivier Martin2015-05-113-0/+9
* ArmPlatformPkg/ArmJunoPkg: Enable PCI and SATA supportOlivier Martin2015-05-117-4/+171
* ArmPlatformPkg/ArmJunoPkg: Added PCI supportOlivier Martin2015-05-118-0/+2272
* ArmPlatformPkg/ArmVExpressPkg: Fixed line endings to be CRLFOlivier Martin2015-05-116-161/+161
* ArmPkg: update BdsLib to updated definition of EFI_LOAD_OPTIONArd Biesheuvel2015-05-111-3/+3
* ArmPlatformPkg/ArmVExpressDxe: Fixed build after changing ARM_VEXPRESS_PLATFO...Olivier Martin2015-05-111-5/+11
* ArmVExpressPkg: restrict ArmVExpressSysConfigLib to SEC and DXE_DRIVERArd Biesheuvel2015-05-081-1/+1
* ArmVExpressPkg: avoid the use of ArmVExpressSysConfigLib at runtimeArd Biesheuvel2015-05-081-0/+1
* ArmVExpressPkg: use PSCI for system reset at runtimeArd Biesheuvel2015-05-081-0/+9
* ArmVExpressPkg: add support for embedding DTBs for AArch64 variantsArd Biesheuvel2015-05-071-0/+25
* ArmPlatformPkg: add support for FV embedded device tree blobsArd Biesheuvel2015-05-072-6/+118
* ArmVExpressPkg: use named GUIDs for all VExpress variantsArd Biesheuvel2015-05-075-21/+43