This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-17 10:18:38 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
568a226f87
u-boot
/
arch
/
arm
/
mach-apple
/
Makefile
6 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
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]
2021-10-23 14:58:03 +00:00
# SPDX-License-Identifier: GPL-2.0+
obj-y
+=
board.o
obj-y
+=
lowlevel_init.o
arm: apple: Add RTKit support Most Apple IOPs run a firmware that is based on what Apple calls RTKit. RTKit implements a common mailbox protocol. This code provides an implementation of the AP side of this protocol, providing a function to initialize RTKit-based firmwares as well as a function to do a clean shutdown of this firmware. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested on: Macbook Air M1 Tested-by: Simon Glass <sjg@chromium.org>
2022-01-22 19:38:14 +00:00
obj-y
+=
rtkit.o
Reference in a new issue
Copy permalink