From b20c38a973a51bf3f663bd298c63ad1b8e0de445 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 20 Jan 2016 08:13:29 +0100 Subject: arm: mvebu: Add support for the Armada XP theadorable board 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 Cc: Luka Perkov Signed-off-by: Stefan Roese --- board/theadorable/kwbimage.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 board/theadorable/kwbimage.cfg (limited to 'board/theadorable/kwbimage.cfg') diff --git a/board/theadorable/kwbimage.cfg b/board/theadorable/kwbimage.cfg new file mode 100644 index 0000000..4f3b7b2 --- /dev/null +++ b/board/theadorable/kwbimage.cfg @@ -0,0 +1,12 @@ +# +# Copyright (C) 2015-2016 Stefan Roese +# + +# 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 -- cgit v1.1