commit | 44165e4c676d266f73fda2e6ba82b4bf3262daf2 | [log] [tgz] |
---|---|---|
author | Fabien Parent <fparent@baylibre.com> | Fri Oct 16 19:52:37 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 18 14:59:29 2021 -0500 |
tree | 7d4d4d50ca69b9d564750dfe121bc3c0d1ecd089 | |
parent | 9f6322bd6bb349e3f7a57035c389f345a507afce [diff] |
tools: mtk_image: add support for booting ARM64 images mkimage is only able to package aarch32 binaries. Add support for AArch64 images. One can create a ARM64 image using the following command line: mkimage -T mtk_image -a 0x201000 -e 0x201000 -n "media=emmc;arm64=1" -d bl2.bin bl2.img Signed-off-by: Fabien Parent <fparent@baylibre.com>