Skip to content

Commit e3e3717

Browse files
committed
apple/t2: kernel 6.15 -> 6.16; sync patches
1 parent 26ed7a0 commit e3e3717

File tree

3 files changed

+11
-31
lines changed

3 files changed

+11
-31
lines changed

apple/t2/pkgs/linux-t2/latest.json

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"base_url": "https://raw.githubusercontent.com/t2linux/linux-t2-patches/8ec11f3aaa314d25e18842851a2124c0031e2e3f/",
2+
"base_url": "https://raw.githubusercontent.com/t2linux/linux-t2-patches/6b41c3fd65913e0fa3592ad16ff4a3a5b01efc7a/",
33
"patches": [
44
{
55
"name": "1001-Add-apple-bce-driver.patch",
@@ -37,29 +37,9 @@
3737
"name": "1011-HID-multitouch-add-device-ID-for-Apple-Touch-Bar.patch",
3838
"hash": "sha256-dIzEOj89D2rIEc2/mjq3TkIfI3ZHzu0VRDQQOzp+Snc="
3939
},
40-
{
41-
"name": "1013-lib-vsprintf-Add-support-for-generic-FourCCs-by-exte.patch",
42-
"hash": "sha256-g8M3j1ZPND10/LtPD/txaSoJGV9Lp+g5bgn+vQc56p4="
43-
},
44-
{
45-
"name": "1014-printf-add-tests-for-generic-FourCCs.patch",
46-
"hash": "sha256-5Z4cFBMAY695OEU/CxiGQkUz68zmKdxssD+yp1DCYgs="
47-
},
48-
{
49-
"name": "1015-drm-appletbdrm-use-p4cl-instead-of-p4cc.patch",
50-
"hash": "sha256-rZej0ZbpPv+8NROuYnf4Jpu9scCsmbKWyz7yf5A3G3s="
51-
},
52-
{
53-
"name": "1016-vsprintf-Use-p4chR-instead-of-p4cn-for-reading-data-.patch",
54-
"hash": "sha256-/Ork2CmYk6SG213Owk+nGsw7KTEVDLRzQTeWcKrPZGw="
55-
},
56-
{
57-
"name": "1017-checkpatch-remove-p4cn.patch",
58-
"hash": "sha256-lnMnjnMiR9WSNf/XYsiOwFdC9xKv8zSluWiR584xFPU="
59-
},
6040
{
6141
"name": "2008-i915-4-lane-quirk-for-mbp15-1.patch",
62-
"hash": "sha256-Ui9tK4IGSWfEscmD92emX/NfulO0m8zwLc9ivIClCFQ="
42+
"hash": "sha256-PjMVt4u505PXnKFpojov0Uwhj0KxZas1E4NYJGI6lQ4="
6343
},
6444
{
6545
"name": "2009-apple-gmux-allow-switching-to-igpu-at-probe.patch",
@@ -103,7 +83,7 @@
10383
},
10484
{
10585
"name": "4001-asahi-trackpad.patch",
106-
"hash": "sha256-QM/FtDft4N4imJBuEHg6cH3e8vEyMPLt0alDhugLPy8="
86+
"hash": "sha256-nOpQ3t+QQXco6p7C03fM5EZ3ZfnzwC6UCFwHQd1EnGE="
10787
},
10888
{
10989
"name": "4002-HID-quirks-remove-T2-devices-from-hid_mouse_ignore_l.patch",
@@ -115,23 +95,23 @@
11595
},
11696
{
11797
"name": "4004-HID-magicmouse-Add-support-for-trackpads-found-on-T2.patch",
118-
"hash": "sha256-HcPX7gY3hnlwM/tY06pbtXnch04AqwHgC596E8ZqGY8="
98+
"hash": "sha256-dNrpDlIE9SaQUOntVQHMOyj7T/dsuRemN56yskKWue0="
11999
},
120100
{
121101
"name": "4005-HID-apple-Add-necessary-IDs-and-support-for-replacem.patch",
122102
"hash": "sha256-SRKESCbpxSYm7U0VyCmvkmT/er6/GEHhwo8tgJDO6mQ="
123103
},
124104
{
125105
"name": "4006-HID-magicmouse-Add-MacBookPro15-1-replacement-trackp.patch",
126-
"hash": "sha256-uAlT/4ADwYyKvbuPQaGwqCjZ2/myruC63etVV6cfFLk="
106+
"hash": "sha256-mMqHhxig+Z9eVPaa1qfcNVCRX16B6/KuEd1KnSZMLLk="
127107
},
128108
{
129109
"name": "7001-drm-i915-fbdev-Discard-BIOS-framebuffers-exceeding-h.patch",
130-
"hash": "sha256-O6RHFxmKZn7aCq1D+r5z2T3jLt0r5+01EABD9rs0E5M="
110+
"hash": "sha256-/EKN7JsAxcpAgfJFtPp2NLYaGqQ0kl8wjJEXifSzJpY="
131111
},
132112
{
133113
"name": "8001-Add-APFS-driver.patch",
134-
"hash": "sha256-io17Kk6FDscDoDshddK9TqSPuXVFTzjvRUwOGTl5cjM="
114+
"hash": "sha256-uR5hg75SFFWzfrKyU5UnzPL4U7LkjqGs44rkxM7ur8o="
135115
},
136116
{
137117
"name": "8002-Necessary-modifications-to-build-APFS-with-the-kerne.patch",

apple/t2/pkgs/linux-t2/latest.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{ callPackage, linux_6_15, ... }@args:
1+
{ callPackage, linux_6_16, ... }@args:
22

33
callPackage ./generic.nix args {
4-
kernel = linux_6_15;
4+
kernel = linux_6_16;
55
patchesFile = ./latest.json;
66
}

apple/t2/pkgs/linux-t2/stable.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"base_url": "https://raw.githubusercontent.com/t2linux/linux-t2-patches/e08a76e1f1234885b9b68be6c843bf91833e8b0a/",
2+
"base_url": "https://raw.githubusercontent.com/t2linux/linux-t2-patches/7ddb75990d7377d6aebe3f2cd3a718124c61c809/",
33
"patches": [
44
{
55
"name": "1001-Add-apple-bce-driver.patch",
@@ -131,7 +131,7 @@
131131
},
132132
{
133133
"name": "8001-Add-APFS-driver.patch",
134-
"hash": "sha256-O3RNtpeZQENPEfyYi/0ZTLhAWBAw6pmxMS30NUxOTdk="
134+
"hash": "sha256-QpIPsMjWNPOkw6rSKn7rW0Fmx9HUwJaiGy3pZeT5Fd0="
135135
},
136136
{
137137
"name": "8002-Necessary-modifications-to-build-APFS-with-the-kerne.patch",

0 commit comments

Comments
 (0)