Re: [edk2-devel] [PATCH v3 06/15] ArmVirtPkg: Add Kvmtool NOR flash lib

2020-06-25 Thread Sami Mujawar
Hi Ard, Please find my response marked inline as [SAMI]. Regards, Sami Mujawar -Original Message- From: Ard Biesheuvel Sent: 25 June 2020 12:39 PM To: Sami Mujawar ; devel@edk2.groups.io Cc: l...@nuviainc.com; phi...@redhat.com; ler...@redhat.com; Alexandru Elisei ; Andre Przywara ;

Re: [edk2-devel] [PATCH v3 06/15] ArmVirtPkg: Add Kvmtool NOR flash lib

2020-06-25 Thread Philippe Mathieu-Daudé
On 6/25/20 1:19 PM, Ard Biesheuvel wrote: > On 6/25/20 10:45 AM, Philippe Mathieu-Daudé via groups.io wrote: >> Hi Sami, >> >> On 6/24/20 3:34 PM, Sami Mujawar wrote: >>> Kvmtool places the base address of the CFI flash in >>> the device tree it passes to UEFI. This library >>> parses the kvmtool d

Re: [edk2-devel] [PATCH v3 06/15] ArmVirtPkg: Add Kvmtool NOR flash lib

2020-06-25 Thread Ard Biesheuvel
On 6/24/20 3:34 PM, Sami Mujawar wrote: Kvmtool places the base address of the CFI flash in the device tree it passes to UEFI. This library parses the kvmtool device tree to read the CFI base address and initialise the PCDs use by the NOR flash driver and the variable storage. UEFI takes ownersh

Re: [edk2-devel] [PATCH v3 06/15] ArmVirtPkg: Add Kvmtool NOR flash lib

2020-06-25 Thread Ard Biesheuvel
On 6/25/20 10:45 AM, Philippe Mathieu-Daudé via groups.io wrote: Hi Sami, On 6/24/20 3:34 PM, Sami Mujawar wrote: Kvmtool places the base address of the CFI flash in the device tree it passes to UEFI. This library parses the kvmtool device tree to read the CFI base address and initialise the PC

Re: [edk2-devel] [PATCH v3 06/15] ArmVirtPkg: Add Kvmtool NOR flash lib

2020-06-25 Thread Philippe Mathieu-Daudé
Hi Sami, On 6/24/20 3:34 PM, Sami Mujawar wrote: > Kvmtool places the base address of the CFI flash in > the device tree it passes to UEFI. This library > parses the kvmtool device tree to read the CFI base > address and initialise the PCDs use by the NOR flash > driver and the variable storage. >

[edk2-devel] [PATCH v3 06/15] ArmVirtPkg: Add Kvmtool NOR flash lib

2020-06-24 Thread Sami Mujawar
Kvmtool places the base address of the CFI flash in the device tree it passes to UEFI. This library parses the kvmtool device tree to read the CFI base address and initialise the PCDs use by the NOR flash driver and the variable storage. UEFI takes ownership of the CFI flash hardware, and exposes