Skip to content

Commit

Permalink
x230-hotp-maximized: returning to std coreboot and linux kernel param…
Browse files Browse the repository at this point in the history
…eters, just upgrading kernel version, and removing heads kernel quiet option in the goal of troubleshooting linuxboot#789
  • Loading branch information
tlaurion committed May 6, 2021
1 parent bab8900 commit 4854f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/x230-hotp-maximized/x230-hotp-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CONFIG_DROPBEAR=y
export CONFIG_BOOTSCRIPT=/bin/gui-init
export CONFIG_BOOT_REQ_HASH=n
export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOOT_KERNEL_ADD="intel_iommu=on video=SVIDEO-1:d i915.force_probe=1 i915.mitigations=auto,residuals"
export CONFIG_BOOT_KERNEL_ADD="intel_iommu=on intel_iommu=igfx_off"
export CONFIG_BOOT_KERNEL_REMOVE="quiet"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOARD_NAME="Thinkpad X230-hotp-maximized"
Expand Down
2 changes: 1 addition & 1 deletion config/coreboot-x230-hotp-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5=y
CONFIG_PAYLOAD_LINUX=y
CONFIG_PAYLOAD_FILE="../../build/x230-hotp-maximized/bzImage"
CONFIG_LINUX_COMMAND_LINE="quiet"
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off"
CONFIG_LINUX_INITRD="../../build/x230-hotp-maximized/initrd.cpio.xz"

0 comments on commit 4854f9f

Please sign in to comment.