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 committed Jul 19, 2023
1 parent cb24359 commit 852cdf4
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 @@ -414,7 +414,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 852cdf4

Please sign in to comment.