Skip to content

Commit

Permalink
v560tu/v540tu coreboot configs: add bootsplash, remove ME HAP bit to …
Browse files Browse the repository at this point in the history
…be applied by IFDTOOL to linuxboot#1846

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed Dec 11, 2024
1 parent b65b45a commit 44871a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion config/coreboot-novacustom-v540tu.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ CONFIG_HAVE_ASAN_IN_RAMSTAGE=y
# CONFIG_NO_STAGE_CACHE is not set
CONFIG_TSEG_STAGE_CACHE=y
# CONFIG_UPDATE_IMAGE is not set
# CONFIG_BOOTSPLASH_IMAGE is not set
CONFIG_BOOTSPLASH_IMAGE=y
CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash.jpg"
CONFIG_BOOTSPLASH_CONVERT=y
CONFIG_BOOTSPLASH_CONVERT_QUALITY=90
# CONFIG_BOOTSPLASH_CONVERT_RESIZE is not set
# CONFIG_BOOTSPLASH_CONVERT_COLORSWAP is not set
# CONFIG_FW_CONFIG is not set

#
Expand Down
2 changes: 1 addition & 1 deletion config/coreboot-novacustom-v560tu.config
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ CONFIG_EC_SYSTEM76_EC=y
#
# Intel Firmware
#
CONFIG_IFDTOOL_DISABLE_ME=y
# CONFIG_IFDTOOL_DISABLE_ME is not set
CONFIG_HAVE_ME_BIN=y
# CONFIG_STITCH_ME_BIN is not set
# CONFIG_ME_REGION_ALLOW_CPU_READ_ACCESS is not set
Expand Down

0 comments on commit 44871a4

Please sign in to comment.