mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-11 13:15:17 +00:00
Add Heads config for the T440p (maximized/hotp-maximized)
This commit is contained in:
parent
f0792117ef
commit
65be2c5b7a
6
boards/t440p-hotp-maximized/t440p-hotp-maximized.config
Normal file
6
boards/t440p-hotp-maximized/t440p-hotp-maximized.config
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Inherit the rest from the base T440p config.
|
||||||
|
include $(pwd)/boards/t440p-maximized/t440p-maximized.config
|
||||||
|
|
||||||
|
CONFIG_HOTPKEY=y
|
||||||
|
|
||||||
|
export CONFIG_BOARD_NAME="ThinkPad T440p-hotp-maximized"
|
49
boards/t440p-maximized/t440p-maximized.config
Normal file
49
boards/t440p-maximized/t440p-maximized.config
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
# Configuration for a ThinkPad T440p.
|
||||||
|
CONFIG_COREBOOT_CONFIG=config/coreboot-t440p.config
|
||||||
|
# TODO: Make a ThinkPad-common Linux config file.
|
||||||
|
CONFIG_LINUX_CONFIG=config/linux-librem_common.config
|
||||||
|
|
||||||
|
export CONFIG_COREBOOT=y
|
||||||
|
export CONFIG_COREBOOT_VERSION=4.17
|
||||||
|
export CONFIG_LINUX_VERSION=5.10.5
|
||||||
|
|
||||||
|
CONFIG_CRYPTSETUP2=y
|
||||||
|
CONFIG_FLASHROM=y
|
||||||
|
CONFIG_FLASHTOOLS=y
|
||||||
|
CONFIG_GPG2=y
|
||||||
|
CONFIG_KEXEC=y
|
||||||
|
CONFIG_UTIL_LINUX=y
|
||||||
|
CONFIG_LVM2=y
|
||||||
|
CONFIG_MBEDTLS=y
|
||||||
|
CONFIG_PCIUTILS=y
|
||||||
|
CONFIG_POPT=y
|
||||||
|
CONFIG_QRENCODE=y
|
||||||
|
CONFIG_TPMTOTP=y
|
||||||
|
|
||||||
|
# Dependencies for a graphical menu. Enable CONFIG_SLANG and CONFIG_NEWT instead
|
||||||
|
# for a console-based menu.
|
||||||
|
CONFIG_CAIRO=y
|
||||||
|
CONFIG_FBWHIPTAIL=y
|
||||||
|
|
||||||
|
CONFIG_LINUX_USB=y
|
||||||
|
|
||||||
|
export CONFIG_TPM=y
|
||||||
|
export CONFIG_BOOTSCRIPT=/bin/gui-init
|
||||||
|
export CONFIG_BOOT_REQ_HASH=n
|
||||||
|
export CONFIG_BOOT_REQ_ROLLBACK=n
|
||||||
|
export CONFIG_BOOT_DEV="/dev/sda1"
|
||||||
|
export CONFIG_BOARD_NAME="ThinkPad T440p-maximized"
|
||||||
|
export CONFIG_FLASHROM_OPTIONS="-p internal"
|
||||||
|
|
||||||
|
all: $(board_build)/$(CB_OUTPUT_FILE)
|
||||||
|
@sha256sum $@ | tee -a "$(HASHES)"
|
||||||
|
|
||||||
|
all: $(board_build)/heads-$(BOARD)-$(HEADS_GIT_VERSION)-bottom.rom
|
||||||
|
$(board_build)/heads-$(BOARD)-$(HEADS_GIT_VERSION)-bottom.rom: $(board_build)/$(CB_OUTPUT_FILE)
|
||||||
|
$(call do,DD 8MB,$@,dd of=$@ if=$< bs=65536 count=128 skip=0 status=none)
|
||||||
|
@sha256sum $@ | tee -a "$(HASHES)"
|
||||||
|
|
||||||
|
all: $(board_build)/heads-$(BOARD)-$(HEADS_GIT_VERSION)-top.rom
|
||||||
|
$(board_build)/heads-$(BOARD)-$(HEADS_GIT_VERSION)-top.rom: $(board_build)/$(CB_OUTPUT_FILE)
|
||||||
|
$(call do,DD 4MB,$@,dd of=$@ if=$< bs=65536 count=64 skip=128 status=none)
|
||||||
|
@sha256sum $@ | tee -a "$(HASHES)"
|
Loading…
x
Reference in New Issue
Block a user