Re: [edk2-devel] [PATCH] ArmVirtPkg/NorFlashQemuLib: disable NOR flash DT nodes upon discovery

2020-06-24 Thread Andrew Jones
On Wed, Jun 24, 2020 at 03:02:49PM +0200, Philippe Mathieu-Daudé wrote: > On 6/24/20 1:43 PM, Ard Biesheuvel wrote: > > On 6/24/20 1:20 PM, Laszlo Ersek via groups.io wrote: > >> (CC Drew, Eric) > >> > >> On 06/24/20 09:19, Ard Biesheuvel wrote: > >> > >>> The arm64 defconfig was recently updated

Re: [edk2-devel] [PATCH] ArmVirtPkg/NorFlashQemuLib: disable NOR flash DT nodes upon discovery

2020-06-24 Thread Andrew Jones
On Wed, Jun 24, 2020 at 03:48:46PM +0200, Ard Biesheuvel wrote: > On 6/24/20 3:41 PM, Andrew Jones wrote: > > On Wed, Jun 24, 2020 at 03:02:49PM +0200, Philippe Mathieu-Daudé wrote: > > > On 6/24/20 1:43 PM, Ard Biesheuvel wrote: > ... > > > > I wasn't awar

Re: [edk2-devel] [PATCH 1/3] OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCG

2023-09-13 Thread Andrew Jones
On Wed, Sep 13, 2023 at 12:55:49PM +0200, Laszlo Ersek wrote: > Riscv64 KVM services SBI calls internally, so OpenSBI is not used in such > setups. Restrict the "-bios" flag accordingly. Thanks: Andrei, Drew. > > Cc: Andrei Warkentin > Cc: Andrew Jones > Cc: Ard Bie

Re: [edk2-devel] [PATCH 1/3] OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCG

2023-09-14 Thread Andrew Jones
On Wed, Sep 13, 2023 at 12:55:49PM +0200, Laszlo Ersek wrote: > Riscv64 KVM services SBI calls internally, so OpenSBI is not used in such > setups. Restrict the "-bios" flag accordingly. Thanks: Andrei, Drew. > > Cc: Andrei Warkentin > Cc: Andrew Jones > Cc: Ard Bie

Re: [edk2-devel] [PATCH 2/3] OvmfPkg/RiscVVirt/README: explain the "acpi=off" machine property

2023-09-14 Thread Andrew Jones
On Wed, Sep 13, 2023 at 12:55:50PM +0200, Laszlo Ersek wrote: > "acpi=off" is arguably unusual with UEFI guest OSes; add a note to explain > it. Original explanation by Drew Jones. > > Cc: Andrei Warkentin > Cc: Andrew Jones > Cc: Ard Biesheuvel > Cc: Gerd H

Re: [edk2-devel] [PATCH 3/3] OvmfPkg/RiscVVirt/README: document direct kernel boot

2023-09-14 Thread Andrew Jones
Document this > type of boot, because at least historically, fw_cfg kernel boot was > implemented differently between OVMF and ArmVirtQemu. Thanks: Drew, Sunil. > > Cc: Andrei Warkentin > Cc: Andrew Jones > Cc: Ard Biesheuvel > Cc: Gerd Hoffmann > Cc: Jiewen Yao >

Re: [edk2-devel] [PATCH 1/3] OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCG

2023-09-14 Thread Andrew Jones
On Thu, Sep 14, 2023 at 09:23:12AM +0200, Andrew Jones wrote: > On Wed, Sep 13, 2023 at 12:55:49PM +0200, Laszlo Ersek wrote: > > Riscv64 KVM services SBI calls internally, so OpenSBI is not used in such > > setups. Restrict the "-bios" flag accordingly. Thanks: Andrei,