From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-marvell/master
Date: Thu, 14 Jan 2016 14:28:20 +0100 [thread overview]
Message-ID: <5697A274.1020103@denx.de> (raw)
Hi Tom,
please pull all the pending Marvell patches, mostly Armada
XP and 38x related.
Thanks,
Stefan
The following changes since commit d29892ba854f40980b84f86566cd0c2308c66afe:
part_dos.c: Don't wrap to negative after 2G sectors (2016-01-13 16:33:20 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to f822d8578ba395d9af1cc315a2fb87b1eed3d355:
MAINTAINERS: Update Marvell custodianship (2016-01-14 14:17:36 +0100)
----------------------------------------------------------------
Phil Sutter (10):
drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY
README: Review the u-boot porting guide list
axp: Fix debugging support in DDR3 write leveling
drivers/pci/pci_mvebu: Fix for boards with X4 lanes
mvebu: axp: refactor board_sat_r_get() and caller
mvebu: Introduce kconfig symbols for SoC variants
mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BIT
mvebu: Add rudimental MV78230 support
mvebu: Support Synology DS414
mvebu: ds414: Implement Synology specific command set
Stefan Roese (34):
arm: mvebu/kirkwood: Use common timer functions
arm: mvebu: ddr: Fix compilation warning
arm: mvebu: Add DM and OF_CONTROL support to SPL
spi: kirkwood_spi.c: Prepare for driver model support
spi: kirkwood_spi.c: Add driver model support
arm: mvebu: Add SPI driver model support
arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board
arm: mvebu: armada-388-gp.dts: Add ethernet aliases
net: mvneta: Convert to driver model
arm: mvebu: Move some defines to common include file
arm: mvebu: Add SolidRun ClearFog Armada 38x initial support
arm: mvebu: db-mv784mp-gp: Switch from IDE to SATA support
arm: mvebu: db-mv784mp-gp: Enable common file-system support
arm: mvebu: db-mv784mp-gp: Enable cache command
arm: mvebu: Enable L2 cache on Armada XP
arm: mvebu: Add v7_outer_cache_disable function for AXP & A38x
arm: mvebu: Don't call arch_cpu_init() from SPL at all
arm: mvebu: Remove SYS_MALLOC_CLEAR_ON_INIT from DB-MV784MP-GP AXP board
arm: mvebu: Don't disable cache at startup on Armada XP at all
arm: mvebu: Simplify code in setup_usb_phys() a bit
arm: mvebu: Don't use 0 as board ID as its used for the custom boards
arm: mvebu: Add support for MV78260
arm: mvebu: Make ECC support configurable on Armada XP
arm: mvebu: Don't include "netdev.h" in cpu.c
arm: mvebu: Make serdes setup on Armada XP less noisy
arm: mvebu: Print CPU and SDRAM frequency upon startup
arm: mvebu: Consolidate board Kconfig options into one file
arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig
arm: mvebu: Remove leftover Makefile
arm: mvebu: Move SAR register defines into header
arm: mvebu: Make local structs static const
arm: mvebu: Add runtime boot-device detection
arm: mvebu: Add runtime detection of UART (xmodem) boot-mode
MAINTAINERS: Update Marvell custodianship
Tor Krill (1):
sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XP
MAINTAINERS | 4 +-
Makefile | 10 -
README | 11 +-
arch/arm/Kconfig | 9 +-
arch/arm/Makefile | 2 +-
arch/arm/dts/Makefile | 5 +-
arch/arm/dts/armada-370-xp.dtsi | 1 +
arch/arm/dts/armada-388-clearfog.dts | 509 ++++++++++
arch/arm/dts/armada-388-gp.dts | 9 +
arch/arm/dts/armada-38x.dtsi | 2 +
arch/arm/dts/armada-xp-gp.dts | 7 +
arch/arm/dts/armada-xp-maxbcm.dts | 249 +++++
arch/arm/dts/armada-xp-synology-ds414.dts | 337 +++++++
arch/arm/dts/armada-xp.dtsi | 1 +
arch/arm/mach-kirkwood/include/mach/config.h | 5 +
arch/arm/mach-mvebu/Kconfig | 63 +-
arch/arm/mach-mvebu/Makefile | 8 +-
arch/arm/mach-mvebu/cpu.c | 207 ++--
arch/arm/mach-mvebu/dram.c | 20 +-
arch/arm/mach-mvebu/include/mach/config.h | 26 +-
arch/arm/mach-mvebu/include/mach/cpu.h | 10 +
arch/arm/mach-mvebu/include/mach/soc.h | 63 +-
arch/arm/mach-mvebu/lowlevel_spl.S | 6 -
arch/arm/mach-mvebu/mbus.c | 2 +-
arch/arm/mach-mvebu/serdes/axp/board_env_spec.h | 4 +-
.../arm/mach-mvebu/serdes/axp/high_speed_env_lib.c | 88 +-
arch/arm/mach-mvebu/spl.c | 87 +-
arch/arm/mach-mvebu/timer.c | 136 +--
arch/arm/mach-mvebu/u-boot-spl.lds | 57 --
arch/arm/mvebu-common/Makefile | 14 -
board/Marvell/db-88f6820-gp/Kconfig | 12 -
board/Marvell/db-88f6820-gp/kwbimage.cfg | 2 +-
board/Marvell/db-mv784mp-gp/Kconfig | 12 -
board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c | 32 +-
board/Marvell/db-mv784mp-gp/kwbimage.cfg | 2 +-
board/Synology/common/Makefile | 7 +
board/Synology/common/cmd_syno.c | 227 +++++
board/Synology/ds414/Makefile | 7 +
board/Synology/ds414/ds414.c | 185 ++++
board/Synology/ds414/kwbimage.cfg | 12 +
board/maxbcm/Kconfig | 9 -
board/maxbcm/kwbimage.cfg | 2 +-
board/maxbcm/maxbcm.c | 20 +-
board/solidrun/clearfog/MAINTAINERS | 6 +
board/solidrun/clearfog/Makefile | 7 +
board/solidrun/clearfog/README | 18 +
board/solidrun/clearfog/clearfog.c | 156 +++
board/solidrun/clearfog/kwbimage.cfg | 12 +
configs/clearfog_defconfig | 21 +
configs/db-88f6820-gp_defconfig | 6 +
configs/db-mv784mp-gp_defconfig | 7 +
configs/ds414_defconfig | 18 +
configs/maxbcm_defconfig | 8 +-
drivers/Makefile | 4 +-
drivers/block/Makefile | 1 +
drivers/block/mvsata_ide.c | 6 +-
drivers/block/sata_mv.c | 1045 ++++++++++++++++++++
drivers/ddr/marvell/a38x/ddr3_debug.c | 15 -
drivers/ddr/marvell/a38x/ddr3_training_ip.h | 2 -
drivers/ddr/marvell/axp/ddr3_axp.h | 3 +
drivers/ddr/marvell/axp/ddr3_axp_config.h | 7 +-
drivers/ddr/marvell/axp/ddr3_axp_mc_static.h | 20 +-
drivers/ddr/marvell/axp/ddr3_write_leveling.c | 4 +-
drivers/i2c/mvtwsi.c | 2 +-
drivers/net/mvneta.c | 230 +++--
drivers/pci/pci_auto_old.c | 2 +-
drivers/pci/pci_mvebu.c | 14 +
drivers/spi/kirkwood_spi.c | 217 +++-
include/configs/clearfog.h | 176 ++++
include/configs/db-88f6820-gp.h | 25 +-
include/configs/db-mv784mp-gp.h | 60 +-
include/configs/ds414.h | 162 +++
include/configs/maxbcm.h | 15 +-
tools/Makefile | 2 +-
tools/kwboot.c | 14 +-
75 files changed, 4047 insertions(+), 719 deletions(-)
create mode 100644 arch/arm/dts/armada-388-clearfog.dts
create mode 100644 arch/arm/dts/armada-xp-maxbcm.dts
create mode 100644 arch/arm/dts/armada-xp-synology-ds414.dts
delete mode 100644 arch/arm/mach-mvebu/u-boot-spl.lds
delete mode 100644 arch/arm/mvebu-common/Makefile
delete mode 100644 board/Marvell/db-88f6820-gp/Kconfig
delete mode 100644 board/Marvell/db-mv784mp-gp/Kconfig
create mode 100644 board/Synology/common/Makefile
create mode 100644 board/Synology/common/cmd_syno.c
create mode 100644 board/Synology/ds414/Makefile
create mode 100644 board/Synology/ds414/ds414.c
create mode 100644 board/Synology/ds414/kwbimage.cfg
delete mode 100644 board/maxbcm/Kconfig
create mode 100644 board/solidrun/clearfog/MAINTAINERS
create mode 100644 board/solidrun/clearfog/Makefile
create mode 100644 board/solidrun/clearfog/README
create mode 100644 board/solidrun/clearfog/clearfog.c
create mode 100644 board/solidrun/clearfog/kwbimage.cfg
create mode 100644 configs/clearfog_defconfig
create mode 100644 configs/ds414_defconfig
create mode 100644 drivers/block/sata_mv.c
create mode 100644 include/configs/clearfog.h
create mode 100644 include/configs/ds414.h
next reply other threads:[~2016-01-14 13:28 UTC|newest]
Thread overview: 130+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-14 13:28 Stefan Roese [this message]
2016-01-14 18:04 ` [U-Boot] Please pull u-boot-marvell/master Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2016-01-27 6:58 Stefan Roese
2016-01-28 23:18 ` Tom Rini
2016-03-14 22:37 Luka Perkov
2016-03-15 11:52 ` Tom Rini
2016-03-24 10:09 Stefan Roese
2016-03-25 22:59 ` Tom Rini
2016-04-04 12:07 Stefan Roese
2016-04-05 0:01 ` Tom Rini
2016-04-06 13:47 Stefan Roese
2016-04-06 14:47 ` Tom Rini
2016-04-12 9:19 Stefan Roese
2016-04-12 17:23 ` Tom Rini
2016-04-12 17:23 ` Tom Rini
2016-05-20 9:10 Stefan Roese
2016-05-23 22:12 ` Tom Rini
2016-05-31 6:08 Stefan Roese
2016-05-31 14:50 ` Tom Rini
2016-08-26 6:46 Stefan Roese
2016-08-26 14:52 ` Tom Rini
2016-09-24 8:13 Stefan Roese
2016-09-24 16:04 ` Tom Rini
2016-09-27 15:33 Stefan Roese
2016-09-27 21:32 ` Tom Rini
2016-10-09 9:05 Stefan Roese
2016-10-13 0:48 ` Tom Rini
2016-12-01 12:57 Stefan Roese
2016-12-01 18:16 ` Tom Rini
2016-12-05 13:01 Stefan Roese
2016-12-05 16:01 ` Tom Rini
2016-12-12 10:47 Stefan Roese
2016-12-12 15:56 ` Tom Rini
2016-12-21 9:56 Stefan Roese
2016-12-21 13:06 ` Tom Rini
2017-01-25 7:46 Stefan Roese
2017-01-27 1:43 ` Tom Rini
2017-02-01 11:46 Stefan Roese
2017-02-01 21:33 ` Tom Rini
2017-02-17 11:15 Stefan Roese
2017-02-17 22:56 ` Tom Rini
2017-03-24 5:58 Stefan Roese
2017-03-24 17:36 ` Tom Rini
2017-03-29 9:24 Stefan Roese
2017-04-04 20:00 ` Tom Rini
2017-05-09 14:45 Stefan Roese
2017-05-09 23:49 ` Tom Rini
2017-05-31 9:02 Stefan Roese
2017-06-01 12:10 ` Tom Rini
2017-06-23 8:42 Stefan Roese
2017-06-23 13:22 ` Tom Rini
2017-07-12 6:00 Stefan Roese
2017-07-12 14:25 ` Tom Rini
2017-08-08 12:26 Stefan Roese
2017-08-09 15:26 ` Tom Rini
2017-08-10 8:26 Stefan Roese
2017-08-10 20:17 ` Tom Rini
2017-08-21 9:43 Stefan Roese
2017-08-22 20:53 ` Tom Rini
2017-08-30 8:06 Stefan Roese
2017-09-01 16:42 ` Tom Rini
2017-09-26 8:55 Stefan Roese
2017-09-27 2:45 ` Tom Rini
2017-11-16 13:09 Stefan Roese
2017-11-17 1:52 ` Tom Rini
2017-11-30 12:33 Stefan Roese
2017-11-30 18:45 ` Tom Rini
2018-01-10 11:40 Stefan Roese
2018-01-10 16:42 ` Tom Rini
2018-01-20 9:01 Stefan Roese
2018-01-20 16:58 ` Tom Rini
2018-01-29 12:42 Stefan Roese
2018-01-29 16:55 ` Tom Rini
2018-04-17 8:53 Stefan Roese
2018-04-17 19:39 ` Tom Rini
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-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-06-05 9:33 Stefan Roese
2018-06-05 14:14 ` Tom Rini
2018-08-07 13:10 Stefan Roese
2018-08-08 1:35 ` Tom Rini
2018-09-19 15:12 Stefan Roese
2018-09-20 13:24 ` Tom Rini
2018-11-20 12:15 Stefan Roese
2018-11-20 21:48 ` Tom Rini
2018-11-30 14:45 Stefan Roese
2018-11-30 22:09 ` Tom Rini
2018-12-09 10:15 Stefan Roese
2018-12-09 21:44 ` Chris Packham
2018-12-09 22:11 ` Tom Rini
2018-12-21 15:31 Stefan Roese
2018-12-23 17:31 ` Tom Rini
2019-01-21 10:52 Stefan Roese
2019-01-22 2:29 ` Tom Rini
2019-02-05 13:36 Stefan Roese
2019-02-08 3:13 ` Tom Rini
2019-02-11 12:34 Stefan Roese
2019-02-11 22:41 ` Tom Rini
2019-03-19 12:49 Stefan Roese
2019-03-20 13:46 ` Tom Rini
2019-04-11 12:34 Stefan Roese
2019-04-11 14:49 ` Tom Rini
2019-04-11 14:51 ` Stefan Roese
2019-04-11 14:52 ` Tom Rini
2019-04-26 10:58 Stefan Roese
2019-04-27 14:48 ` Tom Rini
2019-05-03 11:49 Stefan Roese
2019-05-04 17:01 ` Tom Rini
2019-05-09 10:08 Stefan Roese
2019-05-09 22:25 ` Tom Rini
2019-05-20 7:59 Stefan Roese
2019-05-20 17:53 ` Tom Rini
2019-05-27 11:35 Stefan Roese
2019-05-27 18:35 ` Tom Rini
2019-06-04 6:39 Stefan Roese
2019-06-05 14:24 ` Tom Rini
2019-07-11 16:01 Stefan Roese
2019-07-12 13:32 ` Tom Rini
2019-08-12 12:08 Stefan Roese
2019-08-13 16:50 ` Tom Rini
2019-11-14 7:39 Stefan Roese
2019-11-18 2:14 ` 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=5697A274.1020103@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox