u-boot/arch/arm/mach-stm32mp/cmd_stm32prog
Patrick Delaunay 5f14e2fe9d stm32mp: stm32prog: remove all the header check for UART download
This patch removes the header check for UART download;
the check of checksum is not mandatory with even parity and chuck
checksum for each 256 received bytes and it is only done for
STM32 image (FSBL = TF-A BL2), not for FIT image.

This patch solve issue of duplicated 0x100 byte written with FIP header.

Fixes: 4fb7b3e108 ("stm32mp: stm32prog: add FIP header support")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-06-18 10:09:41 +02:00
..
cmd_stm32prog.c stm32mp: stm32prog: add FIP header support 2021-04-09 11:53:00 +02:00
Kconfig stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB 2021-03-11 17:41:17 +01:00
Makefile stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB 2021-03-11 17:41:17 +01:00
stm32prog.c stm32mp: stm32prog: remove all the header check for UART download 2021-06-18 10:09:41 +02:00
stm32prog.h stm32mp: stm32prog: remove all the header check for UART download 2021-06-18 10:09:41 +02:00
stm32prog_serial.c stm32mp: stm32prog: remove all the header check for UART download 2021-06-18 10:09:41 +02:00
stm32prog_usb.c arm: stm32mp: migrate cmd_stm32prog to log macro 2021-01-13 09:52:58 +01:00