public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] Allow sandbox to use config_distro_bootcmd
@ 2015-02-19 22:41 Sjoerd Simons
  2015-02-19 22:41 ` [U-Boot] [PATCH 1/6] sandbox: only do sandboxfs for hostfs interface Sjoerd Simons
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Sjoerd Simons @ 2015-02-19 22:41 UTC (permalink / raw)
  To: u-boot

Testing whether images will correctly boot with the standard distro bootcmds
can be rather time-consuming as it tends to require flashing the images and
booting on a device. Ditto for testing changes to config_distro_bootcmd.

Adding support for sandbox to run distro bootcmds makes things a lot more
convenient.

Sjoerd Simons (6):
  sandbox: only do sandboxfs for hostfs interface
  sandbox: Add support for bootz
  sandbox: Implement host dev [device]
  config_distro_bootcmd.h: Add shared block definition for the host
    interface
  pxe: Ensure all memory access is to mapped memory
  sandbox: add config_distro_defaults and config_distro_bootcmd

 arch/sandbox/cpu/cpu.c          | 20 +++++++++++
 common/cmd_pxe.c                | 80 +++++++++++++++++++++++------------------
 common/cmd_sandbox.c            | 48 +++++++++++++++++++++++++
 fs/sandbox/sandboxfs.c          |  5 ++-
 include/config_distro_bootcmd.h | 13 +++++++
 include/configs/sandbox.h       | 29 +++++++++++++--
 6 files changed, 157 insertions(+), 38 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-04-01  1:59 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 22:41 [U-Boot] [PATCH 0/6] Allow sandbox to use config_distro_bootcmd Sjoerd Simons
2015-02-19 22:41 ` [U-Boot] [PATCH 1/6] sandbox: only do sandboxfs for hostfs interface Sjoerd Simons
2015-02-20 19:22   ` Simon Glass
2015-04-01  1:59     ` Simon Glass
2015-02-19 22:41 ` [U-Boot] [PATCH 2/6] sandbox: Add support for bootz Sjoerd Simons
2015-02-20 19:23   ` Simon Glass
2015-02-19 22:41 ` [U-Boot] [PATCH 3/6] sandbox: Implement host dev [device] Sjoerd Simons
2015-02-20 19:23   ` Simon Glass
2015-02-28 14:00     ` Sjoerd Simons
2015-03-02 21:58       ` Simon Glass
2015-03-03  7:48         ` Sjoerd Simons
2015-02-19 22:41 ` [U-Boot] [PATCH 4/6] config_distro_bootcmd.h: Add shared block definition for the host interface Sjoerd Simons
2015-02-20 19:23   ` Simon Glass
2015-02-28 14:05     ` Sjoerd Simons
2015-02-28 14:14       ` Simon Glass
2015-03-02 16:54         ` Stephen Warren
2015-03-02 18:58           ` Simon Glass
2015-02-19 22:41 ` [U-Boot] [PATCH 5/6] pxe: Ensure all memory access is to mapped memory Sjoerd Simons
2015-02-20 19:23   ` Simon Glass
2015-02-28 14:12     ` Sjoerd Simons
2015-02-28 14:16       ` Simon Glass
2015-02-19 22:41 ` [U-Boot] [PATCH 6/6] sandbox: add config_distro_defaults and config_distro_bootcmd Sjoerd Simons
2015-02-20 19:23   ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox