Skip to content

Commit

Permalink
[oem] add Nitrokey branding and version
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Dec 22, 2023
1 parent 617c8ec commit 151f000
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Binary file added branding/Nitrokey/bootsplash.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion config/coreboot-t430-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion config/coreboot-x230-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
20 changes: 20 additions & 0 deletions site-local/config
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 151f000

Please sign in to comment.