Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UEFI kernels, legacy = 6.6, current 6.12 & edge 6.13 #7717

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
208 changes: 59 additions & 149 deletions config/kernel/linux-uefi-arm64-current.config

Large diffs are not rendered by default.

295 changes: 94 additions & 201 deletions config/kernel/linux-uefi-arm64-legacy.config

Large diffs are not rendered by default.

91 changes: 34 additions & 57 deletions config/kernel/linux-uefi-riscv64-current.config

Large diffs are not rendered by default.

104 changes: 30 additions & 74 deletions config/kernel/linux-uefi-riscv64-legacy.config

Large diffs are not rendered by default.

178 changes: 34 additions & 144 deletions config/kernel/linux-uefi-x86-current.config

Large diffs are not rendered by default.

231 changes: 35 additions & 196 deletions config/kernel/linux-uefi-x86-legacy.config

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions config/sources/families/include/uefi_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ case "${BRANCH}" in
;;

legacy)
declare -g KERNEL_MAJOR_MINOR="6.1"
declare -g KERNEL_MAJOR_MINOR="6.6"
;;

current)
declare -g KERNEL_MAJOR_MINOR="6.6"
declare -g KERNEL_MAJOR_MINOR="6.12"
;;

edge)
declare -g KERNEL_MAJOR_MINOR="6.12"
declare -g KERNEL_MAJOR_MINOR="6.13"
;;
esac

Expand Down
20 changes: 10 additions & 10 deletions lib/functions/compilation/patch/drivers_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ driver_rtl8189ES() {

# Wireless drivers for Realtek 8189ES chipsets

if linux-version compare "${version}" ge 3.14; then
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then

# Attach to specific commit (was "branch:master")
local rtl8189esver='commit:4b508a2daef09e6049bbaa7971adc6d2d3e88899' # Commit date: Dec 23, 2024 (please update when updating commit ref)
local rtl8189esver='commit:master' # Commit date: Dec 29, 2024 (please update when updating commit ref)

display_alert "Adding" "Wireless drivers for Realtek 8189ES chipsets ${rtl8189esver}" "info"

Expand Down Expand Up @@ -84,10 +84,10 @@ driver_rtl8189FS() {

# Wireless drivers for Realtek 8189FS chipsets

if linux-version compare "${version}" ge 3.14; then
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then

# Attach to specific commit (was "branch:rtl8189fs")
local rtl8189fsver='commit:9a82349c2c40515f9d20b9f6721670f76b4e1c7a' # Commit date: May 19, 2024 (please update when updating commit ref)
local rtl8189fsver='commit:94cc959d56c1425fbca4f6e49e949cf58ec5dc8d' # Commit date: May 19, 2024 (please update when updating commit ref)

display_alert "Adding" "Wireless drivers for Realtek 8189FS chipsets ${rtl8189fsver}" "info"

Expand Down Expand Up @@ -130,7 +130,7 @@ driver_rtl8192EU() {

# Wireless drivers for Realtek 8192EU chipsets

if linux-version compare "${version}" ge 3.14; then
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then

# Attach to specific commit (was "branch:realtek-4.4.x")
local rtl8192euver='commit:b9f21a6ff209edc220b2fc4ca610eb54595f218d' # Commit date: Dec 23, 2024 (please update when updating commit ref)
Expand Down Expand Up @@ -172,7 +172,7 @@ driver_rtl8811_rtl8812_rtl8814_rtl8821() {

# Wireless drivers for Realtek 8811, 8812, 8814 and 8821 chipsets

if linux-version compare "${version}" ge 3.14; then
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then

# Attach to specific commit (is branch:v5.6.4.2)
local rtl8812auver="commit:b44d288f423ede0fc7cdbf92d07a7772cd727de4" # Commit date: May 10, 2024 (please update when updating commit ref)
Expand Down Expand Up @@ -251,10 +251,10 @@ driver_xradio_xr819() {
driver_rtl8811CU_rtl8821C() {
# Wireless drivers for Realtek RTL8811CU and RTL8821C chipsets

if linux-version compare "${version}" ge 3.14; then
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" lt 6.13; then

# Attach to specific commit (is branch:main)
local rtl8811cuver="commit:3eacc28b721950b51b0249508cc31e6e54988a0c" # Commit date: May 3, 2024 (please update when updating commit ref)
local rtl8811cuver="commit:c39c174065badba68c42369834b7c8a91e9d0630" # Commit date: May 3, 2024 (please update when updating commit ref)

display_alert "Adding" "Wireless drivers for Realtek RTL8811CU and RTL8821C chipsets ${rtl8811cuver}" "info"

Expand Down Expand Up @@ -293,10 +293,10 @@ driver_rtl88x2bu() {

# Wireless drivers for Realtek 88x2bu chipsets

if linux-version compare "${version}" ge 5.0; then
if linux-version compare "${version}" ge 5.0 && linux-version compare "${version}" lt 6.13; then

# Attach to specific commit (is branch:main)
local rtl88x2buver="commit:e96ef9a9e0a9261598137b3ad2c70fa018914764" # Commit date: May 11, 2024 (please update when updating commit ref)
local rtl88x2buver="commit:139e4fc2eeea7a140239d34c73b6bf4f69c1f74d" # Commit date: May 11, 2024 (please update when updating commit ref)

display_alert "Adding" "Wireless drivers for Realtek 88x2bu chipsets ${rtl88x2buver}" "info"

Expand Down
85 changes: 0 additions & 85 deletions patch/kernel/archive/uefi-arm64-6.1/board-hikey960-usb.patch

This file was deleted.

Loading
Loading