[U-Boot] [PATCH 00/17] sandbox: Various bug fixes

Simon Glass sjg at chromium.org
Fri Jun 28 13:54:49 UTC 2019


Hi,

On Sat, 18 May 2019 at 11:59, Simon Glass <sjg at chromium.org> wrote:
>
> This series collects together a lot of fixes for sandbox (mostly) that
> were discovered in the last release. Most of them are minor.
>
>
> Simon Glass (17):
>   spl: misc: Allow misc drivers in SPL and TPL
>   Add an empty stdint.h file
>   sandbox: Sync up sandbox64.dts with main DT
>   sandbox: Create a common sandbox DT
>   sandbox: Add an alias for SPI
>   sandbox: Exit when SYSRESET_POWER_OFF is requested
>   sandbox: Quit when hang() is called
>   sandbox: spl: Lower priority of standard loader
>   sandbox: Add a comment to board_init_f()
>   sandbox: Allo sdl-config to be overridden
>   sandbox: Add a memory {} node
>   sandbox: Correct spi flash operation
>   sandbox: Add documentation on how to run valgrind
>   x86: Add a forward struct declaration in coreboot_tables.h
>   bootstage: Add support for TPL record count
>   blk: Allow control of the block cache in TPL
>   spi: Avoid using malloc() in a critical function
>
>  arch/sandbox/config.mk                 |   5 +-
>  arch/sandbox/cpu/spl.c                 |   3 +-
>  arch/sandbox/cpu/state.c               |   1 +
>  arch/sandbox/dts/sandbox.dts           | 336 +-----------------------
>  arch/sandbox/dts/sandbox.dtsi          | 346 +++++++++++++++++++++++++
>  arch/sandbox/dts/sandbox64.dts         | 275 +-------------------
>  arch/x86/include/asm/coreboot_tables.h |   2 +
>  board/sandbox/README.sandbox           |  21 ++
>  common/Kconfig                         |   7 +
>  drivers/block/Kconfig                  |   7 +
>  drivers/misc/Kconfig                   |  72 +++++
>  drivers/misc/Makefile                  |   8 +-
>  drivers/spi/Kconfig                    |   2 +-
>  drivers/spi/spi-mem.c                  |  15 +-
>  drivers/sysreset/sysreset_sandbox.c    |   1 +
>  include/configs/sandbox.h              |   4 +
>  include/stdint.h                       |   7 +
>  lib/hang.c                             |   3 +
>  18 files changed, 508 insertions(+), 607 deletions(-)
>  create mode 100644 arch/sandbox/dts/sandbox.dtsi
>  create mode 100644 include/stdint.h
>
> --
> 2.21.0.1020.gf2820cf01a-goog
>

Series applied to u-boot-dm/next.


More information about the U-Boot mailing list