diff --git a/branding/Nitrokey/bootsplash.jpg b/branding/Nitrokey/bootsplash.jpg new file mode 100644 index 000000000..526c6206b Binary files /dev/null and b/branding/Nitrokey/bootsplash.jpg differ diff --git a/config/coreboot-t430-maximized.config b/config/coreboot-t430-maximized.config index 74d2eb51a..d145efc16 100644 --- a/config/coreboot-t430-maximized.config +++ b/config/coreboot-t430-maximized.config @@ -37,7 +37,8 @@ CONFIG_BOOTSPLASH_IMAGE=y CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash.jpg" CONFIG_BOOTSPLASH_CONVERT=y CONFIG_BOOTSPLASH_CONVERT_QUALITY=70 -# CONFIG_BOOTSPLASH_CONVERT_RESIZE is not set +CONFIG_BOOTSPLASH_CONVERT_RESIZE=y +CONFIG_BOOTSPLASH_CONVERT_RESOLUTION="1024x576" # CONFIG_BOOTSPLASH_CONVERT_COLORSWAP is not set # CONFIG_FW_CONFIG is not set diff --git a/config/coreboot-x230-maximized.config b/config/coreboot-x230-maximized.config index ae2cd583e..cbdba31b7 100644 --- a/config/coreboot-x230-maximized.config +++ b/config/coreboot-x230-maximized.config @@ -36,7 +36,8 @@ CONFIG_BOOTSPLASH_IMAGE=y CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash.jpg" CONFIG_BOOTSPLASH_CONVERT=y CONFIG_BOOTSPLASH_CONVERT_QUALITY=70 -# CONFIG_BOOTSPLASH_CONVERT_RESIZE is not set +CONFIG_BOOTSPLASH_CONVERT_RESIZE=y +CONFIG_BOOTSPLASH_CONVERT_RESOLUTION="1024x576" # CONFIG_BOOTSPLASH_CONVERT_COLORSWAP is not set # CONFIG_FW_CONFIG is not set diff --git a/site-local/config b/site-local/config new file mode 100644 index 000000000..d6e9ab930 --- /dev/null +++ b/site-local/config @@ -0,0 +1,20 @@ + +BRAND_NAME=Nitrokey + +CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y + + +ifeq "x230-hotp-maximized" "$(BOARD)" + +CONFIG_BOARD_NAME="Nitropad x230 | v2.4" + +else ifeq "t430-hotp-maximized" "$(BOARD)" + +CONFIG_BOARD_NAME="Nitropad t430 | v2.4" + +else + +CONFIG_BOARD_NAME+=" | v2.4" + +endif +