mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +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>
15 lines
194 B
Text
15 lines
194 B
Text
if TARGET_DB_88F6820_GP
|
|
|
|
config SYS_BOARD
|
|
default "db-88f6820-gp"
|
|
|
|
config SYS_VENDOR
|
|
default "Marvell"
|
|
|
|
config SYS_SOC
|
|
default "mvebu"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "db-88f6820-gp"
|
|
|
|
endif
|