Skip to content
Snippets Groups Projects
Commit 70dbfd25 authored by Wei Gao's avatar Wei Gao Committed by Wei Gao
Browse files

Add build profile for QEMU.

parent 51d2e9a1
3 merge requests!32Merge changes from apertis/v2024-updates into apertis/v2024,!29Backport v2024 <- v2025dev2: Add build profile for QEMU,!26Add build profile for QEMU.
Pipeline #716776 skipped
arm-trusted-firmware (2.10.0+dfsg-1+apertis3) apertis; urgency=medium
* Add build profile for QEMU.
-- Wei Gao <gaw1lud@bosch.com> Wed, 07 Feb 2024 11:17:14 +0100
arm-trusted-firmware (2.10.0+dfsg-1+apertis2) apertis; urgency=medium
* Refresh the automatically detected licensing information
......
......@@ -17,6 +17,10 @@ endif
platforms := g12a gxbb sun50i_a64 sun50i_h6 rcar rk3328 rk3399 rpi3 rpi4 imx8mn imx8mm k3
# Disable building of imx8mq, as it is not well supported upstream.
#platforms_nodebug := imx8mq
platforms_nodebug := qemu
qemu_assigns := QEMU_USE_GIC_DRIVER=QEMU_GICV3 BL32_RAM_LOCATION=tdram LOG_LEVEL=30 SPD=opteed
qemu_make_target := all
qemu_targets := bl*.bin
# By default, iMX8MN uses UART2 console. However, other boards supported
# upstream (e.g. Variscite VAR-SOM-MX8M-NANO board) uses UART4.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment