From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 29 Oct 2020 15:31:27 +0100 Subject: Please pull u-boot-marvell/master Message-ID: <7baf36c8-13f5-cb11-c4cd-a783744dce89@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 at 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(-)