mbox

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

Message ID CAPnjgZ3PJK=G3JXaPA38i_OzM2f=RVsv-9URBCzKb1e+=JPVwA@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass Dec. 1, 2014, 10:31 p.m. UTC
Hi Tom,

A random collection of thnigs. Note the branch is 'sandbox'.


The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
(2014-11-26 11:23:26 -0500)

are available in the git repository at:

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

for you to fetch changes up to 1d8104fe8897c5fec3e03b4165bc67c57eeeaa72:

  buildman: Don't default to -e when building current source
(2014-11-26 20:25:40 -0700)

----------------------------------------------------------------
Simon Glass (5):
      sandbox: Fix warnings due to 64-bit printf() strings
      sandbox: Fix warnings in cpu.c and os.c
      patman: Use the full commit hash for 'git checkout'
      buildman: Fix repeating board list with -l
      buildman: Don't default to -e when building current source

Tom Rini (1):
      buildman: Save *.img files too

 arch/sandbox/cpu/os.c           |  1 +
 arch/sandbox/cpu/start.c        |  3 ++-
 common/cmd_mem.c                |  6 ++++--
 common/fdt_support.c            | 15 +++++++--------
 disk/part_efi.c                 | 21 +++++++++++----------
 tools/buildman/README           | 25 ++++++++++++-------------
 tools/buildman/builder.py       |  3 ++-
 tools/buildman/builderthread.py |  2 +-
 tools/buildman/control.py       |  3 +--
 tools/patman/patchstream.py     |  3 +--
 10 files changed, 42 insertions(+), 40 deletions(-)

Regards,
Simon

Comments

Tom Rini Dec. 4, 2014, 2:27 p.m. UTC | #1
On Mon, Dec 01, 2014 at 03:31:17PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> A random collection of thnigs. Note the branch is 'sandbox'.
> 
> 
> The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
> (2014-11-26 11:23:26 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 1d8104fe8897c5fec3e03b4165bc67c57eeeaa72:
> 
>   buildman: Don't default to -e when building current source
> (2014-11-26 20:25:40 -0700)
> 

Applied to u-boot/master, thanks!