stm32mp1: add example files for FIT generation
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 2 Aug 2019 13:07:21 +0000 (15:07 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Tue, 27 Aug 2019 09:19:23 +0000 (11:19 +0200)
commit0e6522cbd1bfccd7281acdf8ab5ebbd37d29eab1
tree6505c3df1aeb8faffc68a942c6e3521132f8fa9d
parenta68ae8dceb1e82ffdfdbfb1d2c23603124c8e70a
stm32mp1: add example files for FIT generation

Add example of its files to generate FIT to start kernel
on ev1 or dk2 board with
- only kernel and dtb = fit_copro_kernel_dtb.its
- kernel, M4 copro firmware and dtb = it_copro_kernel_dtb.its

Add extlinux example to manage config in generated FIT.

Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
board/st/stm32mp1/extlinux.conf [new file with mode: 0644]
board/st/stm32mp1/fit_copro_kernel_dtb.its [new file with mode: 0644]
board/st/stm32mp1/fit_kernel_dtb.its [new file with mode: 0644]