Re: [PULL] u-boot-mips for v2022.10

2022-07-14 Thread Tom Rini
On Thu, Jul 14, 2022 at 11:16:02AM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> this time with all Kconfig migrations from -next included ;)
> 
> Gitlab CI:
>   https://source.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/12740
> 
> Azure:
>   
> https://dev.azure.com/danielschwierzeck/u-boot/_build/results?buildId=31=results
> 
> 
> 
> The following changes since commit 357fa8bb4d40abf411a6cca70f5a2dd6413028ea:
> 
>   Merge tag 'u-boot-stm32-20220712' of 
> https://source.denx.de/u-boot/custodians/u-boot-stm (2022-07-13 08:09:20 
> -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-mips.git/ 
> tags/mips-pull-2022-07-13
> 
> for you to fetch changes up to dd6bf539e88aff1b8caeeccbe9af59b2191a178b:
> 
>   MAINTAINERS: update maintainer for MediaTek MIPS platform (2022-07-13 
> 23:03:37 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] u-boot-mips for v2022.10

2022-07-14 Thread Daniel Schwierzeck
Hi Tom,

this time with all Kconfig migrations from -next included ;)

Gitlab CI:
  https://source.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/12740

Azure:
  
https://dev.azure.com/danielschwierzeck/u-boot/_build/results?buildId=31=results



The following changes since commit 357fa8bb4d40abf411a6cca70f5a2dd6413028ea:

  Merge tag 'u-boot-stm32-20220712' of 
https://source.denx.de/u-boot/custodians/u-boot-stm (2022-07-13 08:09:20 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-mips.git/ 
tags/mips-pull-2022-07-13

for you to fetch changes up to dd6bf539e88aff1b8caeeccbe9af59b2191a178b:

  MAINTAINERS: update maintainer for MediaTek MIPS platform (2022-07-13 
23:03:37 +0200)


- MIPS: add drivers and board support for Mediatek MT7621 SoC


Weijie Gao (25):
  mips: add asm/mipsmtregs.h for MIPS multi-threading
  mips: add more definitions for asm/cm.h
  mips: add __image_copy_len for SPL linker script
  mips: add support for noncached_alloc()
  mips: mtmips: add support for MediaTek MT7621 SoC
  mips: mtmips: add two reference boards for mt7621
  doc: mediatek: add documentation for mt7621 reference boards
  clk: mtmips: add clock driver for MediaTek MT7621 SoC
  reset: mtmips: add reset controller support for MediaTek MT7621 SoC
  pinctrl: mtmips: add support for MediaTek MT7621 SoC
  usb: xhci-mtk: add support for MediaTek MT7621 SoC
  phy: mtk-tphy: add support for MediaTek MT7621 SoC
  spi: add support for MediaTek MT7621 SoC
  gpio: add support for MediaTek MT7621 SoC
  watchdog: add support for MediaTek MT7621 SoC
  mmc: mediatek: add support for MediaTek MT7621 SoC
  net: mediatek: remap iobase address
  net: mediatek: use regmap api to modify ethsys registers
  net: mediatek: add support for MediaTek MT7621 SoC
  nand: raw: add support for MediaTek MT7621 SoC
  spl: allow using nand base without standard nand driver
  spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLY
  spl: nand: support loading legacy image with payload compressed
  tools: mtk_image: add support for MT7621 NAND images
  MAINTAINERS: update maintainer for MediaTek MIPS platform

 MAINTAINERS|8 +
 arch/mips/Makefile |5 +
 arch/mips/cpu/u-boot-spl.lds   |3 +
 arch/mips/dts/Makefile |2 +
 arch/mips/dts/mediatek,mt7621-nand-rfb.dts |   67 ++
 arch/mips/dts/mediatek,mt7621-rfb.dts  |   82 ++
 arch/mips/dts/mt7621-u-boot.dtsi   |  111 +++
 arch/mips/dts/mt7621.dtsi  |  349 +++
 arch/mips/include/asm/cm.h |   67 ++
 arch/mips/include/asm/mipsmtregs.h |  142 +++
 arch/mips/include/asm/system.h |   20 +
 arch/mips/lib/cache.c  |   43 +
 arch/mips/mach-mtmips/Kconfig  |   49 +-
 arch/mips/mach-mtmips/Makefile |4 +
 arch/mips/mach-mtmips/cpu.c|2 +-
 arch/mips/mach-mtmips/mt7621/Kconfig   |  115 +++
 arch/mips/mach-mtmips/mt7621/Makefile  |   14 +
 arch/mips/mach-mtmips/mt7621/init.c|  246 +
 arch/mips/mach-mtmips/mt7621/mt7621.h  |  229 +
 arch/mips/mach-mtmips/mt7621/serial.c  |   23 +
 arch/mips/mach-mtmips/mt7621/spl/Makefile  |9 +
 arch/mips/mach-mtmips/mt7621/spl/cps.c |  153 +++
 arch/mips/mach-mtmips/mt7621/spl/dram.c|  153 +++
 arch/mips/mach-mtmips/mt7621/spl/dram.h|   39 +
 arch/mips/mach-mtmips/mt7621/spl/launch.c  |  100 ++
 arch/mips/mach-mtmips/mt7621/spl/launch.h  |   52 +
 arch/mips/mach-mtmips/mt7621/spl/launch_ll.S   |  339 +++
 arch/mips/mach-mtmips/mt7621/spl/serial.c  |   24 +
 arch/mips/mach-mtmips/mt7621/spl/spl.c |   96 ++
 arch/mips/mach-mtmips/mt7621/spl/start.S   |  226 +
 arch/mips/mach-mtmips/mt7621/sram_init.S   |   22 +
 arch/mips/mach-mtmips/mt7621/tpl/Makefile  |4 +
 arch/mips/mach-mtmips/mt7621/tpl/start.S   |  161 
 arch/mips/mach-mtmips/mt7621/tpl/tpl.c |  144 +++
 board/mediatek/mt7621/MAINTAINERS  |8 +
 board/mediatek/mt7621/Makefile |3 +
 board/mediatek/mt7621/board.c  |6 +
 common/spl/Kconfig |2 +-
 common/spl/spl_legacy.c|   21 +-
 common/spl/spl_nand.c  |   27 +
 configs/mt7621_nand_rfb_defconfig  |   89 ++
 configs/mt7621_rfb_defconfig   |   86 ++
 doc/board/index.rst|1 +
 doc/board/mediatek/index.rst   |9 +
 doc/board/mediatek/mt7621.rst  |   48 +