
Dear Andreas Bießmann,
Andreas Bießmann andreas.devel@googlemail.com writes:
For sama5d3xek we need to modify the SPL image for correct detection by ROM code.
Signed-off-by: Andreas Bießmann andreas.devel@googlemail.com Tested-by: Bo Shen voice.shen@atmel.com
Changes in v3:
- add atmel_pmecc_params host tool, it generates an appropriate string for
mkimage -n switch with compiled in values also used in atmel_nand driver
Changes in v2:
- add -n switch to mkimage for PMECC type NAND and CONFIG_SYS_NANDFLASH
arch/arm/cpu/armv7/at91/config.mk | 10 ++++++++ doc/README.atmel_pmecc | 21 +++++++++++++++ spl/Makefile | 11 ++++++++ tools/Makefile | 2 ++ tools/atmel_pmecc_params.c | 51 +++++++++++++++++++++++++++++++++++++ 5 files changed, 95 insertions(+) create mode 100644 arch/arm/cpu/armv7/at91/config.mk create mode 100644 tools/atmel_pmecc_params.c
applied to u-boot-atmel/master, thanks!
Best regards, Andreas Bießmann