mbp-fedora-kernel

Fedora kernel with Apple T2 patches built-in (Macbooks produced >= 2018).

Fedora ISO (with mbp-fedora-kernel builtin) - https://github.com/mikeeq/mbp-fedora

Drivers:

How to update kernel-mbp

### First run or if you want to update your copy of update_kernel_mbp script
sudo -i
curl -L https://raw.githubusercontent.com/mikeeq/mbp-fedora-kernel/v5.17-f36/update_kernel_mbp.sh -o /usr/bin/update_kernel_mbp
chmod +x /usr/bin/update_kernel_mbp
update_kernel_mbp

### Next runs
sudo -i
update_kernel_mbp

### Update to specific version of kernel
sudo -i
KERNEL_VERSION="5.17.6-f36" update_kernel_mbp

### Update to specific version of kernel using specific version of update script
#### Usually not needed, because scripts are shared between branches, but you can use it to update your update_kernel_mbp script
##### If the script fails, try to rerun it - it's due to self-upgrading feature of this script
sudo -i
KERNEL_VERSION="5.17.6-f36" UPDATE_SCRIPT_BRANCH="v5.17-f36" update_kernel_mbp

CI status

Drone kernel build status: Build Status

Github Actions kernel publish status - http://fedora-mbp-repo.herokuapp.com/ : Publish Status

TODO

  • integrate roadrunner2/macbook12-spi-driver and MCMrARM/mbp2018-bridge-drv drivers into kernel
  • add kernel-headers rpm generation

Tested on: Macbook Pro 15,2 13" 2019 i5 TouchBar Z0WQ000AR MV972ZE/A/R1 && Macbook Pro 16,2 13" 2020 i5

Boot ROM Version:	220.270.99.0.0 (iBridge: 16.16.6571.0.0,0)
macOS Mojave: 10.14.6 (18G103)

Known issues

  • Dynamic audio input/output change (on connecting/disconnecting headphones jack)
  • TouchID - (@MCMrARM is working on it - Dunedan/mbp-2016-linux#71 (comment))
  • Microphone (it's recognized with new apple t2 sound driver, but there is a low mic volume amp)

Working with upstream stable kernel 5.1

  • Display/Screen
  • USB-C
  • Battery/AC
  • Ethernet/Video USB-C adapters
  • Bluetooth

Working with mbp-fedora-kernel

Working with external drivers

with @MCMrARM mbp2018-bridge-drv

  • keyboard
  • touchpad
  • touchbar
  • audio

Not tested

  • eGPU
  • Thunderbolt

Docs

Fedora

Github

Credits

  • @MCMrARM - thanks for all RE work
  • @ozbenh - thanks for submitting NVME patch
  • @roadrunner2 - thanks for SPI (touchbar) driver
  • @aunali1 - thanks for ArchLinux Kernel CI
  • @ppaulweber - thanks for keyboard and Macbook Air patches