]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg: introduce new ArmQemuRelocatablePlatformLib
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 5 Feb 2016 13:54:42 +0000 (14:54 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 5 Feb 2016 16:10:16 +0000 (17:10 +0100)
commit577393c2726dff145f8ad11ecaf46ed860adfbd3
treede2ace23d26994b3fbf1976863e957ee8e870a37
parentff05707ef2742693960e192f0d185bf0a3b5d9d9
ArmVirtPkg: introduce new ArmQemuRelocatablePlatformLib

This introduces ArmQemuRelocatablePlatformLib, which started out as a
straight copy of ArmXenRelocatablePlatformLib, but has been modified so
that ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf can be used with
QEMU as well as with Xen. It retains the self relocation and FDT parsing
for the system memory, but uses the QEMU MMU layout.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/AARCH64/RelocatableVirtHelper.S [new file with mode: 0644]
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ARM/RelocatableVirtHelper.S [new file with mode: 0644]
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ArmQemuRelocatablePlatformLib.inf [new file with mode: 0644]
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/FdtParser.c [new file with mode: 0644]
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/QemuVirtMem.c [new file with mode: 0644]
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/RelocatableVirt.c [new file with mode: 0644]