diff options
author | Dennis Gilmore <dennis@ausil.us> | 2018-06-11 19:39:53 -0500 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-06-12 13:17:19 +0200 |
commit | ae28a5f830936ca285ec65d3f5f70fdcef95ab92 (patch) | |
tree | 83284f400b30bc929a93a63299107cee5182a88d /board/kobol/helios4/kwbimage.cfg | |
parent | 813d1fb56dc0af9567feb86cd71c49f14662044b (diff) | |
download | u-boot-ae28a5f830936ca285ec65d3f5f70fdcef95ab92.tar.gz |
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 <dennis@ausil.us>
Signed-off-by: Dennis Gilmore <dgilmore@redhat.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/kobol/helios4/kwbimage.cfg')
-rw-r--r-- | board/kobol/helios4/kwbimage.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
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 <sr@denx.de> +# + +# 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 |