Hi Tanmay,
Please upload the patch at https://review.trustedfirmware.org/, for
details see https://trustedfirmware-a.readthedocs.io/en/latest/process/contributing.html
Thanks,
Jens
On Thu, Nov 19, 2020 at 7:28 PM Tanmay Jagdale
<tanmay.jagdale@linaro.org> wrote:
>
> Include libraries needed to emulate Cortex-A72 in sbsa-ref target of Qemu.
>
> Signed-off-by: Tanmay Jagdale <tanmay.jagdale@linaro.org>
> ---
> plat/qemu/qemu_sbsa/platform.mk | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/plat/qemu/qemu_sbsa/platform.mk b/plat/qemu/qemu_sbsa/platform.mk
> index 1a4a2db02..a8036f622 100644
> --- a/plat/qemu/qemu_sbsa/platform.mk
> +++ b/plat/qemu/qemu_sbsa/platform.mk
> @@ -43,7 +43,8 @@ BL1_SOURCES += drivers/io/io_semihosting.c \
>
> BL1_SOURCES += lib/cpus/aarch64/aem_generic.S \
> lib/cpus/aarch64/cortex_a53.S \
> - lib/cpus/aarch64/cortex_a57.S
> + lib/cpus/aarch64/cortex_a57.S \
> + lib/cpus/aarch64/cortex_a72.S
>
> BL2_SOURCES += drivers/io/io_semihosting.c \
> drivers/io/io_storage.c \
> @@ -72,6 +73,7 @@ QEMU_GIC_SOURCES := ${GICV3_SOURCES} \
> BL31_SOURCES += lib/cpus/aarch64/aem_generic.S \
> lib/cpus/aarch64/cortex_a53.S \
> lib/cpus/aarch64/cortex_a57.S \
> + lib/cpus/aarch64/cortex_a72.S \
> lib/semihosting/semihosting.c \
> lib/semihosting/${ARCH}/semihosting_call.S \
> plat/common/plat_psci_common.c \
> --
> 2.29.2
>