Hi Tom, please pull some updates and fixes for MIPS.
Gitlab CI: https://source.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/7255 Azure: https://dev.azure.com/danielschwierzeck/u-boot/_build/results?buildId=22&view=results The following changes since commit 842d049be23976ebcbb2522fa8d752d3aae8631a: Merge branch '2021-04-20-assorted-improvements' (2021-04-20 07:32:04 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-mips.git/ tags/mips-pull-2021-04-22 for you to fetch changes up to 91ce06ad340ef12fc3fd0ee3a5d040cc0bba731e: mips: octeon: octeon_ebb7304_defconfig: Enable USB storage support (2021-04-22 03:02:37 +0200) ---------------------------------------------------------------- - net: fix traffic problems in MSCC Jaguar 2 network driver - MIPS: mt7628: fix DDR memory init - MIPS: octeon: add MMC and USB support ---------------------------------------------------------------- Horatiu Vultur (2): net: jr2: Reset switch net: jr2: Fix Serdes6G configuration Stefan Roese (5): mmc: octeontx_hsmmc: Add support for MIPS Octeon mips: octeon: mrvl,cn73xx.dtsi: Add MMC DT node mips: octeon: mrvl,octeon_ebb7304.dts: Add MMC DT node mips: octeon: octeon_ebb7304_defconfig: Enable MMC support mips: octeon: octeon_ebb7304_defconfig: Enable USB storage support Weijie Gao (2): mips: mt7628: fix ddr_type for MT7688KN mips: mt7628: fix the displayed DDR type of mt7628 arch/mips/dts/mrvl,cn73xx.dtsi | 27 + arch/mips/dts/mrvl,octeon-ebb7304.dts | 57 ++ arch/mips/dts/mscc,jr2.dtsi | 6 +- arch/mips/mach-mtmips/mt7628/ddr.c | 6 +- arch/mips/mach-mtmips/mt7628/init.c | 3 + .../mach-octeon/include/mach/cvmx-mio-emm-defs.h | 614 +++++++++++++++++++++ configs/octeon_ebb7304_defconfig | 13 +- drivers/mmc/Kconfig | 10 +- drivers/mmc/octeontx_hsmmc.c | 195 +++++-- drivers/net/mscc_eswitch/jr2_switch.c | 43 +- 10 files changed, 906 insertions(+), 68 deletions(-) create mode 100644 arch/mips/mach-octeon/include/mach/cvmx-mio-emm-defs.h