2023-05-22 10:57:18 +00:00
|
|
|
# Nitrokey Nitropad NV41 board configuration
|
2024-05-05 16:16:23 +00:00
|
|
|
# Note: for reference, other GOP enabled FB board is librem_11
|
2023-05-22 10:57:18 +00:00
|
|
|
|
|
|
|
export CONFIG_COREBOOT=y
|
2024-02-14 15:57:05 +00:00
|
|
|
export CONFIG_COREBOOT_VERSION=dasharo
|
2023-05-22 10:57:18 +00:00
|
|
|
export CONFIG_LINUX_VERSION=6.1.8
|
|
|
|
|
|
|
|
CONFIG_COREBOOT_CONFIG=config/coreboot-nitropad-nv41.config
|
|
|
|
CONFIG_LINUX_CONFIG=config/linux-nitropad-x.config
|
|
|
|
|
2024-04-16 15:40:45 +00:00
|
|
|
#Enable DEBUG output
|
|
|
|
#export CONFIG_DEBUG_OUTPUT=y
|
|
|
|
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
|
2024-04-16 16:43:51 +00:00
|
|
|
#Enable TPM2 pcap output under /tmp
|
|
|
|
#export CONFIG_TPM2_CAPTURE_PCAP=y
|
2024-04-16 15:40:45 +00:00
|
|
|
|
|
|
|
#On-demand hardware support (modules.cpio)
|
|
|
|
CONFIG_LINUX_USB=y
|
|
|
|
CONFIG_LINUX_E1000=y
|
|
|
|
CONFIG_MOBILE_TETHERING=y
|
|
|
|
|
|
|
|
#Modules packed into tools.cpio
|
2023-05-22 10:57:18 +00:00
|
|
|
CONFIG_CRYPTSETUP2=y
|
2024-09-01 19:02:42 +00:00
|
|
|
CONFIG_FLASHPROG=y
|
2024-04-16 15:40:45 +00:00
|
|
|
CONFIG_FLASHTOOLS=y
|
2023-05-22 10:57:18 +00:00
|
|
|
CONFIG_GPG2=y
|
2024-04-16 15:40:45 +00:00
|
|
|
CONFIG_KEXEC=y
|
|
|
|
CONFIG_UTIL_LINUX=y
|
2023-05-22 10:57:18 +00:00
|
|
|
CONFIG_LVM2=y
|
|
|
|
CONFIG_MBEDTLS=y
|
2024-04-16 15:40:45 +00:00
|
|
|
CONFIG_PCIUTILS=y
|
2023-05-22 10:57:18 +00:00
|
|
|
CONFIG_MSRTOOLS=y
|
2024-04-16 15:40:45 +00:00
|
|
|
#Remote attestation support
|
|
|
|
# TPM2 requirements
|
|
|
|
CONFIG_TPM2_TSS=y
|
|
|
|
CONFIG_OPENSSL=y
|
2024-04-16 16:43:51 +00:00
|
|
|
#Remote Attestation common tools
|
2024-04-16 15:40:45 +00:00
|
|
|
CONFIG_POPT=y
|
|
|
|
CONFIG_QRENCODE=y
|
|
|
|
CONFIG_TPMTOTP=y
|
|
|
|
#HOTP based remote attestation for supported USB Security dongle
|
|
|
|
#With/Without TPM support
|
2023-05-22 10:57:18 +00:00
|
|
|
CONFIG_HOTPKEY=y
|
2024-04-16 16:43:51 +00:00
|
|
|
#Nitrokey Storage admin tool (deprecated)
|
|
|
|
#CONFIG_NKSTORECLI=n
|
2024-04-16 15:40:45 +00:00
|
|
|
#GUI Support
|
|
|
|
#Console based Whiptail support(Console based, no FB):
|
|
|
|
#CONFIG_SLANG=y
|
|
|
|
#CONFIG_NEWT=y
|
|
|
|
#FBWhiptail based (Graphical):
|
2023-05-22 10:57:18 +00:00
|
|
|
CONFIG_CAIRO=y
|
|
|
|
CONFIG_FBWHIPTAIL=y
|
2024-04-16 15:40:45 +00:00
|
|
|
#Additional tools (tools.cpio):
|
|
|
|
#SSH server (requires ethernet drivers, eg: CONFIG_LINUX_E1000E)
|
|
|
|
CONFIG_DROPBEAR=y
|
2023-05-22 10:57:18 +00:00
|
|
|
|
2024-04-16 15:40:45 +00:00
|
|
|
#Runtime configuration
|
|
|
|
#Automatically boot if HOTP is valid
|
|
|
|
export CONFIG_AUTO_BOOT_TIMEOUT=5
|
|
|
|
#TPM2 requirements
|
|
|
|
export CONFIG_TPM2_TOOLS=y
|
|
|
|
export CONFIG_PRIMARY_KEY_TYPE=ecc
|
|
|
|
#TPM1 requirements
|
|
|
|
#export CONFIG_TPM=y
|
2023-05-22 10:57:18 +00:00
|
|
|
export CONFIG_BOOTSCRIPT=/bin/gui-init
|
2024-04-16 15:40:45 +00:00
|
|
|
export CONFIG_BOOT_REQ_HASH=n
|
|
|
|
export CONFIG_BOOT_REQ_ROLLBACK=n
|
2023-12-12 16:30:02 +00:00
|
|
|
export CONFIG_BOOT_KERNEL_ADD=""
|
2023-05-22 10:57:18 +00:00
|
|
|
export CONFIG_BOOT_KERNEL_REMOVE="intel_iommu=on intel_iommu=igfx_off"
|
|
|
|
export CONFIG_BOARD_NAME="Nitropad NV41"
|
2024-09-09 14:58:39 +00:00
|
|
|
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"
|
2024-04-16 16:43:51 +00:00
|
|
|
export CONFIG_AUTO_BOOT_TIMEOUT=5
|