From ae28a5f830936ca285ec65d3f5f70fdcef95ab92 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 11 Jun 2018 19:39:53 -0500 Subject: arm: mvebu: Add Helios4 Armada 38x initial support The helios4 is built on the SolidRun Armada 38x SOM. The port os based on the ClearFog board, using information from https://github.com/helios-4/u-boot-marvell as well as dtb input from https://github.com/helios-4/linux-marvell Signed-off-by: Dennis Gilmore Signed-off-by: Dennis Gilmore Signed-off-by: Stefan Roese --- board/kobol/helios4/kwbimage.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 board/kobol/helios4/kwbimage.cfg (limited to 'board/kobol/helios4/kwbimage.cfg') diff --git a/board/kobol/helios4/kwbimage.cfg b/board/kobol/helios4/kwbimage.cfg new file mode 100644 index 0000000000..035063bc90 --- /dev/null +++ b/board/kobol/helios4/kwbimage.cfg @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2015 Stefan Roese +# + +# Armada 38x use version 1 image format +VERSION 1 + +# Boot Media configurations +BOOT_FROM sdio + +# Binary Header (bin_hdr) with DDR3 training code +BINARY spl/u-boot-spl-dtb.bin 0000005b 00000068 -- cgit v1.2.1