From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: fensystems.co.uk, ip: 212.13.204.60, mailfrom: mbrown@fensystems.co.uk) Received: from duck.fensystems.co.uk (duck.fensystems.co.uk [212.13.204.60]) by groups.io with SMTP; Fri, 19 Jul 2019 10:29:34 -0700 Received: from pudding.home (unknown [IPv6:2001:470:1dbe:1:ffff::c5f1]) by duck.fensystems.co.uk (Postfix) with ESMTPSA id 39419159FE; Fri, 19 Jul 2019 18:29:32 +0100 (BST) From: Michael Brown To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org, pete@akeo.ie, Michael Brown Subject: [edk2-platforms: PATCH 0/1] Handle RPi device trees using "ethernet0" Date: Fri, 19 Jul 2019 18:29:06 +0100 Message-Id: <20190719172907.788170-1-mbrown@fensystems.co.uk> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable This standalone patch fixes FdtDxe.c to handle newer Raspberry Pi device trees using the "ethernet0" alias (while retaining compatibility with older device trees). Michael Brown (1): Platform/RPi3: Accept "ethernet" or "ethernet0" aliases in device tree Platform/RaspberryPi/RPi3/Drivers/FdtDxe/FdtDxe.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --=20 2.20.1