]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/sandbox_spl_defconfig
sandbox: Add a new sandbox_spl board
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:57:54 +0000 (11:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commit8797b2cae3ac5ddb005665e4b5cde4783a4f5555
tree975f770267693f347bdc470b2ec6545f1a4c5216
parent0110f509c85de1e4bc7fff301a1194fdee4bdc5f
sandbox: Add a new sandbox_spl board

It is useful to be able to build SPL for sandbox. It provides additional
build coverage and allows SPL features to be tested in sandbox. However
it does not need worthwhile to always create an SPL build. It nearly
doubles the build time and the feature is (so far) seldom used.

So for now, create a separate build target for sandbox SPL. This allows
experimentation with this new feature without impacting existing workflows.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/Kconfig
arch/sandbox/cpu/u-boot-spl.lds [new file with mode: 0644]
board/sandbox/MAINTAINERS
configs/sandbox_spl_defconfig [new file with mode: 0644]
include/configs/sandbox_spl.h [new file with mode: 0644]