commit | b586eeed954c711e26fc0f9a9df9fe2790390377 | [log] [tgz] |
---|---|---|
author | Jean-Philippe Brucker <jean-philippe@linaro.org> | Thu Nov 02 18:13:30 2023 +0000 |
committer | Soby Mathew <soby.mathew@arm.com> | Mon Jan 08 17:53:29 2024 +0100 |
tree | 4a94775e7b7e259c1f367d7721467a8347bf6a49 | |
parent | eeb54306e84aaed9f66e1d9d138a3aa718399307 [diff] [blame] |
build(qemu): Add FEAT_RME build tests for qemu Add QEMU build tests with ENABLE_RME, to cover the extra code needed for RME. Change-Id: Iacaab589c8ed9fdc89bfe9687161354d8edfa92d Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
diff --git a/tf_config/qemu-rme b/tf_config/qemu-rme new file mode 100644 index 0000000..1bef69e --- /dev/null +++ b/tf_config/qemu-rme
@@ -0,0 +1,4 @@ +CROSS_COMPILE=aarch64-none-elf- +PLAT=qemu +QEMU_USE_GIC_DRIVER=QEMU_GICV3 +ENABLE_RME=1