Re: Please pull u-boot-dm/next to next branch

2019-12-12 Thread Tom Rini
On Wed, Dec 11, 2019 at 12:16:35PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> This is my first attempt at sending a -next pull request.
> 
> https://gitlab.denx.de/u-boot/custodians/u-boot-dm/pipelines/1608
> 
> 
> 
> The following changes since commit 520f9559020894950d4e962aba52220c8a1d6bfe:
> 
>   Merge branch 'master' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-riscv (2019-12-09
> 21:53:23 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git tags/dm-next-13dec19
> 
> for you to fetch changes up to b4f98b3b16ec513f7fa6b97ec49792a5e99ec165:
> 
>   cros_ec: use uint instead of uint8_t for cmd param (2019-12-10 21:11:31 
> -0700)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-dm/next to next branch

2019-12-11 Thread Simon Glass
Hi Tom,

This is my first attempt at sending a -next pull request.

https://gitlab.denx.de/u-boot/custodians/u-boot-dm/pipelines/1608



The following changes since commit 520f9559020894950d4e962aba52220c8a1d6bfe:

  Merge branch 'master' of
https://gitlab.denx.de/u-boot/custodians/u-boot-riscv (2019-12-09
21:53:23 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git tags/dm-next-13dec19

for you to fetch changes up to b4f98b3b16ec513f7fa6b97ec49792a5e99ec165:

  cros_ec: use uint instead of uint8_t for cmd param (2019-12-10 21:11:31 -0700)


buildman improvements including toolchain environment feature
sandbox unicode support in serial


Cristian Ciocaltea (1):
  buildman: Improve [make-flags] section parser to allow quoted strings

Heinrich Schuchardt (2):
  sandbox: add missing compatible property in device tree
  serial: sandbox: support Unicode

Michael Auchter (1):
  cros_ec: use uint instead of uint8_t for cmd param

Simon Glass (5):
  test.py: Make search for autoconf.mk more permissive
  genboardcfg: Support a quiet mode
  buildman: Ask genboardscfg to be quiet
  buildman: Figure out boards before commits
  buildman: Add options to get the arch and toolchain info

Tom Rini (1):
  buildman: Ignore blank lines during size checks

 arch/sandbox/dts/sandbox.dts   |  1 +
 arch/sandbox/dts/sandbox64.dts |  1 +
 drivers/misc/cros_ec.c |  2 +-
 drivers/serial/sandbox.c   |  2 +-
 test/py/conftest.py| 39 ++---
 tools/buildman/README  |  3 +++
 tools/buildman/builder.py  |  3 ++-
 tools/buildman/cmdline.py  |  4 
 tools/buildman/control.py  | 96
+++---
 tools/buildman/test.py | 18 
 tools/buildman/toolchain.py| 29 -
 tools/genboardscfg.py  | 10 ++---
 12 files changed, 158 insertions(+), 50 deletions(-)

Regards,
SImon