From mboxrd@z Thu Jan 1 00:00:00 1970 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 Authentication-Results: mx.groups.io; dkim=pass header.i=@akeo-ie.20150623.gappssmtp.com header.s=20150623 header.b=kPu+5+Bl; spf=none, err=permanent DNS error (domain: akeo.ie, ip: 209.85.221.67, mailfrom: pete@akeo.ie) Received: by mail-wr1-f67.google.com with SMTP id y17so2776235wrh.5 for ; Thu, 23 Jan 2020 04:00:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LDfe4rjpMB6qKfp8ElMALLP+RFxPUzIoCcRo1ujaPwg=; b=kPu+5+BlqGxEURhuJiVTN0xbJ9Gsz76T986QFrugXh7zF4ecPTr+iKLyussRXoQH96 d/8HUlf9eAu4148RScFgMWcRAzXMJ/eNAUY4N1Jb9c/pC5GBAPTWO+Ugh9cFkJdfwjV1 RfSXFK8UJdLkPwRQSZ37tsOb3jW0ki0nygTxt9pll3FY3bEAfztytsggRT+7T88X6Zx6 PRvaryToC2gOYqpcrWAtDQn/QPdO6ALTgrTgKb5R0FDWI5FoCRnlBYAE3zhrV42GLJCr ocLf5hGzNqDybvj+B5GHhkyzuy/exCcfQGGAgtNUVaXpkxRjXgxHdwLbEkR4zbFDqHRm 73Lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=LDfe4rjpMB6qKfp8ElMALLP+RFxPUzIoCcRo1ujaPwg=; b=FK5Jtt7HD5l4OsD78TbYVvuEuFGFkyiFI/t3WtW/jHdK5Zkxr84kdzVFSLyfCj4GtM g9gsakE0W8Sn2/kVE1sbTH33xTmK/AuCFSMMkj/gKsL7GhkcsXp1C0gII5tkztJUpijJ fK8NGiG3ndkGyHMRMoA4iwuh5YY4BgOQGlC6t2HNnblAHNkzBldcxdsgAeeKqp1qVIAM 9FuCWIlp+mkp64PkckQEOx6uUu4dIK1Nzwp+lM7SVRrmNOk8ar1ip9uNfEHdFY73R9rm Q+4HJ4kbc2BlpEupnq+Fm5wrT/1IDW7jF41HDh5bl7MuaCEA0/ywoq/Y8bSSOjHcaZKe 5QFQ== X-Gm-Message-State: APjAAAWnMyN94zeGH0/3jf7zg6hGqTbrxg+Havmzos5lTgskRJzCSzUH 7PX6G0ICVo8WDGH4voqeIspVFvnlk1A= 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) Return-Path: 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: [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> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20200123120007.4784-1-pete@akeo.ie> References: <20200123120007.4784-1-pete@akeo.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 = 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