
On 4 July 2016 at 11:57, Simon Glass sjg@chromium.org wrote:
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
Changes in v3:
- Rebase to master
Changes in v2: None
arch/sandbox/Kconfig | 7 +- arch/sandbox/cpu/u-boot-spl.lds | 24 ++++++ board/sandbox/MAINTAINERS | 7 ++ configs/sandbox_spl_defconfig | 182 ++++++++++++++++++++++++++++++++++++++++ include/configs/sandbox_spl.h | 18 ++++ 5 files changed, 237 insertions(+), 1 deletion(-) create mode 100644 arch/sandbox/cpu/u-boot-spl.lds create mode 100644 configs/sandbox_spl_defconfig create mode 100644 include/configs/sandbox_spl.h
Applied to u-boot-dm