[U-Boot] Please pull u-boot-x86.git branch 'tom'

Simon Glass sjg at chromium.org
Sat May 10 00:36:01 CEST 2014


Hi Tom,

This collects together the patches in my queue. I have taken the
liberty of also adding 'Make 'run' use run_command_list() instead of
run_command()' which is here:

http://patchwork.ozlabs.org/patch/286250/

- Simon

The following changes since commit 146b468eb0203c9b1aa1de93723ffc82c85d1dc1:

  Merge branch 'master' of git://git.denx.de/u-boot-sparc (2014-05-09
11:09:59 -0400)

are available in the git repository at:


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

for you to fetch changes up to 097c5de5f4a64d3b121dc1dbe020f7f2545dabdb:

  sandbox: ignore sandbox.dtb (2014-05-09 14:51:20 -0600)

----------------------------------------------------------------
Masahiro Yamada (2):
      sandbox: move source files from board/ to arch/sandbox/
      sandbox: ignore sandbox.dtb

Simon Glass (6):
      sandbox: Support 'env import' and 'env export'
      Make 'run' use run_command_list() instead of run_command()
      sandbox: Provide a build option to avoid using SDL
      sandbox: Update and expand the README
      patman: Deal with 'git apply' failures correctly
      patman: Avoid duplicate sign-offs

 README                                                |  11 +++
 arch/sandbox/config.mk                                |   6 ++
 arch/sandbox/dts/.gitignore                           |   1 +
 arch/sandbox/lib/Makefile                             |   2 +-
 {board/sandbox/sandbox => arch/sandbox/lib}/sandbox.c |   0
 board/sandbox/sandbox/Makefile                        |   7 --
 board/sandbox/sandbox/README.sandbox                  |  91
----------------------
 boards.cfg                                            |   2 +-
 common/cmd_nvedit.c                                   |  31 ++++----
 common/main.c                                         |   2 +-
 doc/README.sandbox                                    | 299
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/sandbox.h                             |  16 +++-
 tools/patman/README                                   |   1 +
 tools/patman/commit.py                                |  14 ++++
 tools/patman/gitutil.py                               |   6 +-
 tools/patman/patchstream.py                           |  10 ++-
 16 files changed, 379 insertions(+), 120 deletions(-)
 create mode 100644 arch/sandbox/dts/.gitignore
 rename {board/sandbox/sandbox => arch/sandbox/lib}/sandbox.c (100%)
 delete mode 100644 board/sandbox/sandbox/Makefile
 delete mode 100644 board/sandbox/sandbox/README.sandbox
 create mode 100644 doc/README.sandbox


More information about the U-Boot mailing list