forked from linuxboot/heads
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Talos-2: bring changes to a working state outside of usage of GPG key…
… material backup as of now TODO: dirmngr is called even if disabled on ppc64 when detach signing (but not built and deactivated per configure script) Will seek help for that, but that would probably mean a gnupg tollstack version bump - Closes linuxboot#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. - Adds extFAT requirements that were missing Signed-off-by: Thierry Laurion <[email protected]>
- Loading branch information
Showing
3 changed files
with
52 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters