Skip to content

Commit d110a64

Browse files
committed
x230-legacy-flash board: fixup pointing to x230 as opposed to t430. Fix coreboot config path to bootsplash
Signed-off-by: Thierry Laurion <[email protected]>
1 parent e8f0b94 commit d110a64

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

boards/x230-legacy-flash/x230-legacy-flash.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export CONFIG_COREBOOT=y
77
export CONFIG_COREBOOT_VERSION=4.19
88
export CONFIG_LINUX_VERSION=5.10.5
99

10-
CONFIG_COREBOOT_CONFIG=config/coreboot-t430-legacy-flash.config
10+
CONFIG_COREBOOT_CONFIG=config/coreboot-x230-legacy-flash.config
1111
CONFIG_LINUX_CONFIG=config/linux-x230-flash.config
1212

1313
#Add bare minimal tools for flashing boards

config/coreboot-t430-legacy-flash.config

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ CONFIG_HAVE_ASAN_IN_RAMSTAGE=y
3333
CONFIG_TSEG_STAGE_CACHE=y
3434
# CONFIG_UPDATE_IMAGE is not set
3535
CONFIG_BOOTSPLASH_IMAGE=y
36-
CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash-1024x768.jpg"
36+
CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash.jpg"
37+
CONFIG_BOOTSPLASH_CONVERT=y
38+
CONFIG_BOOTSPLASH_CONVERT_QUALITY=70
39+
# CONFIG_BOOTSPLASH_CONVERT_RESIZE is not set
40+
# CONFIG_BOOTSPLASH_CONVERT_COLORSWAP is not set
3741
CONFIG_FW_CONFIG=y
3842
CONFIG_FW_CONFIG_SOURCE_CBFS=y
3943

config/coreboot-x230-legacy-flash.config

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ CONFIG_HAVE_ASAN_IN_RAMSTAGE=y
3333
CONFIG_TSEG_STAGE_CACHE=y
3434
# CONFIG_UPDATE_IMAGE is not set
3535
CONFIG_BOOTSPLASH_IMAGE=y
36-
CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash-1024x768.jpg"
36+
CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash.jpg"
37+
CONFIG_BOOTSPLASH_CONVERT=y
38+
CONFIG_BOOTSPLASH_CONVERT_QUALITY=70
39+
# CONFIG_BOOTSPLASH_CONVERT_RESIZE is not set
40+
# CONFIG_BOOTSPLASH_CONVERT_COLORSWAP is not set
3741
CONFIG_FW_CONFIG=y
3842
CONFIG_FW_CONFIG_SOURCE_CBFS=y
3943

0 commit comments

Comments
 (0)