New board: SolidRun ClearFog Base
authorJan Kundrát <jan.kundrat@cesnet.cz>
Mon, 4 Sep 2017 20:30:08 +0000 (22:30 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 1 Apr 2018 10:52:27 +0000 (12:52 +0200)
commitee156ad4804f0f23c4f939831377a0bb9d42717d
treeb0f20f8e592c79d5524dba6081d7afadd031f369
parentdae0d7b3caae25246882455e6204fea9b367ab24
New board: SolidRun ClearFog Base

My goal was to rely on upstreamed features as much as possible, which
means that some bits are only half-baked for now:

- Due to the DTS restructuring in upstream kernel, we require 4.11+. The
latest LTS or CIP kernels do not know about the -Base model.

- Linux has no generic support for SFP cages (yet). It seems that this
has hit the net-next tree in August 2017, but there's been no release
(it's probably targettting 4.14). Also, the merge only included the
required infrastructure; the mvneta driver conversion is not included.
Patches which finalize this exist in Russel King's tree and also in
random vendor trees.

- There's no access to the SPI flash in these versions of
uboot/linux/dts.

Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz>
[Arnout:
 - rename to solidrun_clearfog_defconfig;
 - specify kernel headers version (default is now 4.15);
 - remove ext2 fs size override, the 4 extra MB are not needed;
 - U-Boot needs dtc and openssl;
 - add comments to defconfig;
 - update .gitlab-ci.yml;
 - mention in readme.txt that SFP support is missing;
 - add Jan to DEVELOPERS.
]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
.gitlab-ci.yml
DEVELOPERS
board/solidrun/clearfog/boot.scr.txt [new file with mode: 0644]
board/solidrun/clearfog/genimage.cfg [new file with mode: 0644]
board/solidrun/clearfog/linux.fragment [new file with mode: 0644]
board/solidrun/clearfog/post-build.sh [new file with mode: 0755]
board/solidrun/clearfog/readme.txt [new file with mode: 0644]
configs/solidrun_clearfog_defconfig [new file with mode: 0644]