All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/17] sandbox: Various bug fixes
@ 2019-05-18 17:59 Simon Glass
  2019-05-18 17:59 ` [U-Boot] [PATCH 01/17] spl: misc: Allow misc drivers in SPL and TPL Simon Glass
                   ` (17 more replies)
  0 siblings, 18 replies; 25+ messages in thread
From: Simon Glass @ 2019-05-18 17:59 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2019-06-28 13:54 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-18 17:59 [U-Boot] [PATCH 00/17] sandbox: Various bug fixes Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 01/17] spl: misc: Allow misc drivers in SPL and TPL Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 02/17] Add an empty stdint.h file Simon Glass
2019-05-22 13:21   ` Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 03/17] sandbox: Sync up sandbox64.dts with main DT Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 04/17] sandbox: Create a common sandbox DT Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 05/17] sandbox: Add an alias for SPI Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 06/17] sandbox: Exit when SYSRESET_POWER_OFF is requested Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 07/17] sandbox: Quit when hang() is called Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 08/17] sandbox: spl: Lower priority of standard loader Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 09/17] sandbox: Add a comment to board_init_f() Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 10/17] sandbox: Allo sdl-config to be overridden Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 11/17] sandbox: Add a memory {} node Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 12/17] sandbox: Correct spi flash operation Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 13/17] sandbox: Add documentation on how to run valgrind Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 14/17] x86: Add a forward struct declaration in coreboot_tables.h Simon Glass
2019-05-19  7:39   ` Bin Meng
2019-05-18 17:59 ` [U-Boot] [PATCH 15/17] bootstage: Add support for TPL record count Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 16/17] blk: Allow control of the block cache in TPL Simon Glass
2019-05-18 17:59 ` [U-Boot] [PATCH 17/17] spi: Avoid using malloc() in a critical function Simon Glass
2019-05-19 17:04   ` Urja Rannikko
2019-05-20 16:09     ` Simon Glass
2019-05-20 16:35       ` Urja Rannikko
2019-05-20 20:51         ` Simon Glass
2019-06-28 13:54 ` [U-Boot] [PATCH 00/17] sandbox: Various bug fixes Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.