]> git.sur5r.net Git - u-boot/commit
tools/mkimage: add support for STM32 image format
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 12 Mar 2018 09:46:04 +0000 (10:46 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 19 Mar 2018 20:14:19 +0000 (16:14 -0400)
commit81260e3331d52e08c3f4709043c931a3fdd62095
tree5f9423e22732a36d544d4be5b1c19e51d81891f0
parentdbc34323796bfc37116a7a28e93bcc5bea5fb136
tools/mkimage: add support for STM32 image format

STM32MP157 bootrom needs a specific header for first boot stage.
This patch adds support of this header in mkimage.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
common/image.c
include/image.h
tools/Makefile
tools/stm32image.c [new file with mode: 0644]