Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-25 | sunxi: binman: Add U-Boot binary size check | Maxime Ripard | |
The U-Boot binary may trip over its actual allocated size in the storage. In such a case, the environment will not be readable anymore (because corrupted when the new image was flashed), and any attempt at using saveenv to reconstruct the environment will result in a corrupted U-Boot binary. Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> | |||
2016-12-20 | sunxi: Use binman for sunxi boards | Simon Glass | |
Move sunxi boards to use binman. This involves adding the image definition to the device tree and using it in the Makefile. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> |