Masahiro Yamada b75d8dc564 treewide: convert bd_t to struct bd_info by coccinelle 3 anos atrás
..
MAINTAINERS fca6105200 arm: mvebu: db-88f6820-gp: Add MAINTAINERS file 8 anos atrás
Makefile 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 anos atrás
README 9e30b31d20 arm: mvebu: db-88f6820: Add SPL support with DDR init code 8 anos atrás
db-88f6820-gp.c b75d8dc564 treewide: convert bd_t to struct bd_info by coccinelle 3 anos atrás

README

Update from original Marvell U-Boot to mainline U-Boot:
-------------------------------------------------------

The resulting image including the SPL binary with the
full DDR setup is "u-boot-spl.kwb".

To update the SPI NOR flash, please use the following
command:

=> sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-spl.kwb;\
sf update 2000000 0 60000

Note that the original Marvell U-Boot seems to have
problems with the "sf update" command. This does not
work reliable. So here this command should be used:

=> sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-spl.kwb;\
sf erase 0 60000;sf write 2000000 0 60000