mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
9d808b0347
- Closes https://github.com/linuxboot/heads/pull/1452 - coreboot: Take Talos II 0.7 release coreboot config file that was inside of cbfs and use it as a base upstream. - linux: Readd sysctl and proc requirements for cbmem to work. TODO: fix gpg2 module so that the following doesn't happen (a ppc64 thing. Can't figure out why): ``` Adding generated key to current firmware and re-flashing... Board talos-2 detected, continuing... 37281653053696daf2e40a8efe9451b557d9d6ab586830dc85f814bf2e03a05f /tmp/talos-2.rom Initializing Flash Programmer Reading old flash contents. Please wait... Flashing: [##################################################\] (100%) Verifying flash contents. Please wait... The flash contents were verified and the image was flashed correctly. Signing boot files and generating checksums... 180726119: 000E452213510000005A gpg: error running '//bin/dirmngr': probably not installed gpg: failed to start dirmngr '//bin/dirmngr': Configuration error gpg: can't connect to the dirmngr: Configuration error gpg: no default secret key: No dirmngr gpg: signing failed: No dirmngr ``` dirmngr is deactivated per configure statement --disable-dirmngr, and works as expected on x86 Signed-off-by: Thierry Laurion <insurgo@riseup.net>
10 lines
259 B
Makefile
10 lines
259 B
Makefile
CONFIG_VENDOR_RAPTOR_CS=y
|
|
CONFIG_MAX_CPUS=2
|
|
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000
|
|
CONFIG_DRIVER_TPM_I2C_ADDR=0x20
|
|
CONFIG_TALOS_2_INFINEON_TPM_1=y
|
|
CONFIG_UART_PCI_ADDR=0x0
|
|
CONFIG_I2C_TRANSFER_TIMEOUT_US=500000
|
|
CONFIG_TPM_LOG_TPM2=y
|
|
CONFIG_PAYLOAD_SKIBOOT=y
|