Skip to content

Commit 2872f44

Browse files
committed
v560tu: unify board config, remove debug cmdline passed from coreboot to linux kernel
Note: qemu coreboot config still pass debug (non quiet, non prod board = debug) config/coreboot-qemu-tpm1.config:173:CONFIG_LINUX_COMMAND_LINE="debug console=ttyS0,115200 console=tty" config/coreboot-qemu-tpm2.config:170:CONFIG_LINUX_COMMAND_LINE="debug console=ttyS0,115200 console=tty" Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 392d456 commit 2872f44

File tree

6 files changed

+1
-26
lines changed

6 files changed

+1
-26
lines changed

boards/novacustom-v560tu/novacustom-v560tu.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@ export CONFIG_BOOT_KERNEL_ADD=""
7979
export CONFIG_BOOT_KERNEL_REMOVE="intel_iommu=on intel_iommu=igfx_off"
8080
export CONFIG_BOARD_NAME="NovaCustom V560TU"
8181
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal --ifd -i bios -i me -i fd"
82-
export CONFIG_AUTO_BOOT_TIMEOUT=5

boards/qemu-coreboot-fbwhiptail-tpm1-hotp-prod/qemu-coreboot-fbwhiptail-tpm1-hotp-prod.config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ CONFIG_LINUX_CONFIG=config/linux-qemu.config
1818
#Enable HAVE_GPG_KEY_BACKUP to test GPG key backup drive (we cannot inject config under QEMU (no internal flashing))
1919
#export CONFIG_HAVE_GPG_KEY_BACKUP=y
2020

21-
#Enable DEBUG output
22-
#export CONFIG_DEBUG_OUTPUT=y
23-
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
24-
#Enable TPM2 pcap output under /tmp
25-
#export CONFIG_TPM2_CAPTURE_PCAP=n
26-
2721
#On-demand hardware support (modules.cpio)
2822
CONFIG_LINUX_USB=y
2923
CONFIG_LINUX_E1000=y

boards/qemu-coreboot-fbwhiptail-tpm1-prod/qemu-coreboot-fbwhiptail-tpm1-prod.config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ CONFIG_LINUX_CONFIG=config/linux-qemu.config
1616
#Enable HAVE_GPG_KEY_BACKUP to test GPG key backup drive (we cannot inject config under QEMU (no internal flashing))
1717
#export CONFIG_HAVE_GPG_KEY_BACKUP=y
1818

19-
#Enable DEBUG output
20-
#export CONFIG_DEBUG_OUTPUT=y
21-
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
22-
#Enable TPM2 pcap output under /tmp
23-
#export CONFIG_TPM2_CAPTURE_PCAP=n
24-
2519
#On-demand hardware support (modules.cpio)
2620
CONFIG_LINUX_USB=y
2721
CONFIG_LINUX_E1000=y

boards/qemu-coreboot-whiptail-tpm1-hotp-prod/qemu-coreboot-whiptail-tpm1-hotp-prod.config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ CONFIG_LINUX_CONFIG=config/linux-qemu.config
1818
#Enable HAVE_GPG_KEY_BACKUP to test GPG key backup drive (we cannot inject config under QEMU (no internal flashing))
1919
#export CONFIG_HAVE_GPG_KEY_BACKUP=y
2020

21-
#Enable DEBUG output
22-
#export CONFIG_DEBUG_OUTPUT=y
23-
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
24-
#Enable TPM2 pcap output under /tmp
25-
#export CONFIG_TPM2_CAPTURE_PCAP=n
26-
2721
#On-demand hardware support (modules.cpio)
2822
CONFIG_LINUX_USB=y
2923
CONFIG_LINUX_E1000=y

boards/qemu-coreboot-whiptail-tpm1-prod/qemu-coreboot-whiptail-tpm1-prod.config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ CONFIG_LINUX_CONFIG=config/linux-qemu.config
1616
#Enable HAVE_GPG_KEY_BACKUP to test GPG key backup drive (we cannot inject config under QEMU (no internal flashing))
1717
#export CONFIG_HAVE_GPG_KEY_BACKUP=y
1818

19-
#Enable DEBUG output
20-
#export CONFIG_DEBUG_OUTPUT=y
21-
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
22-
#Enable TPM2 pcap output under /tmp
23-
#export CONFIG_TPM2_CAPTURE_PCAP=n
24-
2519
#On-demand hardware support (modules.cpio)
2620
CONFIG_LINUX_USB=y
2721
CONFIG_LINUX_E1000=y

config/coreboot-novacustom-v560tu.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ CONFIG_PC_CMOS_BASE_PORT_BANK1=0x72
216216
CONFIG_FSP_TEMP_RAM_SIZE=0x20000
217217
CONFIG_EC_GPE_SCI=0x50
218218
CONFIG_TPM_MEASURED_BOOT=y
219-
CONFIG_LINUX_COMMAND_LINE="debug"
219+
CONFIG_LINUX_COMMAND_LINE="quiet loglevel=2"
220220
CONFIG_BOARD_ROMSIZE_KB_32768=y
221221
# CONFIG_COREBOOT_ROMSIZE_KB_256 is not set
222222
# CONFIG_COREBOOT_ROMSIZE_KB_512 is not set

0 commit comments

Comments
 (0)