Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiP - Talos II - Add tg3 ethernet driver to be useable under Heads #1363

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
5 changes: 4 additions & 1 deletion boards/talos-2/talos-2.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ CONFIG_NEWT=y
CONFIG_LINUX_USB=y
CONFIG_LINUX_BUNDLED=y

#Additional hardware support
CONFIG_LINUX_TG3=y

#SSH client/server
CONFIG_DROPBEAR=y

Expand All @@ -40,7 +43,7 @@ export CONFIG_USB_KEYBOARD=y
export CONFIG_BOOT_EXTRA_TTYS="tty0"

export CONFIG_TPM=y
export CONFIG_BOOTSCRIPT=/bin/gui-init
export CONFIG_BOOTSCRIPT=/bin/talos-init
export CONFIG_BOOT_REQ_HASH=n
export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOOT_KERNEL_REMOVE="quiet"
Expand Down
3 changes: 2 additions & 1 deletion config/coreboot-talos-2.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_VENDOR_RAPTOR_CS=y
CONFIG_PAYLOAD_SKIBOOT=y
CONFIG_TALOS_2_INFINEON_TPM_1=y
CONFIG_TPM_LOG_TPM2=y
CONFIG_PAYLOAD_SKIBOOT=y
Loading