From nobody Fri May 3 14:00:21 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+41683+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41683+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1559237957; cv=none; d=zoho.com; s=zohoarc; b=AivZFb0+/hQIy7LXnWr/G2pQmlGX9OU7ZLfrV/7k0bcTaJLYgls/dZysTOlFWAPdDce141f0IBJLn6LyEW9Woygw8yP19glf04xUEsH+DwVg6tlw4dp6uhs4i1xdRZclfn/kqyNVXy/tthPcK6i9NN0SVxZOFebJVIFKjtX+n8Y= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559237957; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=Jt8Hf95h9P6xbfLtaclAzgA3aUS+C1Ip2RjaNbj3yBE=; b=HsJXg4b4qOgv7ZZJ2q1scu69xfS3v+4f+ikCGnpV5cYwx0iBXm0AaNBEK51Iq3nOPjWP0iAdfEgXQ1XnQsGUXUylySrT/9OG6FH8+348IdqTpQBTEU4U2vYFUFFfaXS8/FWmH18X3Evic7L8QY3Bvs0WfPC1xTEt4O8Thtohzxs= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41683+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1559237957546318.6027897251661; Thu, 30 May 2019 10:39:17 -0700 (PDT) Return-Path: X-Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by groups.io with SMTP; Thu, 30 May 2019 10:39:16 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 54EF2A78; Thu, 30 May 2019 10:39:16 -0700 (PDT) X-Received: from mammon-tx2.austin.arm.com (mammon-tx2.austin.arm.com [10.118.30.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 0909C3F5AF; Thu, 30 May 2019 10:39:15 -0700 (PDT) From: "Jeremy Linton" To: devel@edk2.groups.io Cc: mw@semihalf.com, leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, Jeremy Linton Subject: [edk2-devel] [PATCH v2] Marvell/Armada80x0McBin: Enable USB keyboard, NVMe boot Date: Thu, 30 May 2019 12:39:13 -0500 Message-Id: <20190530173913.6674-1-jeremy.linton@arm.com> 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,jeremy.linton@arm.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1559237957; bh=OYBSGP2Uo0wObvJLyPwh9uZSrvYRyENZB/lq58Frf+4=; h=Cc:Date:From:Reply-To:Subject:To; b=JlJcgS5oVl1uXnaaE9YtmThspZP93dKKf4mVfX/crXOw3fIHX2h2rwYWTCQa3dZhCcL 8ug6bsosEGWtcQ5+0Q0I44EogV9K3gtIsQc+scMSA86K1Rd5enzABUGJmjWAO0XAFuo09 Y8elil1Mu66a/74JYaSTgSAER4TsGA69Vkw= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add the USB keyboard driver, which is needed when a graphical console is used. Also add a NVMe boot option for users that choose that instead of SATA or MMC. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jeremy Linton Reviewed-by: Marcin Wojtas Reviewed-by: Leif Lindholm --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 3 +++ Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvel= l/Armada7k8k/Armada7k8k.dsc.inc index 27e52f5af5..89d617fde4 100644 --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc @@ -90,6 +90,7 @@ UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServic= esLib.inf UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf + UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf =20 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf =20 @@ -505,6 +506,7 @@ MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf + MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf =20 # SD/MMC MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf @@ -516,6 +518,7 @@ ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf + MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf =20 # Console packages MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.fdf b/Silicon/Marvell/Ar= mada7k8k/Armada7k8k.fdf index 47e3bc4f82..f59cc1f263 100644 --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.fdf +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.fdf @@ -151,6 +151,7 @@ FvNameGuid =3D 5eda4200-2c5f-43cb-9da3-0baf74b1= b30c INF MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf + INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf =20 # SD/MMC INF MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf @@ -162,6 +163,7 @@ FvNameGuid =3D 5eda4200-2c5f-43cb-9da3-0baf74b1= b30c INF ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf + INF MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf =20 # Multiple Console IO support INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf --=20 2.21.0 -=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 (#41683): https://edk2.groups.io/g/devel/message/41683 Mute This Topic: https://groups.io/mt/31871343/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-