Re: [edk2] [PATCH v2] ArmVirtPkg: Fix various typos

2019-02-08 Thread Laszlo Ersek
On 02/07/19 18:48, Philippe Mathieu-Daudé wrote: > Hi Antoine, > > On 2/7/19 6:13 PM, Antoine Coeur wrote: >> Thank you Laszlo. >> >> Do you have any recommendations regarding the maximum size of a patch for >> smooth reviewing on this mailing list? >> I have about 9000 lines of additional typos

Re: [edk2] [edk2-announce] Community Meeting Minutes

2019-02-08 Thread Laszlo Ersek
On 02/08/19 07:41, Rebecca Cran wrote: > On Thursday, 7 February 2019 11:30:38 MST stephano wrote: > >> My apologies if I was not clear in the minutes. We are not rejecting >> Github, but rather taking time to evaluate how we can supplement >> Github's features to emulate our current patch revie

Re: [edk2] [edk2-announce] Community Meeting Minutes

2019-02-08 Thread Ard Biesheuvel
On Thu, 7 Feb 2019 at 18:52, Jeremiah Cox via edk2-devel wrote: > > Apologies on the late reply, I was on vacation for several weeks and just got > back to this. > > Regarding "Patch Review System Evaluation", on the call, I disagreed with > your conclusion, but that note is not captured below.

[edk2] Self-replicating image

2019-02-08 Thread Tomas Pilar (tpilar)
Hi, I am currently pondering the most elegant way to implement capsule update for our devices that would work in the presence of multiple devices in the host. Capsule allows embedding a driver that is executed prior to the update, which is very handy. Crypto library is quite large and would not

Re: [edk2] Self-replicating image

2019-02-08 Thread Andrew Fish via edk2-devel
> On Feb 8, 2019, at 6:42 AM, Tomas Pilar (tpilar) > wrote: > > Hi, > > I am currently pondering the most elegant way to implement capsule update for > our devices that would work in the presence of multiple devices in the host. > > Capsule allows embedding a driver that is executed prior

Re: [edk2] Hello Andrew query on BdsSetMemoryTypeInformationVariable

2019-02-08 Thread Andrew Fish via edk2-devel
Forwarding to the edk2 list > On Feb 8, 2019, at 8:28 AM, galla rao wrote: > > Hi Andrew, > > Am sorry for direct message! > > There is a function BdsSetMemoryTypeInformationVariable which causes a reset > when i enabled Secureboot related drivers > > Any clue why this function is adde

Re: [edk2] [edk2-announce] Community Meeting Minutes

2019-02-08 Thread Rebecca Cran via edk2-devel
On February 8, 2019 at 2:01:59 AM, Laszlo Ersek (ler...@redhat.com(mailto:ler...@redhat.com)) wrote: > I don't see the workflow modification as viable. The "patch series" > concept is integral to every single open source project that I've ever > worked with. The evolution of a feature or a bug f

Re: [edk2] [edk2-announce] Community Meeting Minutes

2019-02-08 Thread Andrew Fish via edk2-devel
> On Feb 8, 2019, at 9:33 AM, Rebecca Cran via edk2-devel > wrote: > > > On February 8, 2019 at 2:01:59 AM, Laszlo Ersek > (ler...@redhat.com(mailto:ler...@redhat.com)) wrote: > >> I don't see the workflow modification as viable. The "patch series" >> concept is integral to every single ope

Re: [edk2] Self-replicating image

2019-02-08 Thread Kinney, Michael D
Hi Thomas, I have been looking into this topic of multiple controllers this week. I have some prototype code that I think resolves the issues but needs a bit more work on some corner cases. I am using the PCI Option ROM use case to evaluate the changes. PCI Option ROM can use Bus Specific Driver

Re: [edk2] Hello Andrew query on BdsSetMemoryTypeInformationVariable

2019-02-08 Thread Kinney, Michael D
You can avoid the reboot on the first boot if the HOB is initialized with sizes that match the usage on that specific platform. If you look at the boot logs, you will see messages that show the memory type information table. You can use that information after a couple of boots to see the memory u

Re: [edk2] [edk2-announce] Community Meeting Minutes

2019-02-08 Thread Laszlo Ersek
On 02/08/19 18:33, Rebecca Cran wrote: > > On February 8, 2019 at 2:01:59 AM, Laszlo Ersek > (ler...@redhat.com(mailto:ler...@redhat.com)) wrote: > >> I don't see the workflow modification as viable. The "patch series" >> concept is integral to every single open source project that I've ever >>

Re: [edk2] [PATCH v2] CryptoPkg: Fix various typos

2019-02-08 Thread Wang, Jian J
Reviewed-by: Jian J Wang > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Antoine Coeur > Sent: Friday, February 08, 2019 12:12 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v2] CryptoPkg: Fix various typos > > Fix various typos