Files
u-boot/include
Simon Goldschmidt dae5c2dcdc spl: implement CRC check on U-Boot uImage
SPL currently does not check uImage CRCs when loading U-Boot.

This patch adds checking the uImage CRC when SPL loads U-Boot. It does
this by reusing the existing config option SPL_CRC32_SUPPORT to allow
leaving out the CRC check on boards where the additional code size or
boot time is a problem (adding the CRC check currently adds ~1.4 kByte
to flash).

The SPL_CRC32_SUPPORT config option now gets enabled by default if SPL
support for legacy images is enabled to check the CRC on all boards
that don't actively take countermeasures.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2019-02-19 08:55:43 -05:00
..
2019-02-13 09:40:05 +01:00
2019-02-09 12:50:22 -07:00
2019-01-01 14:12:18 +01:00
2019-01-01 14:12:18 +01:00
2019-02-09 07:50:58 -05:00
2019-02-02 08:19:17 -05:00
2019-01-14 17:47:13 -07:00
2019-01-24 11:35:30 -06:00
2019-01-18 22:19:09 +05:30
2019-02-01 16:59:12 +01:00