mbox series

Please pull u-boot-marvell/master

Message ID 7baf36c8-13f5-cb11-c4cd-a783744dce89@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master | expand

Pull-request

git@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

Message

Stefan Roese Oct. 29, 2020, 2:31 p.m. UTC
Hi Tom,

please pull an update of Marvell Armada & Octeon TX/TX2 related
patches. Here the summary log:

----------------------------------------------------------------
- Armada 8k: Add NAND support via PXA3xx NAND driver (Baruch)
- Armada 8k: Use ATF serdes init instead of the "old" U-Boot version
   (Baruch)
- Minor update to Octeon TX/TX2 defconfig (Stefan)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=63&view=results

Thanks,
Stefan


The following changes since commit 81a659e10a10020cfb03abd4794103194add1f3a:

   Prepare v2021.01-rc1 (2020-10-28 16:30:06 -0400)

are available in the Git repository at:

   git@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to aaedaaae63921c7edefd0f14ec5f1921a7641454:

   mtd: nand: pxa3xx: enable NAND controller if the SoC needs it 
(2020-10-29 12:31:38 +0100)

----------------------------------------------------------------
Baruch Siach (2):
       arm: dts: armada-cp110-master: update nand-controller
       mtd: pxa3xx_nand: remove dead code

Grzegorz Jaszczyk (2):
       phy: marvell: cp110: let the firmware configure the comphy
       phy: marvell: cp110: let the firmware configure comphy for PCIe

Igal Liberman (1):
       phy: marvell: cp110: update mode parameter for pcie power on calls

Shmuel Hazan (3):
       arm: dts: armada-cp110-slave: add missing cps_nand
       mtd: pxa3xx_nand: port to use driver model
       mtd: nand: pxa3xx: enable NAND controller if the SoC needs it

Stefan Roese (1):
       arm: octeontx: Enable network support in supported boards

  arch/arm/dts/armada-cp110-master.dtsi |   15 +-
  arch/arm/dts/armada-cp110-slave.dtsi  |   16 +
  configs/octeontx2_95xx_defconfig      |    2 +
  configs/octeontx2_96xx_defconfig      |    2 +
  configs/octeontx_81xx_defconfig       |    2 +
  configs/octeontx_83xx_defconfig       |    2 +
  drivers/mtd/nand/raw/Kconfig          |    3 +
  drivers/mtd/nand/raw/pxa3xx_nand.c    |  180 ++---
  drivers/phy/marvell/comphy_cp110.c    | 1270 
+++------------------------------
  9 files changed, 238 insertions(+), 1254 deletions(-)

Comments

Tom Rini Oct. 30, 2020, 6:46 p.m. UTC | #1
On Thu, Oct 29, 2020 at 03:31:27PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull an update of Marvell Armada & Octeon TX/TX2 related
> patches. Here the summary log:
> 

Applied to u-boot/master, thanks!