]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc1ab33f21903875eb63e814ce5494b7129bfd076
tree38c454ce830b7eedd8bf65bc260d6cf6e863b2e7
parentfd1c677884e2e901b5115f13af23920cf4f26e00
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]