Skip to content

Commit

Permalink
config/coreboot-librem_11.config: intel_iommu=igfx_off on Heads cmdline
Browse files Browse the repository at this point in the history
intel_iommu=igfx_off is needed on the Heads kernel command line for
memtest86+ to work.  Without this parameter, the screen blanks when
memtest86+ starts testing.

This is unique to Librem 11, probably because it is the only device
using FSP GOP for graphics init in coreboot.  (libgfxinit does not yet
support Jasper Lake.)

Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
  • Loading branch information
JonathonHall-Purism committed Jun 11, 2024
1 parent 65ca94b commit a15f77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/coreboot-librem_11.config
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ CONFIG_BOARD_PURISM_BASEBOARD_LIBREM_JSL=y
CONFIG_FSP_TEMP_RAM_SIZE=0x28000
CONFIG_HEAP_SIZE=0x8000
CONFIG_EC_GPE_SCI=0x50
CONFIG_LINUX_COMMAND_LINE="quiet loglevel=2"
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet loglevel=2"
CONFIG_BOARD_ROMSIZE_KB_16384=y
# CONFIG_COREBOOT_ROMSIZE_KB_256 is not set
# CONFIG_COREBOOT_ROMSIZE_KB_512 is not set
Expand Down

0 comments on commit a15f77e

Please sign in to comment.