[U-Boot] Please pull u-boot-x86 branch 'sandbox'

Simon Glass sjg at chromium.org
Sun Apr 19 15:23:08 CEST 2015


Hi Tom,

Here are the queued sandbox changes, to allow sandbox to use the
distro booting feature.


The following changes since commit 5ab83ec1a13601c4f76ce009afe0d1ee51f1ad9c:

  sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig (2015-04-13
20:53:47 -0600)

are available in the git repository at:

  http://git.denx.de/u-boot-x86.git

for you to fetch changes up to 71beb9b91d691a045220b3092f3363b1f0cf833a:

  sandbox: add config_distro_defaults and config_distro_bootcmd
(2015-04-18 16:27:13 -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


More information about the U-Boot mailing list