lean
61cc2108f4
x86: resolve kmod-igb
2022-07-12 01:11:37 +08:00
lean
cffd2740e8
x86: use kmod-igb-intel from vendor
2022-07-11 18:54:57 +08:00
lean
53951abdef
kernel: 5.18: refresh patches
2022-07-10 17:49:04 +08:00
lean
b98a711f82
x86: bnx2x 2.5G SGMII patch for 5.18
2022-07-09 01:03:00 +08:00
lean
9adb995019
kernel: port dma buf for kernel 5.18 DRM support
2022-07-08 22:28:07 +08:00
lean
4865875187
r8168: add kernel 5.18 support
2022-07-08 20:28:09 +08:00
lean
71124f92a6
r8125: add kernel 5.18 support
2022-07-08 19:51:58 +08:00
lean
519e147e76
kernel: add linux 5.18 support for x86/x64
2022-07-08 19:21:32 +08:00
aakkll
04d870e468
kernel: bump 5.15 to 5.15.49 ( #9633 )
...
* kernel: bump 5.15 to 5.15.49
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
* kernel: 5.15: x86-64: enable CONFIG_SLS
2022-06-23 13:27:11 +08:00
José Hwong
d5622e3534
kernel: bump 5.4 to 5.4.191 ( #9329 )
...
Signed-off-by: José Hwong <88561480+JoseCoW@users.noreply.github.com>
2022-04-29 22:56:09 +08:00
Beginner
ce2fb409e0
kernel: bump 5.10 to 5.10.112 ( #9311 )
...
* kernel: x86: remove an upstreamed patch
012-pcengines-apu2-detect-apuv4-board.patch is upstream since Linux 5.5 [1].
[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.5&id=3d00da1de3ea36ba44f4a7ba76c8c8b16f98204b
Acked-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* kernel: bump 5.10 to 5.10.112
Manually rebased:
ath79/patches-5.10/901-phy-mdio-bitbang-prevent-rescheduling-during-command.patch
All other patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <graysky@archlinux.us>
Co-authored-by: Rui Salvaterra <rsalvaterra@gmail.com>
Co-authored-by: John Audia <graysky@archlinux.us>
2022-04-25 19:18:22 +08:00
lean
6482d2270c
backport-5.15: refresh patches
2022-04-03 12:44:52 +08:00
JoseCoW
6371d6313d
kernel: bump 5.4 to 5.4.188 ( #9159 )
...
Signed-off-by: JoseCoW <88561480+JoseCoW@users.noreply.github.com>
2022-03-31 13:33:25 +08:00
aakkll
a3f70fd357
kernel: bump 5.15 to 5.15.31 ( #9118 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-03-23 22:07:46 +08:00
JoseCoW
f684871135
kernel: bump 5.4 to 5.4.185 ( #9080 )
...
* kernel: bump 5.4 to 5.4.184
* kernel: bump 5.4 to 5.4.185
2022-03-17 16:01:57 +08:00
lean
d4ac948b46
x86: backport Intel I225-V (Stepping B3) driver from 5.15 to 5.4
2022-03-12 15:29:20 +08:00
Beginner-Go
50ad8ab612
kernel: bump 5.15 to 5.15.26
...
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
2022-03-02 16:57:21 +00:00
Jax Jiang
dd0b95dbde
x86: grub2: search for the "kernel" filesystem on all disks
...
Previously, grub2 was hardcoded to always look on "hd0" for the
kernel.
This works well when the system only had a single disk.
But if there was a second disk/stick present, it may have look
on the wrong drive because of enumeration races.
This patch utilizes grub2 search function to look for a filesystem
with the label "kernel". This works thanks to existing setup in
scripts/gen_image_generic.sh. Which sets the "kernel" label on
both the fat and ext4 filesystem variants.
Signed-off-by: Jax Jiang <jax.jiang.007@gmail.com>
Suggested-by: Alberto Bursi <bobafetthotmail@gmail.com> (MX100 WA)
(word wrapped, slightly rewritten commit message, removed MX100 WA)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2022-02-26 05:46:11 +00:00
Beginner-Go
a61a59795b
Revert "grub: x86 efi add search module for better find boot partition on multiple disk"
...
This reverts commit 8b97425415
.
2022-02-26 05:45:54 +00:00
lean
fd9249dacb
x86: switch to kernel 5.15
2022-02-25 18:16:18 +08:00
lean
8ed8283ef0
x86: add kmod-drm-i915
2022-02-12 20:34:48 +08:00
lean
70e33824b9
x86: improve Intel gen 11/12th GPU i915 and GVT-g capability
2022-02-12 20:29:20 +08:00
Beginner
4372b6e1e1
kernel: add miss console config for kernel 5.15 ( #8859 )
...
Co-authored-by: W_Y_CPP <383152993@qq.com>
2022-02-11 15:06:35 +08:00
lean
8b97425415
grub: x86 efi add search module for better find boot partition on multiple disk
2022-02-09 21:32:14 +08:00
Beginner
607edf0293
kernel: bump 5.15 to 5.15.18 ( #8805 )
...
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
2022-02-01 07:22:52 +08:00
Baka
8e073bfc85
bnx2x 2.5G SGMII patch ( #8745 )
...
bnx2x 2.5G SGMII patch for BCM5771x/578xx 10/20-Gigabit NIC
2022-01-23 21:41:52 +08:00
aakkll
7d5abea3bd
k5.15.15 ( #8709 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-01-17 06:32:24 +08:00
Stefan Lippers-Hollmann
6bf9926780
x86: improve sysinfo handling of dummy values
...
Fall back to using board_vendor and board_name, if known dummy values
are used for sys_vendor and product_name.
Examples:
To be filled by O.E.M.:To be filled by O.E.M.
--> INTEL Corporation:ChiefRiver
System manufacturer:System Product Name
--> ASUSTeK COMPUTER INC.:P8H77-M PRO
To Be Filled By O.E.M.:To Be Filled By O.E.M.
--> ASRock:Q1900DC-ITX
Gigabyte Technology Co., Ltd.:To be filled by O.E.M.
--> Gigabyte Technology Co., Ltd.:H77M-D3H
empty:empty
--> TYAN Computer Corporation:TYAN Toledo i3210W/i3200R S5211
To Be Filled By O.E.M.:To Be Filled By O.E.M.
--> ASRock:H77 Pro4-M
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
2022-01-11 11:25:15 +08:00
zhouF96
60e2759031
Apply BCM578xx sfp2.5g patch to test 5.15 kernel ( #8615 )
...
* kernel: add module for bcm574xx 575xx serials
kernel: add module for bnxt_en Linux driver for the
Broadcom NetXtreme-C/NetXtreme-E
BCM573xx, BCM574xx, BCM575xx, NetXtreme-S BCM5880x
(up to 200 Gbps) Ethernet Network Controllers and Broadcom Nitro
BCM58700 4-port 1/2.5/10 Gbps Ethernet Network Controller.
* reapply bcm578xx sfp 2.5g patch
2022-01-08 15:00:46 +08:00
AmadeusGhost
8aba1a4072
x86: 5.15: refresh kernel patches
2022-01-08 11:06:56 +08:00
lean
dced95e705
x86: add brand display for R86S etc.
2022-01-04 23:52:49 +08:00
lean
e38193fbab
x86: make 32bit available in 5.15
2022-01-02 21:26:15 +08:00
lean
b143589cf2
x86: improve sysinfo handling manufacturer like R86S etc.
2021-12-31 00:38:25 +08:00
lean
8d13d0a14c
x86: add test version 5.15
2021-12-30 22:42:54 +08:00
lean
01426ea8a0
x86: add linux kernel 5.15 support
2021-12-30 20:06:47 +08:00
lean
fc0f5e35b1
kernel: init linux kernel 5.15 support
2021-12-30 17:39:24 +08:00
lean
bb269d3df3
x86: switch to kernel 5.10
2021-12-27 16:58:49 +08:00
lean
c98f0b933e
x86: init support for R86S network
2021-12-23 00:40:01 +08:00
lean
5dbb1c0822
cmake: bump version
2021-12-17 17:18:40 +08:00
aakkll
7d11f9ad7a
x86: added support to generate VHDX images ( #8399 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
Co-authored-by: Oldřich Jedlička <oldium.pro@gmail.com>
2021-12-08 16:10:18 +08:00
lean
ff1bcf8da9
x86: add lspci and lsusb tools
2021-12-05 18:29:10 +08:00
ntlf9t
d4fbc4959b
Bypassing the HH3K up to 2.5Gbps using a BCM578xx ( #8377 )
...
https://www.dslreports.com/forum/r32230041-Internet-Bypassing-the-HH3K-up-to-2-5Gbps-using-a-BCM57810S-NIC
2021-12-02 22:24:37 +08:00
lean
bb3d86eb9a
x86: add BCM57414 BNX2X driver
2021-11-29 18:51:19 +08:00
lean
2672bfdc9d
x86: add new packages
2021-11-29 18:19:00 +08:00
lean
431a8f0e2c
x86: change target package
2021-11-29 16:46:19 +08:00
Beginner
764922c9bd
x86: use device vendor/model variable ( #7922 )
...
Remove use of DEVICE_TITLE in favor of the
DEVICE_VENDOR and DEVICE_MODEL as used by
all other targets.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Co-authored-by: Moritz Warning <moritzwarning@web.de>
2021-09-29 21:12:31 +08:00
lean
6628f88d75
x86: add missing symbol
2021-09-24 22:01:18 +08:00
AmadeusGhost
f8bb1a89d6
x86: add missing kernel config
...
Fixes : #7915
2021-09-24 17:35:44 +08:00
lean
3052240a57
x86: add emmc booting config support
2021-09-23 02:26:41 +08:00
Beginner
3c9dcaf72e
kernel: bump 5.4 to 5.4.142 ( #7694 )
...
* kernel: bump 5.4 to 5.4.141
All patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
* kernel: bump 5.4 to 5.4.142
Removed upstreamed:
hack-5.4/991-platform-x86-pcengines-apuv2-revert-simswitch.patch
All other patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Co-authored-by: John Audia <graysky@archlinux.us>
2021-08-24 11:50:11 +08:00