[U-Boot] Please pull u-boot-dm

Simon Glass sjg at chromium.org
Thu Dec 6 01:30:48 UTC 2018


Hi Tom,

The following changes since commit 2e2a2a5d4f0c2e2642326d9000ce1f1553632e6a:

  Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-12-04
19:22:31 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-pull-5dec18

for you to fetch changes up to b288cd9600724ad3a0e55c8786e70741dd13deae:

  x86: acpi: Generate SPCR table (2018-12-05 07:23:16 -0700)


Travis here

https://travis-ci.org/sglass68/u-boot/builds/463866708


----------------------------------------------------------------
Minor sandbox enhancements  / fixes
tpm improvements to clear up v1/v2 support
buildman toolchain fixes
New serial options to set/get config

----------------------------------------------------------------
Andy Shevchenko (7):
      dm: serial: Add ->getconfig() callback
      dm: serial: Introduce ->getinfo() callback
      serial: ns16550: Group reg_* members of ns16550_platdata
      serial: ns16550: Read reg-io-width from device tree
      serial: ns16550: Provide ->getinfo() implementation
      x86: acpi: Add SPCR table description
      x86: acpi: Generate SPCR table

Patrick Delaunay (1):
      power: regulator: denied disable on always-on regulator

Philipp Tomsich (2):
      dm: rtc: Fix function name in comment
      dm: (re)sort uclass ids alphabetically

Simon Glass (19):
      sandbox: Fix up the debug message for the image filename
      sandbox: Check the filename in jump_to_image_no_args()
      sandbox: physmem: Use mapping to support sandbox
      sandbox: net: Correct name copy in eth_raw_bus_post_bind()
      sandbox: sysreset: Update to support power-on reset
      sandbox: Zero the ram buffer on startup
      sandbox: Use 'extras' to specify 'head' files
      tpm: Remove use of build-time TPM versions
      tpm: Export tpm_clear_and_reenable()
      tpm: Add non-volatile index attributes needed for v2
      tpm: Fix a logging warning in unpack_byte_string()
      cros: Correct a printf() string and comment
      cros_ec: Adjust to use v1 vboot context only
      input: i8042: Use remove() instead of exported functions
      video: backlight: Fix log message in enable_sequence()
      time: Update mdelay() to delay in one large chunk
      Add UINT32_MAX and UINT64_MAX
      Add inttypes.h
      binman: Add myself as maintainer

Trevor Woerner (2):
      buildman/toolchain.py: fix toolchain directory
      buildman/toolchain.py: handle inconsistent tarball names

Álvaro Fernández Rojas (1):
      dm: core: add functions to get/remap I/O addresses by name

 MAINTAINERS                                |   5 +
 arch/sandbox/Makefile                      |   4 +-
 arch/sandbox/config.mk                     |   3 +-
 arch/sandbox/cpu/Makefile                  |   5 +-
 arch/sandbox/cpu/os.c                      |   2 +-
 arch/sandbox/cpu/spl.c                     |   8 +-
 arch/sandbox/cpu/start.c                   |   7 +
 arch/sandbox/dts/test.dts                  |   1 +
 arch/sandbox/include/asm/state.h           |   1 +
 arch/x86/include/asm/acpi_table.h          |  51 ++++++
 arch/x86/lib/acpi_table.c                  | 118 +++++++++++++
 drivers/core/fdtaddr.c                     |  10 ++
 drivers/core/read.c                        |  20 +++
 drivers/input/i8042.c                      |  35 ++--
 drivers/misc/cros_ec.c                     |   4 +-
 drivers/misc/cros_ec_sandbox.c             |  10 +-
 drivers/net/sandbox-raw-bus.c              |   2 +-
 drivers/power/regulator/regulator-uclass.c |   5 +
 drivers/serial/ns16550.c                   |  23 ++-
 drivers/serial/sandbox.c                   |  34 ++++
 drivers/serial/serial-uclass.c             |  37 ++++
 drivers/sysreset/sysreset_sandbox.c        |   8 +-
 drivers/video/pwm_backlight.c              |   2 +-
 include/common.h                           |   4 +
 include/dm/fdtaddr.h                       |  13 ++
 include/dm/read.h                          |  36 ++++
 include/dm/uclass-id.h                     |   8 +-
 include/i8042.h                            |  15 --
 include/inttypes.h                         | 271 +++++++++++++++++++++++++++++
 include/linux/delay.h                      |   3 +-
 include/linux/kernel.h                     |   4 +
 include/ns16550.h                          |   4 +-
 include/rtc.h                              |   2 +-
 include/serial.h                           |  66 ++++++-
 include/tpm-common.h                       |  19 ++
 include/tpm-v2.h                           |  33 ++++
 lib/physmem.c                              |   4 +-
 lib/tpm-common.c                           |   9 +-
 lib/tpm-v1.c                               |  22 +--
 test/dm/serial.c                           |  12 ++
 test/dm/sysreset.c                         |   4 +-
 test/dm/test-fdt.c                         |  82 ++++++++-
 tools/buildman/toolchain.py                |   8 +-
 43 files changed, 935 insertions(+), 79 deletions(-)
 create mode 100644 include/inttypes.h

Regards,
Simon


More information about the U-Boot mailing list