[U-Boot] [PATCH 0/6] Allow sandbox to use config_distro_bootcmd
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Thu Feb 19 23:41:08 CET 2015
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
More information about the U-Boot
mailing list