[U-Boot] [PATCH v3 14/62] sandbox: Add a new sandbox_spl board

Simon Glass sjg at chromium.org
Fri Jul 15 05:58:24 CEST 2016


On 4 July 2016 at 11:57, Simon Glass <sjg at 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 at 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


More information about the U-Boot mailing list