]> git.ipfire.org Git - thirdparty/openwrt.git/commit
arm-trusted-firmware-imx: add new package
authorMartin Schiller <ms@dev.tdt.de>
Tue, 31 Mar 2026 11:46:30 +0000 (13:46 +0200)
committerRobert Marko <robimarko@gmail.com>
Mon, 1 Jun 2026 15:49:36 +0000 (17:49 +0200)
commit23cd613f40bdfa35bb6f96e928f42e8cfbd25df4
tree68fe86da8e2eb35129a9ba89d7561ef2d799c150
parent36d567b9ef4dee758cacbd5d7daaf63ec3e43536
arm-trusted-firmware-imx: add new package

Build ATF images for i.MX8MP. Tested on Kontron OSM-S/BL i.MX8MP.

The default IMX_BOOT_UART_BASE for imx8mp platforms is 0x30890000, which
would be UART2. The Kontron board however uses UART3 as serial debug
console. As a result, after loading BL31 the system hangs.

Setting IMX_BOOT_UART_BASE=auto will fix it.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
package/boot/arm-trusted-firmware-imx/Makefile [new file with mode: 0644]