Up to [cvs.NetBSD.org] / src / sys / arch / arm / apple
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Tue May 10 08:09:57 2022 UTC (8 months, 2 weeks ago) by skrll
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.7: +5 -1
lines
Diff to previous 1.7 (colored)
Add a driver for the Apple RTKit based System Management Controller found on M1 SoCs. From OpenBSD.
Revision 1.7 / (download) - annotate - [select for diffs], Tue May 10 08:05:32 2022 UTC (8 months, 2 weeks ago) by skrll
Branch: MAIN
Changes since 1.6: +6 -1
lines
Diff to previous 1.6 (colored)
Add a driver for the Apple M1 I2C controller. From OpenBSD.
Revision 1.6 / (download) - annotate - [select for diffs], Sat May 7 08:20:04 2022 UTC (8 months, 3 weeks ago) by skrll
Branch: MAIN
Changes since 1.5: +6 -1
lines
Diff to previous 1.5 (colored)
Add support for Apple silicon NVME. Ported from OpenBSD.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 27 08:06:20 2022 UTC (9 months ago) by skrll
Branch: MAIN
Changes since 1.4: +9 -3
lines
Diff to previous 1.4 (colored)
Add support for the mailbox that provides a communications channel with additional cores integrated in Apple Silicon. Also, add an implementation for the protocol to communicate with coprocessors running firmware based Apple's RTKit OS. From OpenBSD.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 27 07:59:18 2022 UTC (9 months ago) by skrll
Branch: MAIN
Changes since 1.3: +7 -1
lines
Diff to previous 1.3 (colored)
Add a driver for the Apple GPIO controller found in Apple silicon. Derived from the OpenBSD driver.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 27 07:55:42 2022 UTC (9 months ago) by skrll
Branch: MAIN
Changes since 1.2: +6 -1
lines
Diff to previous 1.2 (colored)
Add support for the power domain controller found in Apple silicon machines.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 3 08:44:10 2022 UTC (12 months, 3 weeks ago) by skrll
Branch: MAIN
Changes since 1.1: +10 -10
lines
Diff to previous 1.1 (colored)
sort
Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 30 23:26:26 2021 UTC (16 months, 4 weeks ago) by jmcneill
Branch: MAIN
Add initial support for Apple M1. Currently supported devices: - Interrupt controller - IOMMU - PCIe (USB3 and ethernet) - Reboot via watchdog - Framebuffer console