public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Jeremy Linton" <jeremy.linton@arm.com>
To: Leif Lindholm <leif.lindholm@linaro.org>, devel@edk2.groups.io
Cc: mw@semihalf.com, ard.biesheuvel@linaro.org
Subject: Re: [edk2-devel] [PATCH] Marvell/Armada80x0McBin: Enable usb keyboard, nvme boot
Date: Thu, 30 May 2019 12:21:57 -0500	[thread overview]
Message-ID: <8d8c7649-630d-ee75-be0c-02027124136b@arm.com> (raw)
In-Reply-To: <20190529110900.auikhgb55w3uual4@bivouac.eciton.net>


Hi,


On 5/29/19 6:09 AM, Leif Lindholm wrote:
> On Tue, May 28, 2019 at 06:43:13PM -0500, Jeremy Linton wrote:
>> Add a USB keyboard flag, which is needed when a graphical console
>> is enabled. Also add a nvme boot option for users that choose
>> that instead of sata or mmc.
>>
>> Contributed-under: TianoCore Contribution Agreement 1.1
> 
> Just a note in case you had missed:
> We are transitioning the licensing of edk2-platforms to
> https://spdx.org/licenses/BSD-2-Clause-Patent
> (As of yesterday) we have approval from Marvell to relicense these
> files, so future contributions won't need the Contributed-under.
> (This one does, though.)

Thanks, I didn't know that.

> 
>> Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
> 
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> 
> However, the patch is garbled (lines broken and '=20' all over the
> place). Could you have a look at your email setup or point me at a
> (public) remote tree?
> 
> (It's possible your mail server will stop playing silly if you strip
> the CRs - and SMTP eats those anyway, so I have a script to add them
> back in. >
> ((It's also possible it's groups.io that's messing things up - you
> could work around that by cc:ing me :))

Ok, I will strip the CRs and resend it with you on CC. If that fails I 
will find a place to push it.


> 
> /
>      Leif
> 
>> ---
>>   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/Marvell/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/UefiBootManagerLib.inf
>>     UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
>>     UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
>> +  UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
>>   
>>     PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
>>   
>> @@ -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
>>   
>>     # 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
>>   
>>     # Console packages
>>     MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
>> diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.fdf b/Silicon/Marvell/Armada7k8k/Armada7k8k.fdf
>> index 47e3bc4f82..f59cc1f263 100644
>> --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.fdf
>> +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.fdf
>> @@ -151,6 +151,7 @@ FvNameGuid         = 5eda4200-2c5f-43cb-9da3-0baf74b1b30c
>>     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
>>   
>>     # SD/MMC
>>     INF MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
>> @@ -162,6 +163,7 @@ FvNameGuid         = 5eda4200-2c5f-43cb-9da3-0baf74b1b30c
>>     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
>>   
>>     # Multiple Console IO support
>>     INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
>> -- 
>> 2.13.7
>>
>>
>> 
>>


      reply	other threads:[~2019-05-30 17:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28 23:43 [PATCH] Marvell/Armada80x0McBin: Enable usb keyboard, nvme boot Jeremy Linton
2019-05-29  4:11 ` Marcin Wojtas
2019-05-29 11:09 ` [edk2-devel] " Leif Lindholm
2019-05-30 17:21   ` Jeremy Linton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8d8c7649-630d-ee75-be0c-02027124136b@arm.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox