linux-mbp-arch icon indicating copy to clipboard operation
linux-mbp-arch copied to clipboard

Linux5.15, iMacPro applesmc, blueooth fixes, asahilinux brcmfmac changes

Open Redecorating opened this issue 3 years ago • 0 comments

  • update to linux 5.15.12, some changes to patches to make them apply on 5.15

  • add iMacPro to applesmc_whitelist (3007)

  • moved p2p patch to 8003, so the bluetooth stuff could be 900X

  • Add quirk disabling the LE Read Min/Max Tx Power command on mbp16,1/2/4 and iMac20,1/2 as the BT chip reports support for it but then says its an unknown command. (9001)

  • Add the pcie id of the uart on MBP16,2, for Bluetooth (9002)

  • Fix that lpss panic (9003)

  • moved p2p patch to 8035

  • Take wifi patchset from https://github.com/asahilinux/linux/tree/wifi/take5 (8001-8034)

    The new wifi patchset means firmware needs to have different naming scheme (because otp). To get fw:

    # in macos (or linux if you have a copy of the wifi folder):
    git clone https://github.com/AsahiLinux/asahi-installer --depth=1
    cd asahi-installer/src
    python3 -m firmware.wifi /usr/share/firmware/wifi firmware.tar
    # in linux
    cd /lib/firmware
    sudo tar xf /path/to/firmware.tar
    

apple-bce and apple-ibridge aren't moved in tree to drivers/staging (I can do a pr for that if you'd like, or you can copy the relevant parts of this if you want).

Redecorating avatar Dec 30 '21 06:12 Redecorating