Skip to content

Commit

Permalink
coreboot configs: add CONFIG_USBDEBUG
Browse files Browse the repository at this point in the history
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 <insurgo@riseup.net>
  • Loading branch information
tlaurion committed Jul 18, 2024
1 parent 49e37e1 commit 0b53268
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/coreboot-kgpe-d16_server-whiptail.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-kgpe-d16_server.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-kgpe-d16_workstation-usb_keyboard.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-kgpe-d16_workstation.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-p8z77-m_pro-tpm1.config
Original file line number Diff line number Diff line change
Expand Up @@ -701,3 +701,4 @@ CONFIG_RELOCATABLE_MODULES=y
CONFIG_HAVE_BOOTBLOCK=y
CONFIG_HAVE_ROMSTAGE=y
CONFIG_HAVE_RAMSTAGE=y
CONFIG_USBDEBUG=y
1 change: 1 addition & 0 deletions config/coreboot-qemu-fbwhiptail-tpm1-hotp.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions config/coreboot-qemu-tpm1.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-qemu-tpm2.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-t420-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-t420.config
Original file line number Diff line number Diff line change
Expand Up @@ -695,3 +695,4 @@ CONFIG_RELOCATABLE_MODULES=y
CONFIG_HAVE_BOOTBLOCK=y
CONFIG_HAVE_ROMSTAGE=y
CONFIG_HAVE_RAMSTAGE=y
CONFIG_USBDEBUG=y
1 change: 1 addition & 0 deletions config/coreboot-t430-legacy-flash.config
Original file line number Diff line number Diff line change
Expand Up @@ -663,3 +663,4 @@ CONFIG_RELOCATABLE_MODULES=y
CONFIG_HAVE_BOOTBLOCK=y
CONFIG_HAVE_ROMSTAGE=y
CONFIG_HAVE_RAMSTAGE=y
CONFIG_USBDEBUG=y
1 change: 1 addition & 0 deletions config/coreboot-t430-legacy.config
Original file line number Diff line number Diff line change
Expand Up @@ -681,3 +681,4 @@ CONFIG_RELOCATABLE_MODULES=y
CONFIG_HAVE_BOOTBLOCK=y
CONFIG_HAVE_ROMSTAGE=y
CONFIG_HAVE_RAMSTAGE=y
CONFIG_USBDEBUG=y
1 change: 1 addition & 0 deletions config/coreboot-t430-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-t440p.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-t520-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -691,3 +691,4 @@ CONFIG_RELOCATABLE_MODULES=y
CONFIG_HAVE_BOOTBLOCK=y
CONFIG_HAVE_ROMSTAGE=y
CONFIG_HAVE_RAMSTAGE=y
CONFIG_USBDEBUG=y
1 change: 1 addition & 0 deletions config/coreboot-t530-dgpu-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -727,3 +727,4 @@ CONFIG_RELOCATABLE_MODULES=y
CONFIG_HAVE_BOOTBLOCK=y
CONFIG_HAVE_ROMSTAGE=y
CONFIG_HAVE_RAMSTAGE=y
CONFIG_USBDEBUG=y
1 change: 1 addition & 0 deletions config/coreboot-t530-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-w530-dgpu-K1000m-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -728,3 +728,4 @@ CONFIG_RELOCATABLE_MODULES=y
CONFIG_HAVE_BOOTBLOCK=y
CONFIG_HAVE_ROMSTAGE=y
CONFIG_HAVE_RAMSTAGE=y
CONFIG_USBDEBUG=y
1 change: 1 addition & 0 deletions config/coreboot-w530-dgpu-K2000m-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -728,3 +728,4 @@ CONFIG_RELOCATABLE_MODULES=y
CONFIG_HAVE_BOOTBLOCK=y
CONFIG_HAVE_ROMSTAGE=y
CONFIG_HAVE_RAMSTAGE=y
CONFIG_USBDEBUG=y
1 change: 1 addition & 0 deletions config/coreboot-w530-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-w541.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-x220-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-x220.config
Original file line number Diff line number Diff line change
Expand Up @@ -697,3 +697,4 @@ CONFIG_RELOCATABLE_MODULES=y
CONFIG_HAVE_BOOTBLOCK=y
CONFIG_HAVE_ROMSTAGE=y
CONFIG_HAVE_RAMSTAGE=y
CONFIG_USBDEBUG=y
1 change: 1 addition & 0 deletions config/coreboot-x230-legacy-flash.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-x230-legacy.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-x230-maximized-fhd_edp.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-x230-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/coreboot-z220-cmt.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b53268

Please sign in to comment.