Skip to content

Commit

Permalink
config-mpi: Build coreboot framebuffer into Linux (GOOGLE_FRAMEBUFFER…
Browse files Browse the repository at this point in the history
…_COREBOOT=y)

> This option enables the kernel to search for a framebuffer in
> the coreboot table.  If found, it is registered with simplefb.

The framebuffer is needed in the beginning before being able to load modules,
so build it into the Linux kernel, requiring to build coreboot tables into
Linux too (`GOOGLE_COREBOOT_TABLE=y`).
  • Loading branch information
pmenzel authored and donald committed Aug 29, 2023
1 parent e2ba104 commit 6c95d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config-mpi
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ CONFIG_DEVTMPFS_MOUNT=y
CONFIG_FW_LOADER_USER_HELPER=y
CONFIG_CONNECTOR=y
CONFIG_GOOGLE_FIRMWARE=y
CONFIG_GOOGLE_COREBOOT_TABLE=m
CONFIG_GOOGLE_COREBOOT_TABLE=y
CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=y
CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=m
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
Expand Down

0 comments on commit 6c95d59

Please sign in to comment.