diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2021-03-08 19:16:11 -0800 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-14 17:52:49 +0000 |
commit | 839178138957dd891f37b8945cceb3875d043b10 (patch) | |
tree | 6d70ba9e3aac2ef62d3290d6f78c197714fe23bb /target/linux/x86/patches-5.10/200-pcengines-apu2-reboot.patch | |
parent | 95a3741d17b4cd7b9441187c356d449d0aa9d75d (diff) | |
download | upstream-839178138957dd891f37b8945cceb3875d043b10.tar.gz upstream-839178138957dd891f37b8945cceb3875d043b10.tar.bz2 upstream-839178138957dd891f37b8945cceb3875d043b10.zip |
x86: support kernel 5.10
Add linux 5.10 as testing kernel, copy generic/subtarget configs and target
patches from 5.4.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
x86: update target patches for kernel 5.10
Refresh all patches while also dropping:
800-hwmon-w83627ehf-dont-claim-nct677x.patch
which is now upstreamed as:
3207408ab4cb ("hwmon: (w83627ehf) remove nct6775 and nct6776 support")
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
x86: refresh 5.10 target config
Refresh config using "make kernel_oldconfig".
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
x86: refresh and test all subtarget configs
Refresh configs using "make kernel_oldconfig CONFIG_TARGET=subtarget".
Build and run-tested using QEMU: x86/64, x86/legacy, x86/generic.
Build-tested only: x86/geode.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
[squashed commits]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/x86/patches-5.10/200-pcengines-apu2-reboot.patch')
-rw-r--r-- | target/linux/x86/patches-5.10/200-pcengines-apu2-reboot.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/x86/patches-5.10/200-pcengines-apu2-reboot.patch b/target/linux/x86/patches-5.10/200-pcengines-apu2-reboot.patch new file mode 100644 index 0000000000..bc57806c74 --- /dev/null +++ b/target/linux/x86/patches-5.10/200-pcengines-apu2-reboot.patch @@ -0,0 +1,19 @@ +--- a/arch/x86/kernel/reboot.c ++++ b/arch/x86/kernel/reboot.c +@@ -477,6 +477,16 @@ static const struct dmi_system_id reboot + }, + }, + ++ /* PC Engines */ ++ { /* Handle problems with rebooting on PC Engines apu2 */ ++ .callback = set_pci_reboot, ++ .ident = "PC Engines apu2", ++ .matches = { ++ DMI_MATCH(DMI_BOARD_VENDOR, "PC Engines"), ++ DMI_MATCH(DMI_BOARD_NAME, "apu2"), ++ }, ++ }, ++ + /* Sony */ + { /* Handle problems with rebooting on Sony VGN-Z540N */ + .callback = set_bios_reboot, |