aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/patches/001-mtk-0025-MAINTAINERS-update-maintainer-for-MediaTek-MIPS-plat.patch
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-07-11 21:15:32 +0100
committerDaniel Golle <daniel@makrotopia.org>2022-07-11 21:27:24 +0100
commit2f7fb57c12d7afe5be7747611bceec92a4c0c834 (patch)
tree8766380a7feeb1350a6b78aa01014a8cb43c4e05 /package/boot/uboot-mediatek/patches/001-mtk-0025-MAINTAINERS-update-maintainer-for-MediaTek-MIPS-plat.patch
parentfa75a3a935b26378630498ba7d3f6a0b5b11f86e (diff)
downloadupstream-2f7fb57c12d7afe5be7747611bceec92a4c0c834.tar.gz
upstream-2f7fb57c12d7afe5be7747611bceec92a4c0c834.tar.bz2
upstream-2f7fb57c12d7afe5be7747611bceec92a4c0c834.zip
uboot-ramips: add support for MT7621, merge into uboot-mediatek
* Merge uboot-ramips into uboot-mediatek. * Port support for the RAVPower RP WD009 to U-Boot 2022.07. * Add support for MT7621 and add builds for the reference boards. * Add builds for MT7620 and MT7628 reference boards. This should help to make development of U-Boot-level board support for all MediaTek targets much easier. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot/uboot-mediatek/patches/001-mtk-0025-MAINTAINERS-update-maintainer-for-MediaTek-MIPS-plat.patch')
-rw-r--r--package/boot/uboot-mediatek/patches/001-mtk-0025-MAINTAINERS-update-maintainer-for-MediaTek-MIPS-plat.patch44
1 files changed, 44 insertions, 0 deletions
diff --git a/package/boot/uboot-mediatek/patches/001-mtk-0025-MAINTAINERS-update-maintainer-for-MediaTek-MIPS-plat.patch b/package/boot/uboot-mediatek/patches/001-mtk-0025-MAINTAINERS-update-maintainer-for-MediaTek-MIPS-plat.patch
new file mode 100644
index 0000000000..1b6d19aa10
--- /dev/null
+++ b/package/boot/uboot-mediatek/patches/001-mtk-0025-MAINTAINERS-update-maintainer-for-MediaTek-MIPS-plat.patch
@@ -0,0 +1,44 @@
+From e5fc4022af3cfd59e3459276305671a595ac5ff0 Mon Sep 17 00:00:00 2001
+From: Weijie Gao <weijie.gao@mediatek.com>
+Date: Fri, 20 May 2022 11:24:16 +0800
+Subject: [PATCH 25/25] MAINTAINERS: update maintainer for MediaTek MIPS
+ platform
+
+Update maintainer for MediaTek MIPS platform
+
+Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
+---
+ MAINTAINERS | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+diff --git a/MAINTAINERS b/MAINTAINERS
+index 7f27ff4c20..d8d060bd92 100644
+--- a/MAINTAINERS
++++ b/MAINTAINERS
+@@ -1007,15 +1007,23 @@ R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
+ S: Maintained
+ F: arch/mips/mach-mtmips/
+ F: arch/mips/dts/mt7620.dtsi
++F: arch/mips/dts/mt7621.dtsi
+ F: arch/mips/dts/mt7620-u-boot.dtsi
++F: arch/mips/dts/mt7621-u-boot.dtsi
+ F: include/configs/mt7620.h
++F: include/configs/mt7621.h
+ F: include/dt-bindings/clock/mt7620-clk.h
++F: include/dt-bindings/clock/mt7621-clk.h
+ F: include/dt-bindings/clock/mt7628-clk.h
+ F: include/dt-bindings/reset/mt7620-reset.h
++F: include/dt-bindings/reset/mt7621-reset.h
+ F: include/dt-bindings/reset/mt7628-reset.h
+ F: drivers/clk/mtmips/
+ F: drivers/pinctrl/mtmips/
+ F: drivers/gpio/mt7620_gpio.c
++F: drivers/mtd/nand/raw/mt7621_nand.c
++F: drivers/mtd/nand/raw/mt7621_nand.h
++F: drivers/mtd/nand/raw/mt7621_nand_spl.c
+ F: drivers/net/mt7620-eth.c
+ F: drivers/phy/mt7620-usb-phy.c
+ F: drivers/reset/reset-mtmips.c
+--
+2.36.1
+