diff options
author | Lijian Zhao <lijian.zhao@intel.com> | 2018-08-03 13:27:09 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-09-28 09:55:46 +0000 |
commit | 0c392b3cfc0e1bb04fe1fefc234ce23b13e50306 (patch) | |
tree | 65e0e867eb7883a9cee7f95e87899f8e022ab0de /src/mainboard/intel/coffeelake_rvp | |
parent | a57447da085ee0f534df0b9c73aac83aafb6f6e3 (diff) | |
download | coreboot-0c392b3cfc0e1bb04fe1fefc234ce23b13e50306.tar.xz |
mb/intel/coffeelake_rvp: Enable GbE support
Enable Gigabit Ethernet network controller on whiskey lake rvp platform,
add NVM bin file as well.
BUG=N/A
TEST=Build and boot up into chromeos on whiskey lake rvp platform, and
check eth0 can get IP address assigned,
Change-Id: Ia299a2aa78108175074e084cc34a7d2b38cf1c72
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/27848
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/coffeelake_rvp')
-rw-r--r-- | src/mainboard/intel/coffeelake_rvp/variants/whl_u/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/coffeelake_rvp/variants/whl_u/devicetree.cb b/src/mainboard/intel/coffeelake_rvp/variants/whl_u/devicetree.cb index 34270cd097..dbf358e3fc 100644 --- a/src/mainboard/intel/coffeelake_rvp/variants/whl_u/devicetree.cb +++ b/src/mainboard/intel/coffeelake_rvp/variants/whl_u/devicetree.cb @@ -130,6 +130,6 @@ chip soc/intel/cannonlake device pci 1f.3 on end # Intel HDA device pci 1f.4 on end # SMBus device pci 1f.5 on end # PCH SPI - device pci 1f.6 off end # GbE + device pci 1f.6 on end # GbE end end |