From: Chris Packham <judge.packham@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH v1 0/7] ARM: kirkwood: migration to DM_USB
Date: Mon, 17 Dec 2018 21:35:22 +1300 [thread overview]
Message-ID: <20181217083529.19030-1-judge.packham@gmail.com> (raw)
This is my initial series to convert the kirkwood platforms to DM_USB.
I've been testing on an old kirkwood eval board which patch 2 adds. I've
got some problems related to DMA which I think are probably due to
caching or have something to do with the Z0 rev of the CPU.
I'd really appreciate some testing on other kirkwood platforms.
Chris Packham (7):
net: mvgbe: fallback phy-mode to GMII
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
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 | 73 ++++---------
arch/arm/mach-kirkwood/include/mach/cpu.h | 13 ++-
arch/arm/mach-kirkwood/include/mach/soc.h | 2 +-
arch/arm/mach-mvebu/Makefile | 1 +
arch/arm/mach-mvebu/mbus.c | 6 ++
board/Marvell/db-88f6281-bp/Kconfig | 12 +++
board/Marvell/db-88f6281-bp/MAINTAINERS | 10 ++
board/Marvell/db-88f6281-bp/Makefile | 3 +
board/Marvell/db-88f6281-bp/db-88f6281-bp.c | 103 +++++++++++++++++++
board/Marvell/db-88f6281-bp/kwbimage.cfg | 36 +++++++
configs/db-88f6281-bp-spi_defconfig | 55 ++++++++++
configs/db-88f6281-bp_defconfig | 54 ++++++++++
drivers/net/mvgbe.c | 6 +-
include/configs/db-88f6281-bp.h | 107 ++++++++++++++++++++
18 files changed, 591 insertions(+), 62 deletions(-)
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
create mode 100644 configs/db-88f6281-bp-spi_defconfig
create mode 100644 configs/db-88f6281-bp_defconfig
create mode 100644 include/configs/db-88f6281-bp.h
--
2.19.2
next reply other threads:[~2018-12-17 8:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-17 8:35 Chris Packham [this message]
2018-12-17 8:35 ` [U-Boot] [RFC PATCH v1 1/7] net: mvgbe: fallback phy-mode to GMII Chris Packham
2018-12-17 8:35 ` [U-Boot] [RFC PATCH v1 2/7] ARM: kirkwood: add db-88f6281-bp board Chris Packham
2018-12-17 8:35 ` [U-Boot] [RFC PATCH v1 3/7] ARM: kirkwood: rename KW_CPU_WIN_BASE to MVEBU_CPU_WIN_BASE Chris Packham
2018-12-17 8:35 ` [U-Boot] [RFC PATCH v1 4/7] ARM: kirkwood: remove KW_DEFADR_PCI_IO_REMAP Chris Packham
2018-12-17 8:35 ` [U-Boot] [RFC PATCH v1 5/7] ARM: kirkwood: switch to using mvebu mbus Chris Packham
2018-12-17 8:35 ` [U-Boot] [RFC PATCH v1 6/7] ARM: kirkwood: remove kw_config_adr_windows Chris Packham
2018-12-17 8:35 ` [U-Boot] [RFC PATCH v1 7/7] ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bp Chris Packham
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=20181217083529.19030-1-judge.packham@gmail.com \
--to=judge.packham@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox