All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-marvell/master
Date: Thu, 11 Apr 2019 14:34:01 +0200	[thread overview]
Message-ID: <031ab2a5-8643-af1d-6230-83ac6f742326@denx.de> (raw)

Hi Tom,

please pull the following Marvell related patches:

----------------------------------------------------------------
- Misc dts files sync'ed with Linux version (Chris)
- Orion watchdog fix (Chris)
- kwbimage changed to also support Marvell bin_hdr binary (Chris)
- Add DM support to enable CONFIG_BLK for sata_mv (Stefan)
- Enable BLK on multiple platforms (Stefan)
- Misc minor fixes to AXP theadorable board (Stefan)
- Correct logic for DM_SCSI + unconverted drivers check (stefan)
- Add Kirkwood db-88f6281-bp board (Chris)
- Misc changes to kirkwood to enable DM_USB here (Chris)
- Change ahci_mvebu to enable usage on A38x (Baruch)
- Update the kirkwood entry in git-mailrc (Baruch)
- Misc minor improvements (turris, documentation) (Baruch)
- Enhance sata_mv to support Kirkwood as well (Michael)
- Add wdt command (Michael)
- Add Marvell integrated CPUs (MSYS) support with DB-XC3-24G4XG
   board support (Chris)
----------------------------------------------------------------

Thanks,
Stefan


The following changes since commit 7e9d5d4167921802d0e956f803392a2437f92bf5:

   test.py: Disable fsck for FAT tests for now (2019-04-11 08:41:16 +0200)

are available in the Git repository at:

   git://www.denx.de/git/u-boot-marvell.git

for you to fetch changes up to ea755051738cfc46721351935a09036500e86053:

   ARM: kirkwood: remove obsolete call to icache_enable (2019-04-11 13:42:13 +0200)

----------------------------------------------------------------
Baruch Siach (6):
       ARM: mvebu: define board_ahci_enable() for A38x
       ata: ahci_mvebu: add support for Armada 38x
       git-mailrc: update the kirkwood entry
       arm: mvebu: clearfog: document eMMC installation
       mvebu: drop dangling SPI flash comments and #ifdefs
       arm: mvebu: turris_omnia: select Kconfig SPI_FLASH_SPANSION

Chris Packham (20):
       arm: sync armada-xp dts files from Linux 5.0
       watchdog: orion_wdt: support SPL usage
       watchdog: orion_wdt: take timeout value in ms
       arm: mvebu: x530: Enable watchdog in SPL and U-Boot
       tools: kwbimage: don't adjust for image_header for Armada MSYS
       ARM: kirkwood: add db-88f6281-bp board
       ARM: kirkwood: rename KW_CPU_WIN_BASE to MVEBU_CPU_WIN_BASE
       ARM: kirkwood: remove KW_DEFADR_PCI_IO_REMAP
       ARM: kirkwood: switch to using mvebu mbus
       ARM: kirkwood: remove kw_config_adr_windows
       ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bp
       ARM: kirkwood: enable CONFIG_DM_USB for {dream, guru, sheeva}plug
       ARM: kirkwood: enable CONFIG_DM_USB for dns325
       ARM: kirkwood: enable CONFIG_DM_USB for ds109
       ARM: kirkwood: enable CONFIG_DM_USB for goflexhome
       ARM: kirkwood: enable CONFIG_DM_USB for lschlv2 and lsxhl
       ARM: kirkwood: enable CONFIG_DM_USB for nas220
       arm: mvebu: Add Marvell's integrated CPUs
       arm: mvebu: NAND clock support for MSYS devices
       arm: mvebu: Add DB-XC3-24G4XG board

Leigh Brown (1):
       ARM: kirkwood: remove obsolete call to icache_enable

Michael Walle (5):
       sata: sata_mv: use correct format specifier in debug()
       sata: sata_mv: support kirkwood architecture
       sata: sata_mv: add orion-sata compatible string
       arm: kirkwood: lsxl: enable DM for SATA
       cmd: add wdt command

Stefan Roese (8):
       sata: sata_mv: Add DM support to enable CONFIG_BLK usage
       arm: mvebu: theadorable_debug_defconfig: Enable CONFIG_BLK
       arm: mvebu: db-mv784mp-gp_defconfig: Enable CONFIG_BLK
       arm: mvebu: theadorable: Add test for ctrl-c in PCIe PEX switch test
       Makefile: Correct logic for DM_SCSI + unconverted drivers check
       arm: mvebu: ds412: Enable CONFIG_BLK
       arm: mvebu: AXP: Enhance PCIe port capability configuration
       arm: mvebu: Fix Kconfig dependency warnings

  Makefile                                           |  19 +-
  arch/arm/dts/Makefile                              |   5 +-
  arch/arm/dts/armada-370-xp.dtsi                    | 133 ++++----
  arch/arm/dts/armada-385-atl-x530-u-boot.dtsi       |   4 +
  arch/arm/dts/armada-xp-98dx3236.dtsi               | 343 ++++++++++++++++++++
  arch/arm/dts/armada-xp-98dx3336.dtsi               |  39 +++
  arch/arm/dts/armada-xp-98dx4251.dtsi               |  54 ++++
  arch/arm/dts/armada-xp-db-xc3-24g4xg-u-boot.dtsi   |  24 ++
  arch/arm/dts/armada-xp-db-xc3-24g4xg.dts           | 110 +++++++
  arch/arm/dts/armada-xp-gp.dts                      | 167 +++++-----
  arch/arm/dts/armada-xp-maxbcm.dts                  |  24 +-
  arch/arm/dts/armada-xp-mv78230.dtsi                |  55 +---
  arch/arm/dts/armada-xp-mv78260.dtsi                |  58 +---
  arch/arm/dts/armada-xp-mv78460.dtsi                |  58 +---
  arch/arm/dts/armada-xp-synology-ds414.dts          | 199 ++++++------
  arch/arm/dts/armada-xp-theadorable.dts             |  69 ++--
  arch/arm/dts/armada-xp.dtsi                        | 214 +++++++------
  arch/arm/dts/kirkwood-db-88f6281-spi.dts           |  48 +++
  arch/arm/dts/kirkwood-db-88f6281.dts               |  26 ++
  arch/arm/dts/kirkwood-db.dtsi                      |  94 ++++++
  arch/arm/mach-kirkwood/Kconfig                     |   4 +
  arch/arm/mach-kirkwood/cpu.c                       |  74 ++---
  arch/arm/mach-kirkwood/include/mach/cpu.h          |  13 +-
  arch/arm/mach-kirkwood/include/mach/soc.h          |   2 +-
  arch/arm/mach-mvebu/Kconfig                        |  34 +-
  arch/arm/mach-mvebu/Makefile                       |   2 +
  arch/arm/mach-mvebu/cpu.c                          |  46 ++-
  arch/arm/mach-mvebu/include/mach/config.h          |   2 +-
  arch/arm/mach-mvebu/include/mach/cpu.h             |   3 +
  arch/arm/mach-mvebu/include/mach/soc.h             |  31 ++
  arch/arm/mach-mvebu/mbus.c                         |   9 +
  .../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c |   8 +-
  board/CZ.NIC/turris_omnia/turris_omnia.c           |   2 +-
  board/Marvell/db-88f6281-bp/Kconfig                |  12 +
  board/Marvell/db-88f6281-bp/MAINTAINERS            |  10 +
  board/Marvell/db-88f6281-bp/Makefile               |  12 +
  board/Marvell/db-88f6281-bp/db-88f6281-bp.c        | 103 ++++++
  board/Marvell/db-88f6281-bp/kwbimage.cfg.in        |  36 +++
  board/Marvell/db-xc3-24g4xg/.gitignore             |   1 +
  board/Marvell/db-xc3-24g4xg/MAINTAINERS            |   7 +
  board/Marvell/db-xc3-24g4xg/Makefile               |  14 +
  board/Marvell/db-xc3-24g4xg/README                 |   4 +
  board/Marvell/db-xc3-24g4xg/binary.0               |  11 +
  board/Marvell/db-xc3-24g4xg/db-xc3-24g4xg.c        |  68 ++++
  board/Marvell/db-xc3-24g4xg/kwbimage.cfg.in        |  12 +
  board/Synology/ds414/ds414.c                       |   4 +-
  board/alliedtelesis/x530/x530.c                    |  48 +++
  board/maxbcm/maxbcm.c                              |   2 +-
  board/solidrun/clearfog/README                     |  23 ++
  board/theadorable/theadorable.c                    |  38 ++-
  cmd/Kconfig                                        |   6 +
  cmd/Makefile                                       |   1 +
  cmd/wdt.c                                          | 174 ++++++++++
  configs/db-88f6281-bp-nand_defconfig               |  54 ++++
  configs/db-88f6281-bp-spi_defconfig                |  56 ++++
  configs/db-mv784mp-gp_defconfig                    |   1 +
  configs/db-xc3-24g4xg_defconfig                    |  55 ++++
  configs/dns325_defconfig                           |   2 +
  configs/dreamplug_defconfig                        |   2 +
  configs/ds109_defconfig                            |   2 +
  configs/ds414_defconfig                            |   1 +
  configs/goflexhome_defconfig                       |   2 +
  configs/guruplug_defconfig                         |   2 +
  configs/lschlv2_defconfig                          |   6 +-
  configs/lsxhl_defconfig                            |   6 +-
  configs/nas220_defconfig                           |   2 +
  configs/sheevaplug_defconfig                       |   1 +
  configs/theadorable_debug_defconfig                |   1 +
  configs/turris_omnia_defconfig                     |   1 +
  configs/x530_defconfig                             |   5 +
  doc/git-mailrc                                     |   4 +-
  drivers/ata/Kconfig                                |   2 +
  drivers/ata/ahci_mvebu.c                           |   1 +
  drivers/ata/sata_mv.c                              | 354 ++++++++++++---------
  drivers/ddr/marvell/axp/xor_regs.h                 |   4 +
  drivers/watchdog/Kconfig                           |   1 +
  drivers/watchdog/orion_wdt.c                       |  27 +-
  include/configs/clearfog.h                         |   2 -
  include/configs/db-88f6281-bp.h                    |  99 ++++++
  include/configs/db-88f6720.h                       |   2 -
  include/configs/db-88f6820-amc.h                   |   2 -
  include/configs/db-88f6820-gp.h                    |   6 -
  include/configs/db-mv784mp-gp.h                    |   2 -
  include/configs/db-xc3-24g4xg.h                    |  41 +++
  include/configs/ds414.h                            |   2 -
  include/configs/helios4.h                          |   2 -
  include/configs/lsxl.h                             |  23 +-
  include/configs/mvebu_armada-8k.h                  |   4 -
  include/configs/theadorable.h                      |   2 -
  include/configs/turris_mox.h                       |   4 -
  include/configs/turris_omnia.h                     |   3 -
  tools/kwbimage.c                                   |   7 +
  92 files changed, 2510 insertions(+), 842 deletions(-)
  create mode 100644 arch/arm/dts/armada-xp-98dx3236.dtsi
  create mode 100644 arch/arm/dts/armada-xp-98dx3336.dtsi
  create mode 100644 arch/arm/dts/armada-xp-98dx4251.dtsi
  create mode 100644 arch/arm/dts/armada-xp-db-xc3-24g4xg-u-boot.dtsi
  create mode 100644 arch/arm/dts/armada-xp-db-xc3-24g4xg.dts
  create mode 100644 arch/arm/dts/kirkwood-db-88f6281-spi.dts
  create mode 100644 arch/arm/dts/kirkwood-db-88f6281.dts
  create mode 100644 arch/arm/dts/kirkwood-db.dtsi
  create mode 100644 board/Marvell/db-88f6281-bp/Kconfig
  create mode 100644 board/Marvell/db-88f6281-bp/MAINTAINERS
  create mode 100644 board/Marvell/db-88f6281-bp/Makefile
  create mode 100644 board/Marvell/db-88f6281-bp/db-88f6281-bp.c
  create mode 100644 board/Marvell/db-88f6281-bp/kwbimage.cfg.in
  create mode 100644 board/Marvell/db-xc3-24g4xg/.gitignore
  create mode 100644 board/Marvell/db-xc3-24g4xg/MAINTAINERS
  create mode 100644 board/Marvell/db-xc3-24g4xg/Makefile
  create mode 100644 board/Marvell/db-xc3-24g4xg/README
  create mode 100644 board/Marvell/db-xc3-24g4xg/binary.0
  create mode 100644 board/Marvell/db-xc3-24g4xg/db-xc3-24g4xg.c
  create mode 100644 board/Marvell/db-xc3-24g4xg/kwbimage.cfg.in
  create mode 100644 cmd/wdt.c
  create mode 100644 configs/db-88f6281-bp-nand_defconfig
  create mode 100644 configs/db-88f6281-bp-spi_defconfig
  create mode 100644 configs/db-xc3-24g4xg_defconfig
  create mode 100644 include/configs/db-88f6281-bp.h
  create mode 100644 include/configs/db-xc3-24g4xg.h

             reply	other threads:[~2019-04-11 12:34 UTC|newest]

Thread overview: 130+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-11 12:34 Stefan Roese [this message]
2019-04-11 14:49 ` [U-Boot] Please pull u-boot-marvell/master Tom Rini
2019-04-11 14:51   ` Stefan Roese
2019-04-11 14:52     ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-11-14  7:39 Stefan Roese
2019-11-18  2:14 ` Tom Rini
2019-08-12 12:08 Stefan Roese
2019-08-13 16:50 ` Tom Rini
2019-07-11 16:01 Stefan Roese
2019-07-12 13:32 ` Tom Rini
2019-06-04  6:39 Stefan Roese
2019-06-05 14:24 ` Tom Rini
2019-05-27 11:35 Stefan Roese
2019-05-27 18:35 ` Tom Rini
2019-05-20  7:59 Stefan Roese
2019-05-20 17:53 ` Tom Rini
2019-05-09 10:08 Stefan Roese
2019-05-09 22:25 ` Tom Rini
2019-05-03 11:49 Stefan Roese
2019-05-04 17:01 ` Tom Rini
2019-04-26 10:58 Stefan Roese
2019-04-27 14:48 ` Tom Rini
2019-03-19 12:49 Stefan Roese
2019-03-20 13:46 ` Tom Rini
2019-02-11 12:34 Stefan Roese
2019-02-11 22:41 ` Tom Rini
2019-02-05 13:36 Stefan Roese
2019-02-08  3:13 ` Tom Rini
2019-01-21 10:52 Stefan Roese
2019-01-22  2:29 ` Tom Rini
2018-12-21 15:31 Stefan Roese
2018-12-23 17:31 ` Tom Rini
2018-12-09 10:15 Stefan Roese
2018-12-09 21:44 ` Chris Packham
2018-12-09 22:11 ` Tom Rini
2018-11-30 14:45 Stefan Roese
2018-11-30 22:09 ` Tom Rini
2018-11-20 12:15 Stefan Roese
2018-11-20 21:48 ` Tom Rini
2018-09-19 15:12 Stefan Roese
2018-09-20 13:24 ` Tom Rini
2018-08-07 13:10 Stefan Roese
2018-08-08  1:35 ` Tom Rini
2018-06-05  9:33 Stefan Roese
2018-06-05 14:14 ` Tom Rini
2018-05-16 12:05 Stefan Roese
2018-05-16 15:37 ` Tom Rini
2018-05-17  8:36   ` Chris Packham
2018-05-17  8:45     ` Chris Packham
2018-05-17  8:48       ` Stefan Roese
2018-05-17  9:06         ` Chris Packham
2018-05-14 11:58 Stefan Roese
2018-05-14 15:11 ` Tom Rini
2018-05-14 15:16   ` Stefan Roese
2018-05-15  1:23     ` Chris Packham
2018-04-17  8:53 Stefan Roese
2018-04-17 19:39 ` Tom Rini
2018-01-29 12:42 Stefan Roese
2018-01-29 16:55 ` Tom Rini
2018-01-20  9:01 Stefan Roese
2018-01-20 16:58 ` Tom Rini
2018-01-10 11:40 Stefan Roese
2018-01-10 16:42 ` Tom Rini
2017-11-30 12:33 Stefan Roese
2017-11-30 18:45 ` Tom Rini
2017-11-16 13:09 Stefan Roese
2017-11-17  1:52 ` Tom Rini
2017-09-26  8:55 Stefan Roese
2017-09-27  2:45 ` Tom Rini
2017-08-30  8:06 Stefan Roese
2017-09-01 16:42 ` Tom Rini
2017-08-21  9:43 Stefan Roese
2017-08-22 20:53 ` Tom Rini
2017-08-10  8:26 Stefan Roese
2017-08-10 20:17 ` Tom Rini
2017-08-08 12:26 Stefan Roese
2017-08-09 15:26 ` Tom Rini
2017-07-12  6:00 Stefan Roese
2017-07-12 14:25 ` Tom Rini
2017-06-23  8:42 Stefan Roese
2017-06-23 13:22 ` Tom Rini
2017-05-31  9:02 Stefan Roese
2017-06-01 12:10 ` Tom Rini
2017-05-09 14:45 Stefan Roese
2017-05-09 23:49 ` Tom Rini
2017-03-29  9:24 Stefan Roese
2017-04-04 20:00 ` Tom Rini
2017-03-24  5:58 Stefan Roese
2017-03-24 17:36 ` Tom Rini
2017-02-17 11:15 Stefan Roese
2017-02-17 22:56 ` Tom Rini
2017-02-01 11:46 Stefan Roese
2017-02-01 21:33 ` Tom Rini
2017-01-25  7:46 Stefan Roese
2017-01-27  1:43 ` Tom Rini
2016-12-21  9:56 Stefan Roese
2016-12-21 13:06 ` Tom Rini
2016-12-12 10:47 Stefan Roese
2016-12-12 15:56 ` Tom Rini
2016-12-05 13:01 Stefan Roese
2016-12-05 16:01 ` Tom Rini
2016-12-01 12:57 Stefan Roese
2016-12-01 18:16 ` Tom Rini
2016-10-09  9:05 Stefan Roese
2016-10-13  0:48 ` Tom Rini
2016-09-27 15:33 Stefan Roese
2016-09-27 21:32 ` Tom Rini
2016-09-24  8:13 Stefan Roese
2016-09-24 16:04 ` Tom Rini
2016-08-26  6:46 Stefan Roese
2016-08-26 14:52 ` Tom Rini
2016-05-31  6:08 Stefan Roese
2016-05-31 14:50 ` Tom Rini
2016-05-20  9:10 Stefan Roese
2016-05-23 22:12 ` Tom Rini
2016-04-12  9:19 Stefan Roese
2016-04-12 17:23 ` Tom Rini
2016-04-12 17:23 ` Tom Rini
2016-04-06 13:47 Stefan Roese
2016-04-06 14:47 ` Tom Rini
2016-04-04 12:07 Stefan Roese
2016-04-05  0:01 ` Tom Rini
2016-03-24 10:09 Stefan Roese
2016-03-25 22:59 ` Tom Rini
2016-03-14 22:37 Luka Perkov
2016-03-15 11:52 ` Tom Rini
2016-01-27  6:58 Stefan Roese
2016-01-28 23:18 ` Tom Rini
2016-01-14 13:28 Stefan Roese
2016-01-14 18:04 ` 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=031ab2a5-8643-af1d-6230-83ac6f742326@denx.de \
    --to=sr@denx.de \
    --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.