mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
2bae75a488
This patch adds support for the Marvell DB-88F6820-GP Armada A38x evaluation board. Supported peripherals are: - UART - Ethernet (mvneta) - I2C - SPI (including SPI NOR flash) Please note that this board support right now only supports the main U-Boot. Without the bin_hdr integration (DDR training etc). This will be added in a few days / weeks to complete this board port. But till then this U-Boot version can be run on the target via the original Marvell U-Boot via this command: tftpboot 4000000 db-88f6820-gp/u-boot.bin;go 4000000 Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com> Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
16 lines
638 B
Text
16 lines
638 B
Text
--------
|
|
WARNING:
|
|
--------
|
|
This file should contain the bin_hdr generated by the original Marvell
|
|
U-Boot implementation. As this is currently not included in this
|
|
U-Boot version, we have added this placeholder, so that the U-Boot
|
|
image can be generated without errors.
|
|
|
|
If you have a known to be working bin_hdr for your board, then you
|
|
just need to replace this text file here with the binary header
|
|
and recompile U-Boot.
|
|
|
|
In a few weeks, mainline U-Boot will get support to generate the
|
|
bin_hdr with the DDR training code itself. By implementing this code
|
|
as SPL U-Boot. Then this file will not be needed any more and will
|
|
get removed.
|