mbox

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

Message ID CAPnjgZ1RoTa6B+eccMxJb2MurfuHPQq5yjJw3LU1r3EUR1rnQw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass March 22, 2014, 11:31 p.m. UTC
Hi Tom,

Here are a few more things from my patchwork queue. I have tested with buildman.



The following changes since commit 2c072c958bb544c72f0e848375803dbd6971f022:

  sandbox: config: Enable cros_ec emulation and related items
(2014-03-17 20:05:50 -0600)

are available in the git repository at:

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

for you to fetch changes up to 659c89da8e48d44395120aeb2dd0d02d3fb24b67:

  patman: Use Patch-cc: instead of Cc: (2014-03-22 14:47:30 -0600)

----------------------------------------------------------------
Patrice Bouchand (2):
      Add lzmadec command
      sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h

Simon Glass (1):
      patman: Use Patch-cc: instead of Cc:

 common/Makefile             |  3 +++
 common/cmd_lzmadec.c        | 52
++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/sandbox.h   |  2 ++
 tools/patman/README         | 21 ++++++++++++---------
 tools/patman/patchstream.py |  4 ++--
 5 files changed, 71 insertions(+), 11 deletions(-)
 create mode 100644 common/cmd_lzmadec.c

Regards,
Simon

Comments

Tom Rini March 28, 2014, 9:14 p.m. UTC | #1
On Sat, Mar 22, 2014 at 04:31:19PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> Here are a few more things from my patchwork queue. I have tested with buildman.
> 
> 
> 
> The following changes since commit 2c072c958bb544c72f0e848375803dbd6971f022:
> 
>   sandbox: config: Enable cros_ec emulation and related items
> (2014-03-17 20:05:50 -0600)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 659c89da8e48d44395120aeb2dd0d02d3fb24b67:
> 
>   patman: Use Patch-cc: instead of Cc: (2014-03-22 14:47:30 -0600)
> 
> ----------------------------------------------------------------
> Patrice Bouchand (2):
>       Add lzmadec command
>       sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h
> 
> Simon Glass (1):
>       patman: Use Patch-cc: instead of Cc:
> 
>  common/Makefile             |  3 +++
>  common/cmd_lzmadec.c        | 52
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  include/configs/sandbox.h   |  2 ++
>  tools/patman/README         | 21 ++++++++++++---------
>  tools/patman/patchstream.py |  4 ++--
>  5 files changed, 71 insertions(+), 11 deletions(-)
>  create mode 100644 common/cmd_lzmadec.c

Applied to u-boot/master, thanks!