From 1a5936b96c875597a059a8558a413e02c145e1c2 Mon Sep 17 00:00:00 2001 From: Shelley Chen Date: Thu, 15 Jun 2017 15:19:26 -0700 Subject: 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=
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 Reviewed-on: https://review.coreboot.org/20232 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/mainboard/google/fizz/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/fizz') diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig index e160d7fc1d..e15d229f6e 100644 --- a/src/mainboard/google/fizz/Kconfig +++ b/src/mainboard/google/fizz/Kconfig @@ -16,6 +16,7 @@ config BOARD_SPECIFIC_OPTIONS select SOC_INTEL_KABYLAKE select FIZZ_USE_I2C_TPM select GENERIC_SPD_BIN + select RT8168_GET_MAC_FROM_VPD config VBOOT select EC_GOOGLE_CHROMEEC_SWITCHES -- cgit v1.2.3