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

Simon Glass sjg at chromium.org
Sun Feb 4 12:36:33 UTC 2018


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


More information about the U-Boot mailing list