[U-Boot] Please pull u-boot-x86.git branch sandbox (take 2a)

Hi Tom,
I've rebased on master and built again. Note this is branch 'sandbox'.
The following changes since commit b8d7652c81689a69bc6eaa206cf875bbe632831c:
Merge branch 'buildman' of git://git.denx.de/u-boot-x86 (2015-04-18 19:24:13 -0400)
are available in the git repository at:
http://git.denx.de/u-boot-x86.git
for you to fetch changes up to 791a9f67f4f8db512cf59b40f47544fb335cd8db:
sandbox: add config_distro_defaults and config_distro_bootcmd (2015-04-19 14:45:58 -0600)
---------------------------------------------------------------- Sjoerd Simons (9): sandbox: only do sandboxfs for hostfs interface sandbox: Split bootm code out into lib/bootm sandbox: Add support for bootz sandbox: Renamed sb command to host 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 config: Add default client arch defines for intel architectures sandbox: add config_distro_defaults and config_distro_bootcmd
arch/sandbox/cpu/cpu.c | 12 ----- arch/sandbox/lib/Makefile | 1 + arch/sandbox/lib/bootm.c | 63 ++++++++++++++++++++++++ common/Makefile | 2 +- common/cmd_host.c | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ common/cmd_pxe.c | 86 +++++++++++++++++++++----------- common/cmd_sandbox.c | 126 ----------------------------------------------- fs/sandbox/sandboxfs.c | 6 ++- include/config_distro_bootcmd.h | 13 +++++ include/config_distro_defaults.h | 4 ++ include/configs/sandbox.h | 31 +++++++++--- 11 files changed, 341 insertions(+), 178 deletions(-) create mode 100644 arch/sandbox/lib/bootm.c create mode 100644 common/cmd_host.c delete mode 100644 common/cmd_sandbox.c
Regards, Simon

On Sun, Apr 19, 2015 at 08:26:01PM -0600, Simon Glass wrote:
Hi Tom,
I've rebased on master and built again. Note this is branch 'sandbox'.
The following changes since commit b8d7652c81689a69bc6eaa206cf875bbe632831c:
Merge branch 'buildman' of git://git.denx.de/u-boot-x86 (2015-04-18 19:24:13 -0400)
are available in the git repository at:
http://git.denx.de/u-boot-x86.git
for you to fetch changes up to 791a9f67f4f8db512cf59b40f47544fb335cd8db:
sandbox: add config_distro_defaults and config_distro_bootcmd (2015-04-19 14:45:58 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini