From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.10679.1591264218472705416 for ; Thu, 04 Jun 2020 02:50:18 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 15E8055D; Thu, 4 Jun 2020 02:50:17 -0700 (PDT) Received: from localhost.localdomain (unknown [10.37.8.209]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 560F93F6CF; Thu, 4 Jun 2020 02:50:15 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Jared McNeill , Andrei Warkentin , Samer El-Haj-Mahmoud , Leif Lindholm , Pete Batard , Jeremy Linton Subject: [PATCH edk2-platforms 0/3] Platform/RaspberryPi: omit ConnectAll() on regular boot Date: Thu, 4 Jun 2020 11:50:04 +0200 Message-Id: <20200604095007.45693-1-ard.biesheuvel@arm.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Some changes that allow RPi to boot without having to connect all control= lers on every boot. This is a step towards unifying the bespoke RPi PlatformBm= Lib and the generic ArmPkg one. Note that the 'recent change' that patch #2 refers to has not been merged as of yet. Cc: Jared McNeill Cc: Andrei Warkentin Cc: Samer El-Haj-Mahmoud Cc: Leif Lindholm Cc: Pete Batard Cc: Jeremy Linton Ard Biesheuvel (3): Silicon/Broadcom/BcmGenetDxe: program MAC also when not connected Platform/RaspberryPi: add UEFI Shell to boot manager menu Platform/RaspberryPi: don't connect all devices on an ordinary boot Platform/RaspberryPi/Library/PlatformBootManagerLib/PlatformBm.c | 7 +-= - Silicon/Broadcom/Drivers/Net/BcmGenetDxe/DriverBinding.c | 66 ++= ++++++++++++++++++ 2 files changed, 67 insertions(+), 6 deletions(-) --=20 2.26.2