[coreboot-gerrit] Change in coreboot[master]: google/fizz: Enable onboard lan

Shelley Chen (Code Review) gerrit at coreboot.org
Fri Jun 16 01:05:39 CEST 2017


Shelley Chen has uploaded this change for review. ( https://review.coreboot.org/20232


Change subject: google/fizz: Enable onboard lan
......................................................................

google/fizz: Enable onboard lan

Enable RT8168_GET_MAC_FROM_VPD in fizz Kconfig.

BUG=b:62090148, b:35775024
BRANCH=None
TEST=Boot to kernel.  Insert mac address into VPD
     vpd -s ethernet_mac=<address>
     reboot the system.
     Ensure we have ip address and corresponding mac
     address with ifconfig.
     Ensure ethernet controller shows up with lspci.

Change-Id: I00f63dcb56a2c9a4600c8461bc94e06ec5ab2d81
Signed-off-by: Shelley Chen <shchen at chromium.org>
---
M src/mainboard/google/fizz/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/20232/1

diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig
index 2d2e6b7..19cd234 100644
--- a/src/mainboard/google/fizz/Kconfig
+++ b/src/mainboard/google/fizz/Kconfig
@@ -14,6 +14,7 @@
 	select NO_FADT_8042
 	select SOC_INTEL_KABYLAKE
 	select GENERIC_SPD_BIN
+	select RT8168_GET_MAC_FROM_VPD
 
 config VBOOT
 	select EC_GOOGLE_CHROMEEC_SWITCHES

-- 
To view, visit https://review.coreboot.org/20232
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I00f63dcb56a2c9a4600c8461bc94e06ec5ab2d81
Gerrit-Change-Number: 20232
Gerrit-PatchSet: 1
Gerrit-Owner: Shelley Chen <shchen at google.com>



More information about the coreboot-gerrit mailing list