summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2021-10-23 16:58:03 +0200
committerTom Rini <trini@konsulko.com>2021-10-31 08:46:44 -0400
commit003b657edcdc7ee96b7df277a16480129a5260a7 (patch)
tree38c454ce830b7eedd8bf65bc260d6cf6e863b2e7 /MAINTAINERS
parentfb5746243707d6b84dea02490a86868c3d7f534d (diff)
arm: apple: Add initial support for Apple's M1 SoC
Add support for Apple's M1 SoC that is used in "Apple Silicon" Macs. This builds a basic U-Boot that can be used as a payload for the m1n1 boot loader being developed by the Asahi Linux project. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org> [trini: Add MAINTAINERS entry]
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5069f18806..4ed72aecee 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -108,6 +108,15 @@ L: uboot-snps-arc@synopsys.com
F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
F: drivers/mmc/snps_dw_mmc.c
+APPLE M1 SOC SUPPORT
+M: Mark Kettenis <kettenis@openbsd.org>
+S: Maintained
+F: arch/arm/include/asm/arch-m1/
+F: arch/arm/mach-apple/
+F: configs/apple_m1_defconfig
+F: drivers/iommu/apple_dart.c
+F: include/configs/apple.h
+
ARM
M: Tom Rini <trini@konsulko.com>
S: Maintained