From 446c98a3f887347718d8ddcb1128a7429eb74646 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 17 Jul 2024 13:52:24 -0400 Subject: [PATCH] coreboot configs: add CONFIG_USBDEBUG sed -i '$a CONFIG_USBDEBUG=y' config/coreboot-*.config grep -R CONFIG_COREBOOT_VERSION boards/ | awk -F "/" {'print $2'} | while read board; do if ! sudo make BOARD=$board coreboot.save_in_defconfig_format_in_place > /dev/null 2>&1; then echo $board failed;fi; done Signed-off-by: Thierry Laurion --- config/coreboot-kgpe-d16_server-whiptail.config | 1 + config/coreboot-kgpe-d16_server.config | 1 + config/coreboot-kgpe-d16_workstation-usb_keyboard.config | 1 + config/coreboot-kgpe-d16_workstation.config | 1 + config/coreboot-p8z77-m_pro-tpm1.config | 1 + config/coreboot-qemu-fbwhiptail-tpm1-hotp.config | 1 + config/coreboot-qemu-tpm1.config | 1 + config/coreboot-qemu-tpm2.config | 1 + config/coreboot-t420-maximized.config | 1 + config/coreboot-t420.config | 1 + config/coreboot-t430-legacy-flash.config | 1 + config/coreboot-t430-legacy.config | 1 + config/coreboot-t430-maximized.config | 1 + config/coreboot-t440p.config | 1 + config/coreboot-t520-maximized.config | 1 + config/coreboot-t530-dgpu-maximized.config | 1 + config/coreboot-t530-maximized.config | 1 + config/coreboot-w530-dgpu-K1000m-maximized.config | 1 + config/coreboot-w530-dgpu-K2000m-maximized.config | 1 + config/coreboot-w530-maximized.config | 1 + config/coreboot-w541.config | 1 + config/coreboot-x220-maximized.config | 1 + config/coreboot-x220.config | 1 + config/coreboot-x230-legacy-flash.config | 1 + config/coreboot-x230-legacy.config | 1 + config/coreboot-x230-maximized-fhd_edp.config | 1 + config/coreboot-x230-maximized.config | 1 + config/coreboot-z220-cmt.config | 1 + 28 files changed, 28 insertions(+) diff --git a/config/coreboot-kgpe-d16_server-whiptail.config b/config/coreboot-kgpe-d16_server-whiptail.config index dd7d051a..6668d274 100644 --- a/config/coreboot-kgpe-d16_server-whiptail.config +++ b/config/coreboot-kgpe-d16_server-whiptail.config @@ -4,6 +4,7 @@ CONFIG_VENDOR_ASUS=y CONFIG_UART_FOR_CONSOLE=1 CONFIG_BOARD_ASUS_KGPE_D16=y # CONFIG_DRIVERS_INTEL_WIFI is not set +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_LINUX_COMMAND_LINE="nohz=on console=tty0 earlyprintk=tty0 quiet loglevel=2" CONFIG_COREBOOT_ROMSIZE_KB_16384=y diff --git a/config/coreboot-kgpe-d16_server.config b/config/coreboot-kgpe-d16_server.config index 97c374ef..43b857f3 100644 --- a/config/coreboot-kgpe-d16_server.config +++ b/config/coreboot-kgpe-d16_server.config @@ -4,6 +4,7 @@ CONFIG_VENDOR_ASUS=y CONFIG_UART_FOR_CONSOLE=1 CONFIG_BOARD_ASUS_KGPE_D16=y # CONFIG_DRIVERS_INTEL_WIFI is not set +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_LINUX_COMMAND_LINE="nohz=on console=ttyS1,115200n8 earlyprintk=ttyS1,115200 quiet loglevel=2" CONFIG_COREBOOT_ROMSIZE_KB_16384=y diff --git a/config/coreboot-kgpe-d16_workstation-usb_keyboard.config b/config/coreboot-kgpe-d16_workstation-usb_keyboard.config index dd7d051a..6668d274 100644 --- a/config/coreboot-kgpe-d16_workstation-usb_keyboard.config +++ b/config/coreboot-kgpe-d16_workstation-usb_keyboard.config @@ -4,6 +4,7 @@ CONFIG_VENDOR_ASUS=y CONFIG_UART_FOR_CONSOLE=1 CONFIG_BOARD_ASUS_KGPE_D16=y # CONFIG_DRIVERS_INTEL_WIFI is not set +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_LINUX_COMMAND_LINE="nohz=on console=tty0 earlyprintk=tty0 quiet loglevel=2" CONFIG_COREBOOT_ROMSIZE_KB_16384=y diff --git a/config/coreboot-kgpe-d16_workstation.config b/config/coreboot-kgpe-d16_workstation.config index dd7d051a..6668d274 100644 --- a/config/coreboot-kgpe-d16_workstation.config +++ b/config/coreboot-kgpe-d16_workstation.config @@ -4,6 +4,7 @@ CONFIG_VENDOR_ASUS=y CONFIG_UART_FOR_CONSOLE=1 CONFIG_BOARD_ASUS_KGPE_D16=y # CONFIG_DRIVERS_INTEL_WIFI is not set +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_LINUX_COMMAND_LINE="nohz=on console=tty0 earlyprintk=tty0 quiet loglevel=2" CONFIG_COREBOOT_ROMSIZE_KB_16384=y diff --git a/config/coreboot-p8z77-m_pro-tpm1.config b/config/coreboot-p8z77-m_pro-tpm1.config index 08459369..35b3e70d 100644 --- a/config/coreboot-p8z77-m_pro-tpm1.config +++ b/config/coreboot-p8z77-m_pro-tpm1.config @@ -701,3 +701,4 @@ CONFIG_RELOCATABLE_MODULES=y CONFIG_HAVE_BOOTBLOCK=y CONFIG_HAVE_ROMSTAGE=y CONFIG_HAVE_RAMSTAGE=y +CONFIG_USBDEBUG=y diff --git a/config/coreboot-qemu-fbwhiptail-tpm1-hotp.config b/config/coreboot-qemu-fbwhiptail-tpm1-hotp.config index 38f6c316..562095f0 100644 --- a/config/coreboot-qemu-fbwhiptail-tpm1-hotp.config +++ b/config/coreboot-qemu-fbwhiptail-tpm1-hotp.config @@ -17,3 +17,4 @@ CONFIG_DEFAULT_CONSOLE_LOGLEVEL_6=y CONFIG_PAYLOAD_LINUX=y CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage" CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz" +CONFIG_USBDEBUG=y diff --git a/config/coreboot-qemu-tpm1.config b/config/coreboot-qemu-tpm1.config index a6218bfb..f2fe3cc0 100644 --- a/config/coreboot-qemu-tpm1.config +++ b/config/coreboot-qemu-tpm1.config @@ -19,6 +19,7 @@ CONFIG_PCIEXP_COMMON_CLOCK=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_XRES=1024 CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_YRES=768 CONFIG_DRIVERS_PS2_KEYBOARD=y diff --git a/config/coreboot-qemu-tpm2.config b/config/coreboot-qemu-tpm2.config index 6c2334f4..f74947e9 100644 --- a/config/coreboot-qemu-tpm2.config +++ b/config/coreboot-qemu-tpm2.config @@ -17,6 +17,7 @@ CONFIG_PCIEXP_COMMON_CLOCK=y # CONFIG_PCIEXP_HOTPLUG is not set CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y +CONFIG_USBDEBUG=y CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_XRES=1024 CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_YRES=768 CONFIG_DRIVERS_PS2_KEYBOARD=y diff --git a/config/coreboot-t420-maximized.config b/config/coreboot-t420-maximized.config index 6ab98f5b..6ad33612 100644 --- a/config/coreboot-t420-maximized.config +++ b/config/coreboot-t420-maximized.config @@ -22,6 +22,7 @@ CONFIG_HAVE_GBE_BIN=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y CONFIG_PAYLOAD_LINUX=y diff --git a/config/coreboot-t420.config b/config/coreboot-t420.config index c70179cf..1a4ada98 100644 --- a/config/coreboot-t420.config +++ b/config/coreboot-t420.config @@ -695,3 +695,4 @@ CONFIG_RELOCATABLE_MODULES=y CONFIG_HAVE_BOOTBLOCK=y CONFIG_HAVE_ROMSTAGE=y CONFIG_HAVE_RAMSTAGE=y +CONFIG_USBDEBUG=y diff --git a/config/coreboot-t430-legacy-flash.config b/config/coreboot-t430-legacy-flash.config index 589a356f..8e0d5a7d 100644 --- a/config/coreboot-t430-legacy-flash.config +++ b/config/coreboot-t430-legacy-flash.config @@ -663,3 +663,4 @@ CONFIG_RELOCATABLE_MODULES=y CONFIG_HAVE_BOOTBLOCK=y CONFIG_HAVE_ROMSTAGE=y CONFIG_HAVE_RAMSTAGE=y +CONFIG_USBDEBUG=y diff --git a/config/coreboot-t430-legacy.config b/config/coreboot-t430-legacy.config index 65c3ef1d..f661d1b7 100644 --- a/config/coreboot-t430-legacy.config +++ b/config/coreboot-t430-legacy.config @@ -681,3 +681,4 @@ CONFIG_RELOCATABLE_MODULES=y CONFIG_HAVE_BOOTBLOCK=y CONFIG_HAVE_ROMSTAGE=y CONFIG_HAVE_RAMSTAGE=y +CONFIG_USBDEBUG=y diff --git a/config/coreboot-t430-maximized.config b/config/coreboot-t430-maximized.config index fca3630f..447afe73 100644 --- a/config/coreboot-t430-maximized.config +++ b/config/coreboot-t430-maximized.config @@ -22,6 +22,7 @@ CONFIG_HAVE_GBE_BIN=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y CONFIG_PAYLOAD_LINUX=y diff --git a/config/coreboot-t440p.config b/config/coreboot-t440p.config index d22f8b3a..7e54b625 100644 --- a/config/coreboot-t440p.config +++ b/config/coreboot-t440p.config @@ -19,6 +19,7 @@ CONFIG_HAVE_ME_BIN=y CONFIG_HAVE_GBE_BIN=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y +CONFIG_USBDEBUG=y CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y CONFIG_PAYLOAD_LINUX=y CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage" diff --git a/config/coreboot-t520-maximized.config b/config/coreboot-t520-maximized.config index 6cc2696a..4376cdfa 100644 --- a/config/coreboot-t520-maximized.config +++ b/config/coreboot-t520-maximized.config @@ -691,3 +691,4 @@ CONFIG_RELOCATABLE_MODULES=y CONFIG_HAVE_BOOTBLOCK=y CONFIG_HAVE_ROMSTAGE=y CONFIG_HAVE_RAMSTAGE=y +CONFIG_USBDEBUG=y diff --git a/config/coreboot-t530-dgpu-maximized.config b/config/coreboot-t530-dgpu-maximized.config index 43521a9e..3cc26a5f 100644 --- a/config/coreboot-t530-dgpu-maximized.config +++ b/config/coreboot-t530-dgpu-maximized.config @@ -727,3 +727,4 @@ CONFIG_RELOCATABLE_MODULES=y CONFIG_HAVE_BOOTBLOCK=y CONFIG_HAVE_ROMSTAGE=y CONFIG_HAVE_RAMSTAGE=y +CONFIG_USBDEBUG=y diff --git a/config/coreboot-t530-maximized.config b/config/coreboot-t530-maximized.config index 1050ab84..54df4461 100644 --- a/config/coreboot-t530-maximized.config +++ b/config/coreboot-t530-maximized.config @@ -21,6 +21,7 @@ CONFIG_HAVE_GBE_BIN=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5=y diff --git a/config/coreboot-w530-dgpu-K1000m-maximized.config b/config/coreboot-w530-dgpu-K1000m-maximized.config index dba700f8..701d532c 100644 --- a/config/coreboot-w530-dgpu-K1000m-maximized.config +++ b/config/coreboot-w530-dgpu-K1000m-maximized.config @@ -728,3 +728,4 @@ CONFIG_RELOCATABLE_MODULES=y CONFIG_HAVE_BOOTBLOCK=y CONFIG_HAVE_ROMSTAGE=y CONFIG_HAVE_RAMSTAGE=y +CONFIG_USBDEBUG=y diff --git a/config/coreboot-w530-dgpu-K2000m-maximized.config b/config/coreboot-w530-dgpu-K2000m-maximized.config index 9fc42a0b..249f880e 100644 --- a/config/coreboot-w530-dgpu-K2000m-maximized.config +++ b/config/coreboot-w530-dgpu-K2000m-maximized.config @@ -728,3 +728,4 @@ CONFIG_RELOCATABLE_MODULES=y CONFIG_HAVE_BOOTBLOCK=y CONFIG_HAVE_ROMSTAGE=y CONFIG_HAVE_RAMSTAGE=y +CONFIG_USBDEBUG=y diff --git a/config/coreboot-w530-maximized.config b/config/coreboot-w530-maximized.config index da3b0b23..c8c62dbc 100644 --- a/config/coreboot-w530-maximized.config +++ b/config/coreboot-w530-maximized.config @@ -21,6 +21,7 @@ CONFIG_HAVE_GBE_BIN=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5=y diff --git a/config/coreboot-w541.config b/config/coreboot-w541.config index d8f6eba1..e0f55bd9 100644 --- a/config/coreboot-w541.config +++ b/config/coreboot-w541.config @@ -20,6 +20,7 @@ CONFIG_HAVE_ME_BIN=y CONFIG_HAVE_GBE_BIN=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y +CONFIG_USBDEBUG=y CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y CONFIG_PAYLOAD_LINUX=y CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage" diff --git a/config/coreboot-x220-maximized.config b/config/coreboot-x220-maximized.config index c175fd35..0fb4e5be 100644 --- a/config/coreboot-x220-maximized.config +++ b/config/coreboot-x220-maximized.config @@ -20,6 +20,7 @@ CONFIG_HAVE_GBE_BIN=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y CONFIG_PAYLOAD_LINUX=y diff --git a/config/coreboot-x220.config b/config/coreboot-x220.config index da3f623b..a1edd6fc 100644 --- a/config/coreboot-x220.config +++ b/config/coreboot-x220.config @@ -697,3 +697,4 @@ CONFIG_RELOCATABLE_MODULES=y CONFIG_HAVE_BOOTBLOCK=y CONFIG_HAVE_ROMSTAGE=y CONFIG_HAVE_RAMSTAGE=y +CONFIG_USBDEBUG=y diff --git a/config/coreboot-x230-legacy-flash.config b/config/coreboot-x230-legacy-flash.config index fc2b1202..fe5434f0 100644 --- a/config/coreboot-x230-legacy-flash.config +++ b/config/coreboot-x230-legacy-flash.config @@ -24,6 +24,7 @@ CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y # CONFIG_PCI_ALLOW_BUS_MASTER is not set CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y # CONFIG_USE_PC_CMOS_ALTCENTURY is not set CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y diff --git a/config/coreboot-x230-legacy.config b/config/coreboot-x230-legacy.config index b9a14bf4..7d562219 100644 --- a/config/coreboot-x230-legacy.config +++ b/config/coreboot-x230-legacy.config @@ -21,6 +21,7 @@ CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y # CONFIG_PCI_ALLOW_BUS_MASTER is not set CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y # CONFIG_USE_PC_CMOS_ALTCENTURY is not set CONFIG_PAYLOAD_LINUX=y diff --git a/config/coreboot-x230-maximized-fhd_edp.config b/config/coreboot-x230-maximized-fhd_edp.config index d4f1bc11..771a91e2 100644 --- a/config/coreboot-x230-maximized-fhd_edp.config +++ b/config/coreboot-x230-maximized-fhd_edp.config @@ -23,6 +23,7 @@ CONFIG_HAVE_GBE_BIN=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y CONFIG_PAYLOAD_LINUX=y diff --git a/config/coreboot-x230-maximized.config b/config/coreboot-x230-maximized.config index 7757e210..fcff1249 100644 --- a/config/coreboot-x230-maximized.config +++ b/config/coreboot-x230-maximized.config @@ -25,6 +25,7 @@ CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y # CONFIG_PCI_ALLOW_BUS_MASTER is not set CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y # CONFIG_USE_PC_CMOS_ALTCENTURY is not set CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y diff --git a/config/coreboot-z220-cmt.config b/config/coreboot-z220-cmt.config index 8fb06cb5..3acb1639 100644 --- a/config/coreboot-z220-cmt.config +++ b/config/coreboot-z220-cmt.config @@ -24,6 +24,7 @@ CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_BOOTSPLASH=y CONFIG_PCIEXP_SUPPORT_RESIZABLE_BARS=y CONFIG_PCIEXP_HOTPLUG_IO=0x2000 +CONFIG_USBDEBUG=y CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_TPM_RDRESP_NEED_DELAY=y CONFIG_TPM_LOG_CB=y