From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 27 Jan 2016 07:58:00 +0100 Subject: [U-Boot] Please pull u-boot-marvell/master Message-ID: <56A86A78.90504@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, please pull the following patch. Thanks, Stefan The following changes since commit 9e4de7fd4acc8f99b6d383c711d21c0159849629: Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2016-01-26 17:45:37 -0500) are available in the git repository at: git://www.denx.de/git/u-boot-marvell.git for you to fetch changes up to b20c38a973a51bf3f663bd298c63ad1b8e0de445: arm: mvebu: Add support for the Armada XP theadorable board (2016-01-27 07:45:43 +0100) ---------------------------------------------------------------- Stefan Roese (1): arm: mvebu: Add support for the Armada XP theadorable board arch/arm/dts/Makefile | 3 +- arch/arm/dts/armada-xp-theadorable.dts | 143 +++++++++++++++++++++++++++ arch/arm/mach-mvebu/Kconfig | 6 ++ board/theadorable/MAINTAINERS | 7 ++ board/theadorable/Makefile | 7 ++ board/theadorable/kwbimage.cfg | 12 +++ board/theadorable/theadorable.c | 171 +++++++++++++++++++++++++++++++++ configs/theadorable_debug_defconfig | 28 ++++++ configs/theadorable_defconfig | 26 +++++ include/configs/theadorable.h | 170 ++++++++++++++++++++++++++++++++ 10 files changed, 572 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/armada-xp-theadorable.dts create mode 100644 board/theadorable/MAINTAINERS create mode 100644 board/theadorable/Makefile create mode 100644 board/theadorable/kwbimage.cfg create mode 100644 board/theadorable/theadorable.c create mode 100644 configs/theadorable_debug_defconfig create mode 100644 configs/theadorable_defconfig create mode 100644 include/configs/theadorable.h