mbox series

[U-Boot] Please pull u-boot-dm (take 2)

Message ID CAPnjgZ10XCQp6M_qeto4SLXdS-gkT7Noh=_X0RzvmfJuKv6G9Q@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-dm (take 2) | expand

Pull-request

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

Message

Simon Glass Feb. 4, 2018, 12:36 p.m. UTC
Hi Tom,

I've dropped sandbox64 for now and fixed the clang warnings.


The following changes since commit b2153075f42c2d46d310778e226bcb11f0af47f5:

  Kconfig: usb: rockchip: Remove not needed *_defconfig USB/gadget
entries (2018-02-02 07:13:48 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 1973b381a1b3545783c3238080f566746579e923:

  log: add category LOGC_EFI (2018-02-03 10:09:28 -0700)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      log: add category LOGC_EFI

Simon Glass (9):
      dm: core: Add a function to look up a uclass by name
      log: Add functions to convert IDs to/from names
      log: Add control over log formatting
      log: Update log_console to honour the log format
      log: Add a command to control the log output format
      log: Add a command to output a log record
      log: Add tests for the new log features
      log: Add documentation for commands and formatting
      log: Add a way to log error-return values

 cmd/log.c                         | 82 +++++++++++++++++++++++++++++++++++++++
 common/Kconfig                    | 13 +++++++
 common/log.c                      | 69 ++++++++++++++++++++++++++++++++
 common/log_console.c              | 27 ++++++++++++-
 configs/sandbox_defconfig         |  1 +
 doc/README.log                    | 36 +++++++++++++++++
 drivers/core/uclass.c             | 14 +++++++
 include/asm-generic/global_data.h |  1 +
 include/dm/uclass.h               |  8 ++++
 include/log.h                     | 65 ++++++++++++++++++++++++++++++-
 test/dm/core.c                    |  9 +++++
 test/py/tests/test_log.py         | 32 +++++++++++++--
 12 files changed, 351 insertions(+), 6 deletions(-)


Regards,
Simon

Comments

Tom Rini Feb. 5, 2018, 12:16 a.m. UTC | #1
On Sun, Feb 04, 2018 at 05:36:33AM -0700, Simon Glass wrote:

> Hi Tom,
> 
> I've dropped sandbox64 for now and fixed the clang warnings.
> 
> 
> The following changes since commit b2153075f42c2d46d310778e226bcb11f0af47f5:
> 
>   Kconfig: usb: rockchip: Remove not needed *_defconfig USB/gadget
> entries (2018-02-02 07:13:48 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to 1973b381a1b3545783c3238080f566746579e923:
> 
>   log: add category LOGC_EFI (2018-02-03 10:09:28 -0700)
> 

Applied to u-boot/master, thanks!