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

Simon Glass sjg at chromium.org
Mon Oct 15 20:17:25 UTC 2018


Hi Tom,

The following changes since commit 6e7a186dc5d50f563e224e9ae7be70defff7ee0d:

  Merge tag 'arc-more-updates-for-2018.11-rc2-2' of
git://git.denx.de/u-boot-arc (2018-10-15 07:20:07 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/pull-15oct-18

for you to fetch changes up to 02f2d266c75106a2fefd1f4e8e6f703fe00ed21d:

  buildman: Add a --boards option to specify particular boards to
build (2018-10-15 08:20:43 -0600)

----------------------------------------------------------------
Bring in part of the regmap series (the part that builds)
Minor fixes in core driver model

----------------------------------------------------------------
Bin Meng (8):
      dm: cpu: Fix print_cpuinfo() output
      cpu: mpc83xx: Remove unnecessary characters in the description string
      dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()
      dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in
lists_bind_fdt()
      dm: Correct pre_reloc_only parameter description in several APIs' comments
      dm: core: Mirror the chosen node parse logic in the livetree scanning
      test: dm: core: Add a test case for driver marked with
DM_FLAG_PRE_RELOC flag
      timer: Sort Kconfig driver entries

Mario Six (8):
      test: regmap: Increase size of syscon0 memory
      regmap: Fix documentation
      regmap: Add documentation
      regmap: Improve error handling
      misc: Sort Makefile entries
      misc: Add gdsys_soc driver
      misc: Add IHS FPGA driver
      core: ofnode: Fix mem leak in error path

Simon Glass (2):
      sandbox: Try to start the RAM buffer at a particular address
      buildman: Add a --boards option to specify particular boards to build

 Documentation/devicetree/bindings/misc/gdsys,iocon_fpga.txt |  19 +
 Documentation/devicetree/bindings/misc/gdsys,iocpu_fpga.txt |  19 +
 Documentation/devicetree/bindings/misc/gdsys,soc.txt        |  16 +
 arch/sandbox/cpu/os.c                                       |   7 +-
 arch/sandbox/dts/test.dts                                   |   6 +-
 common/board_f.c                                            |   2 +-
 drivers/core/device.c                                       |   2 +-
 drivers/core/lists.c                                        |   9 +-
 drivers/core/ofnode.c                                       |   4 +-
 drivers/core/regmap.c                                       |  23 +
 drivers/core/root.c                                         |  20 +-
 drivers/core/util.c                                         |  25 +
 drivers/cpu/mpc83xx_cpu.c                                   |   2 +-
 drivers/misc/Kconfig                                        |  17 +
 drivers/misc/Makefile                                       |  60 +--
 drivers/misc/gdsys_soc.c                                    |  74 +++
 drivers/misc/gdsys_soc.h                                    |  23 +
 drivers/misc/ihs_fpga.c                                     | 867
++++++++++++++++++++++++++++++++++
 drivers/misc/ihs_fpga.h                                     |  49 ++
 drivers/serial/serial-uclass.c                              |   2 +-
 drivers/timer/Kconfig                                       | 110 ++---
 drivers/timer/timer-uclass.c                                |   2 +-
 include/dm/device-internal.h                                |   4 +-
 include/dm/lists.h                                          |   9 +-
 include/dm/root.h                                           |  17 +-
 include/dm/util.h                                           |  27 +-
 include/regmap.h                                            |  48 +-
 test/dm/bus.c                                               |   2 +-
 test/dm/regmap.c                                            |   2 +-
 test/dm/test-fdt.c                                          |  29 +-
 tools/buildman/README                                       |  12 +-
 tools/buildman/board.py                                     |  28 +-
 tools/buildman/cmdline.py                                   |   4 +-
 tools/buildman/control.py                                   |  20 +-
 tools/buildman/test.py                                      |  31 +-
 35 files changed, 1440 insertions(+), 151 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/misc/gdsys,iocon_fpga.txt
 create mode 100644 Documentation/devicetree/bindings/misc/gdsys,iocpu_fpga.txt
 create mode 100644 Documentation/devicetree/bindings/misc/gdsys,soc.txt
 create mode 100644 drivers/misc/gdsys_soc.c
 create mode 100644 drivers/misc/gdsys_soc.h
 create mode 100644 drivers/misc/ihs_fpga.c
 create mode 100644 drivers/misc/ihs_fpga.h

Regards,
Simon


More information about the U-Boot mailing list