From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by mx.groups.io with SMTP id smtpd.web11.6731.1579781021155811528 for ; Thu, 23 Jan 2020 04:03:41 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@akeo-ie.20150623.gappssmtp.com header.s=20150623 header.b=K9SPR1Mw; spf=none, err=permanent DNS error (domain: akeo.ie, ip: 209.85.221.66, mailfrom: pete@akeo.ie) Received: by mail-wr1-f66.google.com with SMTP id y17so2787849wrh.5 for ; Thu, 23 Jan 2020 04:03:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=1rLopUh1GQqKYVzUfce5YLnAUzUEx+80jOxQoTxXXXw=; b=K9SPR1Mw7j8D9jfveN411xalRVpQocVIOZ3LKKSjLUL6ZfIToDmKPVcs9cEXYPFDbd 40P8KgiMmKF/jpTTdwo6Zc+MVbonVaMd9NN7dLr8dRJ28AfYHa9bD/v7lAYrV7T0hQbW FbFFkQB2BvZGdxghw02U/C/zNlqTB4IxyKm+2cXck1QHF3ztRx4ynVBDgdNh4c0+CzkY 2x4FqS6a55EqWp5ZBL6A3EzCi3ZacjGbP6D2A+r10RWpG+bwHxW+bz3Dtb9sxAkQc7Y6 YENeQh3hqyi7wTmHc3is2ZGNcCSQPw9ywkq9IWMiNkhR6KLwaUbahuzraJ5JGu7riqmC D+Bg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=1rLopUh1GQqKYVzUfce5YLnAUzUEx+80jOxQoTxXXXw=; b=g2ko7bqJMnpPi/RZWCfda0smPKbVYuMozCbsgyg/crY1Azk12jl+TIvdXxQ+CwBrLH iWez+Kvz4olOsqzJViFqcNqnAUKGgZ1EkdpnE8WVN1pJBc5WxMOXmgp9EI7E/iSJlOie j5e9OqSkdoPyuqa+W5Z85JAQGb0HXJjEpaPPzlSX66KECa6ETgv/lNB64VWJ53BI1FpT L7/m/+MBFQSI7cSaEJCCu3FYICQyQsNHuTGXuf0d0hNGz4O2D2Ci3OUi93eIIWRYdznz 4+gUXzX4DZIBcw1mr5K60yWE1kpbrsPEugaZR2KeZrbMgDss8TpayPGDwYNQC0jnmFed PXcg== X-Gm-Message-State: APjAAAV8/rOCaJhI0CMwcdJwJrwZ7yHpmHuOk0iyf9z3Rp9gcfDVOwoq yPvJ0s8CjOBgEuofui1VipW64fLRk38= X-Google-Smtp-Source: APXvYqyzCQKHHiTgt0+vPoZpVgzwmYytKv3v8ZdBmmTd0YMWr1rifF7w42eBCOwPNIpZzFBLzrzjtQ== X-Received: by 2002:adf:e3cd:: with SMTP id k13mr17623349wrm.338.1579781019735; Thu, 23 Jan 2020 04:03:39 -0800 (PST) Return-Path: Received: from [10.0.0.122] ([84.203.95.128]) by smtp.googlemail.com with ESMTPSA id c15sm2732968wrt.1.2020.01.23.04.03.38 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Jan 2020 04:03:39 -0800 (PST) Subject: Re: [edk2-devel] [PATCH] Platform/RPi4: Enable BCM GENET stub driver To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif@nuviainc.com, philmd@redhat.com, lintonrjeremy@gmail.com References: <20200123120007.4784-1-pete@akeo.ie> <15EC824ADEB49EC2.12514@groups.io> From: "Pete Batard" Message-ID: Date: Thu, 23 Jan 2020 12:03:38 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <15EC824ADEB49EC2.12514@groups.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit **PLEASE DISREGARD THIS PATCH** I had a couple of extra .patch files in my repo that were inadvertently sent with the previous series. /Pete On 2020.01.23 12:00, Pete Batard via Groups.Io wrote: > 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 > > >