All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: Please pull u-boot-dm
Date: Tue, 28 Jul 2020 20:38:59 -0600	[thread overview]
Message-ID: <CAPnjgZ17fXgnsSsL0q0=CZsvn0S1YXs8w7G+LwVCoNukxZ=sWA@mail.gmail.com> (raw)

Hi Tom,

The following changes since commit 3b191c56c841596771b4120f09fb556adf958b5c:

  Merge branch '2020-07-28-Kconfig-migrations' (2020-07-28 18:27:34 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-pull-28jul20

for you to fetch changes up to b9390ce51cb46f4b4acda320e7ea8e0bd120e4b8:

  dm: remove superfluous comment for union ofnode_union (2020-07-28
19:30:39 -0600)

----------------------------------------------------------------
Use binman instead of one of the Rockchip build scripts
Refactor to allow any arch to create SPI-flash images
New button uclass

----------------------------------------------------------------
Dan Murphy (1):
      dm: Fix build error when OF_CONTROL is not set

Heinrich Schuchardt (2):
      cmd: host: return value of do_host_bind()
      dm: remove superfluous comment for union ofnode_union

Patrick Oppenlander (1):
      sandbox: enable FIT cipher support in defconfig

Philippe Reynes (9):
      sandbox, test: change hog gpio
      dm: button: add an uclass for button
      dm: button: add a driver for button driven by gpio
      cmd: button: add a new 'button' command
      sandbox: dtsi: add buttons
      sandbox64: enable button
      sandbox: enable button
      test/py: add tests for the button commands
      test: dm: add a test for class button

Simon Glass (30):
      buildman: Allow using older versions of genboardscfg.py
      buildman: Correct the testOutputDir() unit test
      buildman: Show the build rate at the end
      x86: Change how selection of ROMs works
      rockchip: Allow Bob to use SPI boot
      Makefile: Allow building .rom files for non-x86 boards
      rockchip: jerry: Add serial support
      rockchip: bob: Support SPI-flash booting
      rockchip: Enable building a SPI ROM image on jerry
      rockchip: Enable building a SPI ROM image on bob
      tegra: Drop the unused non-binman code
      tegra: Don't enable binman on ARMv8 SoCs
      Makefile: Rename ALL-y to INPUTS-y
      powerpc: mpc85xx: Only enable binman when it is needed
      x86: Makefile: Drop explicit targets built by binman
      x86: Drop CONFIG_BUILD_ROM and repurpose BUILD_ROM
      sunxi: Makefile: Drop explicit targets built by binman
      tegra: Makefile: Drop explicit targets built by binman
      mediatek: Makefile: Drop explicit targets built by binman
      Makefile: Move CONFIG_TOOLS_DEBUG check to later
      Makefile: Fix a long line in cmd_mkfitimage
      Makefile: Allow CONFIG_SPL_FIT_GENERATOR to be empty
      Makefile: Warn against using CONFIG_SPL_FIT_GENERATOR
      rockchip: Convert evb-rk3288 over to use binman
      rockchip: Convert evb-rk3229 over to use binman
      rockchip: Drop the fit_spl_optee.sh script
      x86: Move the fdtmap away from the binary blobs
      x86: chromebook_link64: Correct the image layout
      x86: chromebook_panther: Correct the image layout
      x86: chromebook_samus_tpl: Correct the image layout

Walter Lozano (4):
      dtoc: add coverage test for unicode error
      dtoc: look for compatible string aliases in driver list
      drivers: avoid using aliases on drivers when OF_PLATDATA is enabled
      dtoc: remove compatible string aliases support

chenshuo (1):
      find dtb in android boot image with header version 2 during bootm

 Kconfig                                   |  29 +++++++-
 Makefile                                  | 169
+++++++++++++++++++++-------------------------
 arch/Kconfig                              |   1 +
 arch/arm/config.mk                        |  10 +--
 arch/arm/dts/rk3288-u-boot.dtsi           |  25 +++++++
 arch/arm/dts/rk3399-gru-u-boot.dtsi       |   4 ++
 arch/arm/dts/rk3399-gru.dtsi              |   2 +-
 arch/arm/dts/rk3399-u-boot.dtsi           |  27 ++++++++
 arch/arm/dts/rockchip-optee.dtsi          |  64 ++++++++++++++++++
 arch/arm/dts/rockchip-u-boot.dtsi         |  10 ++-
 arch/arm/mach-at91/config.mk              |   2 +-
 arch/arm/mach-davinci/config.mk           |   2 +-
 arch/arm/mach-k3/config.mk                |  10 +--
 arch/arm/mach-keystone/config.mk          |   4 +-
 arch/arm/mach-omap2/config.mk             |  28 ++++----
 arch/arm/mach-rmobile/Makefile            |   2 +-
 arch/arm/mach-rockchip/Kconfig            |   9 +++
 arch/arm/mach-rockchip/fit_spl_optee.sh   |  84 -----------------------
 arch/arm/mach-rockchip/rk3288/Kconfig     |   3 +
 arch/arm/mach-rockchip/rk3399/Kconfig     |   2 +
 arch/arm/mach-rockchip/spl.c              |   3 +-
 arch/arm/mach-stm32mp/config.mk           |   4 +-
 arch/arm/mach-tegra/Kconfig               |   2 +-
 arch/powerpc/Kconfig                      |   2 +-
 arch/sandbox/dts/sandbox.dtsi             |  14 ++++
 arch/sandbox/dts/test.dts                 |  22 ++++--
 arch/x86/Kconfig                          |  11 ++-
 arch/x86/cpu/quark/Kconfig                |   1 +
 arch/x86/dts/u-boot.dtsi                  |  10 ++-
 board/BuR/brppt1/config.mk                |   4 +-
 board/BuR/brppt2/config.mk                |   4 +-
 board/BuR/brsmarc1/config.mk              |   6 +-
 board/imgtec/boston/config.mk             |   2 +-
 board/intel/edison/config.mk              |   2 +-
 cmd/Kconfig                               |  11 +++
 cmd/Makefile                              |   1 +
 cmd/button.c                              |  86 +++++++++++++++++++++++
 cmd/host.c                                |   2 +-
 common/image-fdt.c                        |  16 ++++-
 configs/am335x_evm_defconfig              |   1 +
 configs/am335x_hs_evm_defconfig           |   1 +
 configs/am335x_hs_evm_uart_defconfig      |   1 +
 configs/am43xx_evm_defconfig              |   1 +
 configs/am43xx_evm_rtconly_defconfig      |   1 +
 configs/am43xx_evm_usbhost_boot_defconfig |   1 +
 configs/am43xx_hs_evm_defconfig           |   1 +
 configs/am57xx_evm_defconfig              |   1 +
 configs/am57xx_hs_evm_defconfig           |   1 +
 configs/am57xx_hs_evm_usb_defconfig       |   1 +
 configs/am65x_evm_a53_defconfig           |   1 +
 configs/am65x_evm_r5_defconfig            |   1 +
 configs/am65x_hs_evm_a53_defconfig        |   1 +
 configs/am65x_hs_evm_r5_defconfig         |   1 +
 configs/chromebook_bob_defconfig          |   4 +-
 configs/chromebook_jerry_defconfig        |   1 +
 configs/chromebook_link64_defconfig       |   2 +
 configs/chromebook_samus_tpl_defconfig    |   2 +-
 configs/chromebox_panther_defconfig       |   2 +
 configs/dh_imx6_defconfig                 |   1 +
 configs/display5_defconfig                |   1 +
 configs/display5_factory_defconfig        |   1 +
 configs/dra7xx_evm_defconfig              |   1 +
 configs/dra7xx_hs_evm_defconfig           |   1 +
 configs/dra7xx_hs_evm_usb_defconfig       |   1 +
 configs/evb-rk3229_defconfig              |   2 +-
 configs/evb-rk3288_defconfig              |   2 +-
 configs/imx6qdl_icore_mipi_defconfig      |   1 +
 configs/imx6qdl_icore_mmc_defconfig       |   1 +
 configs/imx6qdl_icore_rqs_defconfig       |   1 +
 configs/j721e_evm_a72_defconfig           |   1 +
 configs/j721e_evm_r5_defconfig            |   1 +
 configs/j721e_hs_evm_a72_defconfig        |   1 +
 configs/j721e_hs_evm_r5_defconfig         |   1 +
 configs/ls1046ardb_qspi_spl_defconfig     |   1 +
 configs/mccmon6_nor_defconfig             |   1 +
 configs/mccmon6_sd_defconfig              |   1 +
 configs/mx6sabreauto_defconfig            |   1 +
 configs/mx6sabresd_defconfig              |   1 +
 configs/pico-imx6_defconfig               |   1 +
 configs/qemu-x86_64_defconfig             |   2 +-
 configs/qemu-x86_defconfig                |   1 -
 configs/sandbox64_defconfig               |   2 +
 configs/sandbox_defconfig                 |   3 +
 configs/sandbox_spl_defconfig             |   1 +
 configs/socfpga_arria10_defconfig         |   1 +
 configs/stm32mp15_dhcom_basic_defconfig   |   1 +
 configs/stm32mp15_dhcor_basic_defconfig   |   1 +
 configs/wandboard_defconfig               |   1 +
 configs/xilinx_zynq_virt_defconfig        |   1 +
 drivers/Kconfig                           |   2 +
 drivers/Makefile                          |   1 +
 drivers/button/Kconfig                    |  21 ++++++
 drivers/button/Makefile                   |   6 ++
 drivers/button/button-gpio.c              | 112 ++++++++++++++++++++++++++++++
 drivers/button/button-uclass.c            |  43 ++++++++++++
 drivers/gpio/mxs_gpio.c                   |  10 +--
 drivers/mmc/mxsmmc.c                      |  10 +--
 drivers/spi/mxs_spi.c                     |  10 +--
 include/button.h                          |  59 ++++++++++++++++
 include/dm/ofnode.h                       |   2 +-
 include/dm/read.h                         |   2 +
 include/dm/uclass-id.h                    |   1 +
 scripts/Makefile.spl                      |  24 +++----
 test/dm/Makefile                          |   1 +
 test/dm/button.c                          |  74 ++++++++++++++++++++
 test/dm/gpio.c                            |  12 ++--
 test/py/tests/test_button.py              |  19 ++++++
 tools/binman/README                       |   2 +-
 tools/buildman/README                     |  13 ++++
 tools/buildman/builder.py                 |   3 +-
 tools/buildman/control.py                 |  10 ++-
 tools/buildman/test.py                    |   3 +-
 tools/dtoc/dtb_platdata.py                |  76 ++++++++++-----------
 tools/dtoc/dtoc_test_aliases.dts          |   5 ++
 tools/dtoc/dtoc_test_scan_drivers.cxx     |   1 +
 tools/dtoc/test_dtoc.py                   |  65 ++++++++----------
 116 files changed, 974 insertions(+), 365 deletions(-)
 create mode 100644 arch/arm/dts/rockchip-optee.dtsi
 delete mode 100755 arch/arm/mach-rockchip/fit_spl_optee.sh
 create mode 100644 cmd/button.c
 create mode 100644 drivers/button/Kconfig
 create mode 100644 drivers/button/Makefile
 create mode 100644 drivers/button/button-gpio.c
 create mode 100644 drivers/button/button-uclass.c
 create mode 100644 include/button.h
 create mode 100644 test/dm/button.c
 create mode 100644 test/py/tests/test_button.py
 create mode 100644 tools/dtoc/dtoc_test_scan_drivers.cxx

Regards,
Simon

             reply	other threads:[~2020-07-29  2:38 UTC|newest]

Thread overview: 154+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-29  2:38 Simon Glass [this message]
2020-07-30  0:03 ` Please pull u-boot-dm Simon Glass
2020-07-30 13:21 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-11-15 13:19 Simon Glass
2023-11-15 22:38 ` Tom Rini
2023-11-02 22:54 Simon Glass
2023-11-03 13:42 ` Tom Rini
2023-10-13 22:01 Simon Glass
2023-10-14 21:19 ` Tom Rini
2023-10-04 18:00 Simon Glass
2023-10-05 14:49 ` Tom Rini
2023-09-23 18:16 Simon Glass
2023-09-25 14:02 ` Tom Rini
2023-08-22 19:46 Simon Glass
2023-08-23 14:41 ` Tom Rini
2023-08-21 19:11 Simon Glass
2023-08-21 20:18 ` Tom Rini
2023-08-06  2:00 Simon Glass
2023-08-06 13:29 ` Tom Rini
2023-08-02 21:31 Simon Glass
2023-08-03 12:02 ` Tom Rini
2023-07-24 18:31 Simon Glass
2023-07-24 23:01 ` Tom Rini
2023-07-20 20:13 Simon Glass
2023-07-21 13:53 ` Tom Rini
2023-07-12 15:51 Simon Glass
2023-07-12 19:29 ` Tom Rini
2023-07-12 19:36   ` Tom Rini
2023-07-12 20:09     ` Simon Glass
2023-07-12 20:14       ` Tom Rini
2023-07-12 20:17         ` Simon Glass
2023-07-12 20:31           ` Tom Rini
2023-07-15 23:40             ` Simon Glass
2023-04-28 19:25 Simon Glass
2023-04-29 13:29 ` Tom Rini
2023-03-30 21:29 Simon Glass
2023-03-31 16:25 ` Tom Rini
2023-03-10 20:54 Simon Glass
2023-03-10 23:27 ` Tom Rini
2023-03-01 20:10 Simon Glass
2023-03-02 15:49 ` Tom Rini
2023-02-13  0:37 Simon Glass
2023-02-13 16:28 ` Tom Rini
2023-01-27  2:20 Simon Glass
2023-01-27 13:22 ` Tom Rini
2023-01-19  2:18 Simon Glass
2023-01-19 21:33 ` Tom Rini
2022-11-23  2:13 Simon Glass
2022-11-23 14:57 ` Tom Rini
2022-11-08 14:44 Simon Glass
2022-11-08 17:08 ` Tom Rini
2022-10-29 22:43 Simon Glass
2022-10-30 16:37 ` Tom Rini
2022-10-18 11:34 Simon Glass
2022-10-18 13:47 ` Tom Rini
2022-09-21  9:50 Simon Glass
2022-09-21 13:49 ` Tom Rini
2022-09-12 13:39 Simon Glass
2022-09-12 17:20 ` Tom Rini
2022-09-07 12:32 Simon Glass
2022-09-07 17:56 ` Tom Rini
2022-08-27  2:01 Simon Glass
2022-08-27 22:15 ` Tom Rini
2022-08-21  1:02 Simon Glass
2022-08-22  6:23 ` Stefan Herbrechtsmeier
2022-08-22 16:38   ` Simon Glass
2022-08-22 22:56 ` Tom Rini
2022-08-11  3:18 Simon Glass
2022-08-11 16:24 ` Tom Rini
2022-08-09 22:51 Simon Glass
2022-08-10 15:01 ` Tom Rini
2022-07-27  4:37 Simon Glass
2022-07-27 13:05 ` Tom Rini
2022-02-22 23:45 Simon Glass
2022-02-23 20:49 ` Tom Rini
2022-02-08 23:34 Simon Glass
2022-01-31 13:41 Simon Glass
2022-01-31 15:22 ` Tom Rini
2022-01-27  3:35 Simon Glass
2022-01-27 17:31 ` Tom Rini
2022-01-27 19:09   ` Simon Glass
2022-01-28  4:36     ` Tom Rini
2022-01-13 18:05 Simon Glass
2022-01-13 23:52 ` Tom Rini
2021-11-14  0:38 Simon Glass
2021-11-14 15:23 ` Tom Rini
2021-10-31 19:40 Simon Glass
2021-11-01  1:03 ` Tom Rini
2021-10-22  1:36 Simon Glass
2021-10-22 12:56 ` Tom Rini
2021-09-18 11:34 Simon Glass
2021-09-18 11:59 ` Ilias Apalodimas
2021-09-18 12:13   ` Simon Glass
2021-09-18 12:22     ` Ilias Apalodimas
2021-09-18 12:43       ` François Ozog
2021-09-18 15:31         ` Simon Glass
2021-09-18 12:14   ` Tom Rini
2021-09-18 12:19     ` Ilias Apalodimas
2021-09-19 16:51 ` Tom Rini
2021-08-09  2:32 Simon Glass
2021-08-09 18:46 ` Tom Rini
2021-08-01 18:08 Simon Glass
2021-08-02 16:05 ` Tom Rini
2021-07-22 13:07 Simon Glass
2021-07-22 19:00 ` Tom Rini
2021-07-07 15:58 Simon Glass
2021-07-07 23:28 ` Tom Rini
2021-06-06 16:42 Simon Glass
2021-06-07 11:22 ` Tom Rini
2021-04-29 23:16 Simon Glass
2021-04-30 11:16 ` Tom Rini
2021-04-06  7:14 Simon Glass
2021-04-06 17:48 ` Tom Rini
2021-03-04  3:27 Simon Glass
2021-03-04 18:13 ` Tom Rini
2021-02-04  4:30 Simon Glass
2021-02-04 21:58 ` Tom Rini
2021-01-31  3:28 Simon Glass
2021-02-01  0:44 ` Tom Rini
2020-11-15 14:11 Simon Glass
2020-11-16 14:49 ` Tom Rini
2020-11-05 17:22 Simon Glass
2020-11-09 12:59 ` Tom Rini
2020-10-30 19:13 Simon Glass
2020-10-31  2:54 ` Tom Rini
2020-10-06 17:36 Simon Glass
2020-10-07 21:25 ` Tom Rini
2020-08-22 23:21 Simon Glass
2020-08-24 13:05 ` Tom Rini
2020-07-20 20:19 Simon Glass
2020-07-23 18:25 ` Simon Glass
2020-07-24  1:09 ` Tom Rini
2020-07-24 12:41   ` Tom Rini
2020-07-27 14:54     ` Simon Glass
2020-07-27 14:55       ` Michal Simek
2020-07-27 14:59       ` Tom Rini
2020-07-10 17:07 Simon Glass
2020-07-11 12:57 ` Tom Rini
2020-05-30 15:16 Simon Glass
2020-05-31  0:10 ` Tom Rini
2020-04-27 15:20 Simon Glass
2020-04-28 13:52 ` Tom Rini
2020-04-21 15:14 Simon Glass
2020-04-22 12:58 ` Tom Rini
2020-04-10 13:57 Simon Glass
2020-04-10 19:14 ` Tom Rini
2020-04-01 15:03 Simon Glass
2020-04-02  0:43 ` Tom Rini
2020-03-03 23:53 Simon Glass
2020-03-04 15:41 ` Tom Rini
2020-01-08 18:04 Simon Glass
2020-01-09 18:42 ` Tom Rini
2019-12-03 16:52 Simon Glass
2019-12-04  4:03 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPnjgZ17fXgnsSsL0q0=CZsvn0S1YXs8w7G+LwVCoNukxZ=sWA@mail.gmail.com' \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.