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

2014-07-07 Thread Tom Rini
On Mon, Jul 07, 2014 at 05:26:15PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> I've pick up a few bugfixes for this release in case there is time to
> pull these.
> 
> 
> The following changes since commit 6ee3d00d1d9d9977e975bd72c3668ee4f210a99d:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2014-07-07
> 10:10:52 -0400)
> 
> are available in the git repository at:
> 
>   x86-public/tom
> 
> for you to fetch changes up to 8708267f09fa99be8c12e103f2cbdc14a43623cc:
> 
>   buildman: fix toolchain priority_list (2014-07-07 17:22:54 -0600)
> 
> 
> Masahiro Yamada (3):
>   cosmetic: doc: update README.generic-board
>   buildman: fix to display warning message for missing [toolchain] section
>   buildman: fix toolchain priority_list
> 
> Simon Glass (1):
>   patman: Only apply patches when we know the original HEAD
> 
>  doc/README.generic-board| 3 ++-
>  tools/buildman/toolchain.py | 4 ++--
>  tools/patman/gitutil.py | 4 
>  3 files changed, 8 insertions(+), 3 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-07-07 Thread Simon Glass
Hi Tom,

I've pick up a few bugfixes for this release in case there is time to
pull these.


The following changes since commit 6ee3d00d1d9d9977e975bd72c3668ee4f210a99d:

  Merge branch 'master' of git://git.denx.de/u-boot-i2c (2014-07-07
10:10:52 -0400)

are available in the git repository at:

  x86-public/tom

for you to fetch changes up to 8708267f09fa99be8c12e103f2cbdc14a43623cc:

  buildman: fix toolchain priority_list (2014-07-07 17:22:54 -0600)


Masahiro Yamada (3):
  cosmetic: doc: update README.generic-board
  buildman: fix to display warning message for missing [toolchain] section
  buildman: fix toolchain priority_list

Simon Glass (1):
  patman: Only apply patches when we know the original HEAD

 doc/README.generic-board| 3 ++-
 tools/buildman/toolchain.py | 4 ++--
 tools/patman/gitutil.py | 4 
 3 files changed, 8 insertions(+), 3 deletions(-)

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-05-16 Thread Tom Rini
On Fri, May 16, 2014 at 01:02:48PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> I collected these three fixes for pulling.
> 
> Regards,
> Simon
> 
> 
> The following changes since commit 2072e7262965bb48d7fffb1e283101e6ed8b21a8:
> 
>   mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address
> globals (2014-05-14 12:59:12 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 6be6b6bcbac62e356d05bdde488fc9f0eef7084a:
> 
>   patman: Suppress duplicate signoffs only for real patches
> (2014-05-16 11:42:29 -0700)
> 
> 
> Masahiro Yamada (2):
>   Revert "sandbox: move source files from board/ to arch/sandbox/"
>   sandbox: set sandbox's vendor to null
> 
> Simon Glass (1):
>   patman: Suppress duplicate signoffs only for real patches
> 
>  arch/sandbox/lib/Makefile | 2 +-
>  board/sandbox/Makefile| 7 +++
>  {doc => board/sandbox}/README.sandbox | 0
>  {arch/sandbox/lib => board/sandbox}/sandbox.c | 0
>  boards.cfg| 2 +-
>  tools/patman/patchstream.py   | 3 ++-
>  6 files changed, 11 insertions(+), 3 deletions(-)
>  create mode 100644 board/sandbox/Makefile
>  rename {doc => board/sandbox}/README.sandbox (100%)
>  rename {arch/sandbox/lib => board/sandbox}/sandbox.c (100%)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-05-16 Thread Simon Glass
Hi Tom,

I collected these three fixes for pulling.

Regards,
Simon


The following changes since commit 2072e7262965bb48d7fffb1e283101e6ed8b21a8:

  mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address
globals (2014-05-14 12:59:12 +0200)

are available in the git repository at:

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

for you to fetch changes up to 6be6b6bcbac62e356d05bdde488fc9f0eef7084a:

  patman: Suppress duplicate signoffs only for real patches
(2014-05-16 11:42:29 -0700)


Masahiro Yamada (2):
  Revert "sandbox: move source files from board/ to arch/sandbox/"
  sandbox: set sandbox's vendor to null

Simon Glass (1):
  patman: Suppress duplicate signoffs only for real patches

 arch/sandbox/lib/Makefile | 2 +-
 board/sandbox/Makefile| 7 +++
 {doc => board/sandbox}/README.sandbox | 0
 {arch/sandbox/lib => board/sandbox}/sandbox.c | 0
 boards.cfg| 2 +-
 tools/patman/patchstream.py   | 3 ++-
 6 files changed, 11 insertions(+), 3 deletions(-)
 create mode 100644 board/sandbox/Makefile
 rename {doc => board/sandbox}/README.sandbox (100%)
 rename {arch/sandbox/lib => board/sandbox}/sandbox.c (100%)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-05-12 Thread Tom Rini
On Fri, May 09, 2014 at 04:36:01PM -0600, Simon Glass wrote:

> 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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-05-09 Thread Simon Glass
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot