Skip to content

Commit

Permalink
Blacklist wdat_wdt for Siemens IPC227G
Browse files Browse the repository at this point in the history
This device has two WDs and EVE supports only one so disable ACPI WD

Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
(cherry picked from commit 7bd7ab9)
  • Loading branch information
rucoder authored and OhmSpectator committed Sep 13, 2024
1 parent 595e684 commit 1b38ba1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/grub/rootfs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ function set_x86_64_baremetal {
set_global dom0_platform_tweaks "$dom0_platform_tweaks xr_usb_serial_common.mode=2h,3h"
fi
fi
if [ "$smb_vendor" = "SIEMENS AG" ]; then
smbios -t 1 -s 5 --set smb_product
if [ "$smb_product" = "SIMATIC IPC227G" ]; then
set_global dom0_platform_tweaks "$dom0_platform_tweaks modprobe.blacklist=wdat_wdt"
fi
fi
set_global ucode /boot/ucode.img
}

Expand Down

0 comments on commit 1b38ba1

Please sign in to comment.