Files

17 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2022-01-30 01:59:50 -05:00
Linux Kernel for Apple T2 Devices
=================================
The following repo and its accompanying branches contain patched Linux kernel source trees supporting devices with the Apple T2 management controller.
For instructions on installing the downstream distributions and further information, please visit [the T2Linux Wiki](https://wiki.t2linux.org).
### Kernel Support Matrix
2022-03-05 08:56:16 +00:00
| Distribution | Kernel Version | Branch | Maintainer | CI Status |
|:------------:|:--------------:|:------:|:----------:|:---------:|
| Generic | 5.16.x | linux-5.16.y-t2 | @aunali1 | [![Build Status](https://cloud.drone.io/api/badges/t2linux/kernel/status.svg?ref=refs/heads/linux-5.16.y-t2)](https://cloud.drone.io/t2linux/kernel) |
| Generic (LTS) | 5.15.x | linux-5.15.y-t2 | @aunali1 | [![Build Status](https://cloud.drone.io/api/badges/t2linux/kernel/status.svg?ref=refs/heads/linux-5.15.y-t2)](https://cloud.drone.io/t2linux/kernel) |
| Arch Linux | 5.16.x | linux-5.16.y-t2-arch | @aunali1 | [![Build Status](https://cloud.drone.io/api/badges/t2linux/kernel/status.svg?ref=refs/heads/linux-5.16.y-t2-arch)](https://cloud.drone.io/t2linux/kernel) |
| Arch Linux (LTS) | 5.15.x | linux-5.15.y-t2-arch | @aunali1 | [![Build Status](https://cloud.drone.io/api/badges/t2linux/kernel/status.svg?ref=refs/heads/linux-5.15.y-t2-arch)](https://cloud.drone.io/t2linux/kernel) |
2022-01-30 21:37:47 -05:00