Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/76872?usp=email )
Change subject: mb/google/rex/variants/ovis: Use and configure RT8168 driver ......................................................................
mb/google/rex/variants/ovis: Use and configure RT8168 driver
This makes sure we don't get a random mac address on boot.
Change-Id: I699e52e25f851de325f96ef885e04d15ca64badd Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- M src/mainboard/google/rex/Kconfig M src/mainboard/google/rex/variants/ovis/overridetree.cb 2 files changed, 18 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/76872/1
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 442b809..08382cb 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -68,6 +68,9 @@ select HAVE_SLP_S0_GATE select MAINBOARD_HAS_CHROMEOS select MEMORY_SOLDERDOWN + select RT8168_GEN_ACPI_POWER_RESOURCE + select RT8168_GET_MAC_FROM_VPD + select RT8168_SET_LED_MODE select SOC_INTEL_IOE_DIE_SUPPORT select SOC_INTEL_METEORLAKE_U_H select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES diff --git a/src/mainboard/google/rex/variants/ovis/overridetree.cb b/src/mainboard/google/rex/variants/ovis/overridetree.cb index de86a55..22da77e 100644 --- a/src/mainboard/google/rex/variants/ovis/overridetree.cb +++ b/src/mainboard/google/rex/variants/ovis/overridetree.cb @@ -62,7 +62,15 @@ .clk_req = 2, .flags = PCIE_RP_LTR | PCIE_RP_AER, }" + chip drivers/net + register "customized_leds" = "0x0482" + register "wake" = "GPE0_DW0_07" + register "device_index" = "0" + register "add_acpi_dma_property" = "true" + device pci 00.0 on end + end end #PCIE7 LAN1 card + device ref pcie_rp10 on # Enable LAN0 Card PCIE 10 using clk 8 register "pcie_rp[PCH_RP(10)]" = "{ @@ -70,6 +78,13 @@ .clk_req = 8, .flags = PCIE_RP_LTR | PCIE_RP_AER, }" + chip drivers/net + register "customized_leds" = "0x0482" + register "wake" = "GPE0_DW0_10" + register "device_index" = "0" + register "add_acpi_dma_property" = "true" + device pci 00.0 on end + end end #PCIE10 LAN0 card device ref pcie_rp11 on # Enable SSD Card PCIE 11 using clk 7