[U-Boot] Please pull u-boot-marvell/master
Stefan Roese
sr at denx.de
Wed Sep 19 15:12:03 UTC 2018
Hi Tom,
please pull the Marvell U-Boot patches with these changes:
- Multiples updates to the turris boards / platform
- Changes / enhancements to the Marvell PHY drivers, mainly
to support the turris platform
- Many fixes and enhancements to the pxa3xx NAND driver
- Fixes for the UART boot mode in kwboot
- Misc minor changes to other 32bit and 64bit boards
Thanks,
Stefan
The following changes since commit b57f1895b669e3fbdca486e7c40dfea00f22bb93:
Merge git://git.denx.de/u-boot-x86 (2018-09-17 08:04:25 -0400)
are available in the Git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to e32ac37119394f2d3c579b2cdd549bed59fb583f:
arm: mvebu: clearfog: enable eMMC boot partitions support (2018-09-19 14:00:06 +0200)
----------------------------------------------------------------
Baruch Siach (4):
doc/git-mailrc: add Stefan Roese to the kirkwood alias
arm64: mvebu: armada-8k: support environment in SD/eMMC
dts: mvebu: mcbin: drop redundant SD slot node
arm: mvebu: clearfog: enable eMMC boot partitions support
Boris Brezillon (1):
mtd: nand: pxa3xx: Fix READOOB implementation
Chris Packham (2):
Revert "arm: mvebu: fix boot from UART when in fallback mode"
ARM: mach-mvebu: handle fall-back to UART boot
David Sniatkiwicz (1):
fix: nand: pxa3xx: Add WA for eliminating flash ready timeout
Evgeni Dobrev (1):
Kirkwood: NAS220: remove bootdelay from CONFIG_EXTRA_ENV_SETTINGS
Jon Nettleton (1):
tools: kwboot: Make kwboot more robust on a38x
Konstantin Porotchkin (7):
mtd: nand: pxa3xx: add support for Toshiba flash
fix: nand: Replace hardcoded page chunk size with calculated one
nand: pxa3xx: cosmetic: add comments to the timing layout structures
nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND
fix: env: Fix the SPI flash device setup for DM mode
fix: mvebu: Add SPI parameters for environment setup
fix: cmd: mvebu: Exclude mvebu commands from SPL builds
Marek BehĂșn (6):
phy: marvell: Support changing SERDES map in board file
clk: armada-37xx-periph: Support changing clock parent and rate
board: turris_mox: Fix watchdog macro name
board: turris_mox: Enable PCI in defconfig
arch/arm/dts: Update Turris Mox device tree
board: turris_mox: Fixup U-Boot's device tree if PCIe connected
Ofer Heifetz (10):
mtd: nand: pxa3xx_nand: Increase initial buffer size
mtd: nand: pxa3xx_nand: use nand_to_mtd()
mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()
mtd: nand: pxa3xx_nand: fix early spurious interrupt
mtd: nand: pxa3xx-nand: fix random command timeouts
nand: pxa3xx: Increase READ_ID buffer and make the size static
mtd: pxa3xx_nand: Increase the initial chunk size
mtd: pxa3xx_nand: Fix initial controller configuration
mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
mtd: nand: pxa3xx_nand: add support for partial chunks
Rabeeh Khoury (1):
phy: marvell: add SATA comphy RX/TX polarity invert support
Victor Axelrod (1):
mtd: nand: pxa3xx: add support for 2KB 8-bit flash
MAINTAINERS | 3 +-
arch/arm/dts/armada-3720-turris-mox.dts | 17 +-
arch/arm/dts/armada-8040-mcbin.dts | 8 -
arch/arm/mach-mvebu/armada8k/cpu.c | 24 ++
arch/arm/mach-mvebu/include/mach/soc.h | 8 +-
arch/arm/mach-mvebu/spl.c | 15 +-
board/CZ.NIC/turris_mox/turris_mox.c | 88 ++++-
cmd/Makefile | 3 +-
configs/turris_mox_defconfig | 6 +
doc/git-mailrc | 2 +-
drivers/clk/mvebu/armada-37xx-periph.c | 130 ++++++-
drivers/mtd/nand/pxa3xx_nand.c | 447 ++++++++++++++++--------
drivers/phy/marvell/comphy_a3700.h | 2 +-
drivers/phy/marvell/comphy_core.c | 12 +-
drivers/phy/marvell/{comphy.h => comphy_core.h} | 16 +-
drivers/phy/marvell/comphy_cp110.c | 21 +-
drivers/phy/marvell/comphy_hpipe.h | 6 +
drivers/phy/marvell/comphy_mux.c | 2 +-
env/sf.c | 3 +-
include/configs/clearfog.h | 4 +
include/configs/db-88f6820-gp.h | 6 +
include/configs/mvebu_armada-8k.h | 3 +
include/configs/nas220.h | 1 -
include/mvebu/comphy.h | 22 ++
tools/kwboot.c | 14 +-
25 files changed, 664 insertions(+), 199 deletions(-)
rename drivers/phy/marvell/{comphy.h => comphy_core.h} (96%)
create mode 100644 include/mvebu/comphy.h
More information about the U-Boot
mailing list