mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
b20c38a973
This patch adds support for the Armada XP (MV78260) based theadorable board. Its equipped with onboard DDR3, UART, ethernet, I2C, SPI NOR, LCD and SATA (SSD) interfaces / devices. Two defconfigs are added: theadorable_defconfig: The production U-Boot version with a stripped down drivers and feature list. This removes networking, USB and PCI support. theadorable_debug_defconfig: The debugging / testing U-Boot version with full support for all drivers. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> Signed-off-by: Stefan Roese <sr@denx.de>
12 lines
250 B
INI
12 lines
250 B
INI
#
|
|
# Copyright (C) 2015-2016 Stefan Roese <sr@denx.de>
|
|
#
|
|
|
|
# Armada XP uses version 1 image format
|
|
VERSION 1
|
|
|
|
# Boot Media configurations
|
|
BOOT_FROM spi
|
|
|
|
# Binary Header (bin_hdr) with DDR3 training code
|
|
BINARY spl/u-boot-spl-dtb.bin 0000005b 00000068
|