]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commita1ff66f443b039ecb807cb4725979e6734439d39
tree6505c3df1aeb8faffc68a942c6e3521132f8fa9d
parent2634ff7acbbbf2d45aea3bf8e5be6bcc0a74bd4a
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]