build(qemu): use xlat tables v2 directlyBoth qemu and qemu-sbsa use xlat tables v2 already (activated by including it in common/common.mk) so there is no need to include compat headers.Change-Id
build(qemu): use xlat tables v2 directlyBoth qemu and qemu-sbsa use xlat tables v2 already (activated by including it in common/common.mk) so there is no need to include compat headers.Change-Id: I353a6f77f5916862e54b883a9adbba027ac81359Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
show more ...
qemu: introducing sub-platforms to qemu platformThis commit change the plat/qemu directory structure into:`-- plat `-- qemu |-- common (files shared with all qemu subplatforms)
qemu: introducing sub-platforms to qemu platformThis commit change the plat/qemu directory structure into:`-- plat `-- qemu |-- common (files shared with all qemu subplatforms) |-- qemu (original qemu platform) |-- qemu_sbsa (new sqemu_sbsa platform) |-- subplat1 `-- subplat2This opens the possibility of adding new qemu sub-platforms which reuseexisting common platform code. The first platform which will leverage newstructure will be SBSA platform.Signed-off-by: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>Change-Id: Id0d8133e1fffc1b574b69aa2770ebc02bb837a9b