]> git.ipfire.org Git - people/ms/u-boot.git/commit
marvell: armada385: Add the Turris Omnia board
authorMarek BehĂșn <marek.behun@nic.cz>
Fri, 9 Jun 2017 17:28:45 +0000 (19:28 +0200)
committerStefan Roese <sr@denx.de>
Wed, 12 Jul 2017 04:57:38 +0000 (06:57 +0200)
commitb6ee860b87d8accedfb7a1fd5414f7c483603234
treef61fddf2738746c219c4c10d7b6b09a99f60da17
parentaa5eb9a3acb7552e715aad48ed0105b7c3d6ed51
marvell: armada385: Add the Turris Omnia board

The Turris Omnia is a open-source router created by CZ.NIC.

The code is based on the Marvell/db-88f6820-gp by Stefan Roese
with modifications from Tomas Hlavacek in the CZ.NIC turris-omnia-uboot
repository, which can be found at
https://gitlab.labs.nic.cz/turris/turris-omnia-uboot

By default, the Turris Omnia uses btrfs as the main and only filesystem,
and also loads kernel and device tree from this filesystem. Since U-Boot
does not yet support btrfs, you should not flash your Turris Omnia board
with this unless you know what you are doing.

Signed-off-by: Tomas Hlavacek <tomas.hlavacek@nic.cz>
Signed-off-by: Marek Behun <marek.behun@nic.cz>
 create mode 100644 board/CZ.NIC/turris_omnia/Makefile
 create mode 100644 board/CZ.NIC/turris_omnia/kwbimage.cfg
 create mode 100644 board/CZ.NIC/turris_omnia/turris_omnia.c
 create mode 100644 configs/turris_omnia_defconfig
 create mode 100644 include/configs/turris_omnia.h
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/Kconfig
board/CZ.NIC/turris_omnia/Makefile [new file with mode: 0644]
board/CZ.NIC/turris_omnia/kwbimage.cfg [new file with mode: 0644]
board/CZ.NIC/turris_omnia/turris_omnia.c [new file with mode: 0644]
configs/turris_omnia_defconfig [new file with mode: 0644]
include/configs/turris_omnia.h [new file with mode: 0644]