]> git.baikalelectronics.ru Git - uboot.git/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)
commitd0b6ac010198ff29fb2a85dee53dad26e78f6070
tree5f9423e22732a36d544d4be5b1c19e51d81891f0
parent3b1c9c67fc95267eead522e4c4854f4034d5e510
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]