arm: apple: Add initial support for Apple's M1 SoC
authorMark Kettenis <kettenis@openbsd.org>
Sat, 23 Oct 2021 14:58:03 +0000 (16:58 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 31 Oct 2021 12:46:44 +0000 (08:46 -0400)
commit003b657edcdc7ee96b7df277a16480129a5260a7
tree38c454ce830b7eedd8bf65bc260d6cf6e863b2e7
parentfb5746243707d6b84dea02490a86868c3d7f534d
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]
MAINTAINERS
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-apple/Kconfig [new file with mode: 0644]
arch/arm/mach-apple/Makefile [new file with mode: 0644]
arch/arm/mach-apple/board.c [new file with mode: 0644]
arch/arm/mach-apple/lowlevel_init.S [new file with mode: 0644]
configs/apple_m1_defconfig [new file with mode: 0644]
include/configs/apple.h [new file with mode: 0644]