summaryrefslogtreecommitdiff
path: root/configs/apple_m1_defconfig
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 /configs/apple_m1_defconfig
parentfb5746243707d6b84dea02490a86868c3d7f534d (diff)
downloadu-boot-003b657edcdc7ee96b7df277a16480129a5260a7.tar.gz
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 'configs/apple_m1_defconfig')
-rw-r--r--configs/apple_m1_defconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
new file mode 100644
index 0000000000..6072e7524c
--- /dev/null
+++ b/configs/apple_m1_defconfig
@@ -0,0 +1,15 @@
+CONFIG_ARM=y
+CONFIG_ARCH_APPLE=y
+# CONFIG_DISPLAY_CPUINFO is not set
+# CONFIG_MMC is not set
+# CONFIG_NET is not set
+CONFIG_VIDEO_SIMPLE=y
+CONFIG_DISPLAY_BOARDINFO_LATE=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_KEYBOARD=y
+CONFIG_USB_STORAGE=y
+CONFIG_USE_PREBOOT=y
+CONFIG_PREBOOT="usb start"
+CONFIG_SYS_LOAD_ADDR=0x880000000
+# CONFIG_GENERATE_SMBIOS_TABLE is not set