[U-Boot] Please pull ARC fixes for v2020.01-rc2

Alexey Brodkin Alexey.Brodkin at synopsys.com
Fri Nov 1 14:04:44 UTC 2019


Hi Tom,

The following changes since commit 82679624f9aa6d1be733c46f3555d5166b6f5b72:

  Merge branch '2019-10-30-master-imports' (2019-11-01 09:23:21 -0400)

are available in the Git repository at:

  git at gitlab.denx.de:u-boot/custodians/u-boot-arc.git tags/arc-fixes-for-2020.01-rc2

for you to fetch changes up to 3f6b4ea225656b41613fd538925e29141f22c4a7:

  arc: emsdp: docs: Prefer Degilent over Opella-XD (2019-11-01 16:45:40 +0300)

Please note that there's something new in this pull-request which is
reset driver for ARC HSDK board. Due to ELCE and preparations [as always :(]
I completely forgot to send out ARC changes in time of merge window.

That said if you prefer I may re-send you the same pull-request with
HSDK reset driver removed so that only real fixes will be in.

Sorry for that anyways.

----------------------------------------------------------------
ARC fixes for v2020.01-rc2

The main change is move to DM_MMC of yet 2 another ARC boards:
AXS101 & IoTDK.

Among that we improve handling of stock-formatted SD-cards of high volume
on EM SDP as well as introduction of reset driver for HSDK which is required
for prepser reinitialization of some peripherals like USB etc.

----------------------------------------------------------------
Alexey Brodkin (3):
      arc: emsdp: Increase max FAT cluster size
      arc: emsdp/iotdk: Switch to DM_MMC
      arc: emsdp: docs: Prefer Degilent over Opella-XD

Eugeniy Paltsev (3):
      ARC: HSDK: introduce reset driver
      MAINTAINERS: add info about ARC HSDK reset driver
      ARC: [plat-axs101]: migrate to DM_MMC

 MAINTAINERS                                 |   7 +++++++
 arch/arc/dts/emsdp.dts                      |  23 +++++++++++++++++++++++
 arch/arc/dts/iot_devkit.dts                 |  22 ++++++++++++++++++++++
 board/synopsys/emsdp/README                 |   2 +-
 board/synopsys/emsdp/emsdp.c                |  29 -----------------------------
 board/synopsys/iot_devkit/iot_devkit.c      |  32 --------------------------------
 configs/axs101_defconfig                    |   2 ++
 configs/emsdp_defconfig                     |   4 +++-
 configs/iot_devkit_defconfig                |   2 ++
 drivers/reset/Kconfig                       |   7 +++++++
 drivers/reset/Makefile                      |   1 +
 drivers/reset/reset-hsdk.c                  | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/dt-bindings/reset/snps,hsdk-reset.h |  17 +++++++++++++++++
 13 files changed, 201 insertions(+), 63 deletions(-)
 create mode 100644 drivers/reset/reset-hsdk.c
 create mode 100644 include/dt-bindings/reset/snps,hsdk-reset.h

Regards,
Alexey


More information about the U-Boot mailing list