From nobody Fri May 3 16:09:01 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+53440+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+53440+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1579780828; cv=none; d=zohomail.com; s=zohoarc; b=PHCERgxqJReJ+8vc8tJxZLxNLxcomONPE32jTD2r93YT6Gv67sZCZ7YENO5/btwn4HsCM2qA2o2QZpZ1yLdp6iC0IfbFFR1FZ2JhzhwxC1bsvCh1yFOdJx6SDZmuKQwJv1FwPIUnFpFBXR9jz1OhCaYOUKVRpWAHWsI1vC7hbz8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1579780828; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=mAXska5CKb4km/BsnoQsGxMQLMFUt+larkxyjjkjujs=; b=IUFL8cu8GW/7j9OgPG9g64aKQ6I0iGqOFuPvJu2ahhAUGrca7G/+7afMW68ZxeOgw9BNK7mFRLkD68dfs6PG0S/PWwp6FklSC6+9RmVJHgxw56yQRzcIw4VLNJy8GzbxjOL1JUYpO5lPEx9jIexjXBmTbeGs1XYPr8UmpSWWIXE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+53440+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1579780828666465.116600893449; Thu, 23 Jan 2020 04:00:28 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 4qAiYY1788612xIW7yOPAKus; Thu, 23 Jan 2020 04:00:27 -0800 X-Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by mx.groups.io with SMTP id smtpd.web09.6562.1579780826733542818 for ; Thu, 23 Jan 2020 04:00:27 -0800 X-Received: by mail-wr1-f67.google.com with SMTP id y17so2776235wrh.5 for ; Thu, 23 Jan 2020 04:00:26 -0800 (PST) X-Gm-Message-State: 3fglLEvNt4SXKaPDKCVyC3tNx1787277AA= X-Google-Smtp-Source: APXvYqx69CdtN2R7xvpX+u8DGDhIe8tFIaR8ak+oZxzfeKt2Mx3Wa3290yxxCRw35HE4X7e6AMf47w== X-Received: by 2002:a5d:5263:: with SMTP id l3mr16960261wrc.405.1579780824943; Thu, 23 Jan 2020 04:00:24 -0800 (PST) X-Received: from localhost.localdomain ([84.203.95.128]) by smtp.gmail.com with ESMTPSA id t1sm2492281wma.43.2020.01.23.04.00.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jan 2020 04:00:24 -0800 (PST) From: "Pete Batard" To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif@nuviainc.com, philmd@redhat.com, lintonrjeremy@gmail.com Subject: [edk2-devel] [PATCH] Platform/RPi4: Enable BCM GENET stub driver Date: Thu, 23 Jan 2020 12:00:07 +0000 Message-Id: <20200123120007.4784-6-pete@akeo.ie> In-Reply-To: <20200123120007.4784-1-pete@akeo.ie> References: <20200123120007.4784-1-pete@akeo.ie> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pete@akeo.ie Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1579780827; bh=/qLxwz/rjkvorBhc+SwMI6biPHHibt63SBaqO2sj1Uc=; h=Cc:Date:From:Reply-To:Subject:To; b=U0tTAlDOZFhYt1pzQP2ekPrujFhKwF2IRDNWEEF6NBFdduBX7fn+RqK/YWN2diZrGrf fNvQDiOsbm7Bm8q+oDzNHx4w7Rz15JH+HMfhMYPgS52Ccl0Hr/4eMI9XjNDCGluO38WY6 I8b1pF4XbTF1x6unscFehURcvavJ1L/+33w= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Jeremy Linton 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 --- 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 =3D Platform/RaspberryPi/$(PL= ATFORM_NAME)/TrustedFirmwar # Networking stack # !include NetworkPkg/Network.dsc.inc + Platform/RaspberryPi/Drivers/Genet/Genet.inf =20 # # 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 =3D TRUE # Networking stack # !include NetworkPkg/Network.fdf.inc + INF Platform/RaspberryPi/Drivers/Genet/Genet.inf =20 # # RNG -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- 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] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-