[edk2-devel] [PATCH] Platform/RPi4: Enable BCM GENET stub driver

Pete Batard posted 1 patch 4 years, 3 months ago
Failed in applying to current master (apply log)
Platform/RaspberryPi/RPi4/RPi4.dsc | 1 +
Platform/RaspberryPi/RPi4/RPi4.fdf | 1 +
2 files changed, 2 insertions(+)
[edk2-devel] [PATCH] Platform/RPi4: Enable BCM GENET stub driver
Posted by Pete Batard 4 years, 3 months ago
From: Jeremy Linton <lintonrjeremy@gmail.com>

We have a stub driver, which retrieves the rpi's
MAC address via the mailbox interface and programs the
NIC. Lets enable it.

Signed-off-by: Jeremy Linton <lintonrjeremy@gmail.com>
---
 Platform/RaspberryPi/RPi4/RPi4.dsc | 1 +
 Platform/RaspberryPi/RPi4/RPi4.fdf | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
index 9aead4de32..97972382d5 100644
--- a/Platform/RaspberryPi/RPi4/RPi4.dsc
+++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
@@ -660,6 +660,7 @@ DEFINE TFA_BUILD_ARTIFACT = Platform/RaspberryPi/$(PLATFORM_NAME)/TrustedFirmwar
   # Networking stack
   #
 !include NetworkPkg/Network.dsc.inc
+  Platform/RaspberryPi/Drivers/Genet/Genet.inf
 
   #
   # RNG
diff --git a/Platform/RaspberryPi/RPi4/RPi4.fdf b/Platform/RaspberryPi/RPi4/RPi4.fdf
index e00a45b8a4..c44ec839c2 100644
--- a/Platform/RaspberryPi/RPi4/RPi4.fdf
+++ b/Platform/RaspberryPi/RPi4/RPi4.fdf
@@ -265,6 +265,7 @@ READ_LOCK_STATUS   = TRUE
   # Networking stack
   #
 !include NetworkPkg/Network.fdf.inc
+  INF Platform/RaspberryPi/Drivers/Genet/Genet.inf
 
   #
   # RNG

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#53440): https://edk2.groups.io/g/devel/message/53440
Mute This Topic: https://groups.io/mt/70045882/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-