Re: [PATCH v2 1/1] arm: x86: qemu: move qfw to DM, include Arm support

2021-02-20 Thread Heinrich Schuchardt
On 2/20/21 6:33 AM, Asherah Connor wrote: Updates the QFW driver to use the driver model, and adds support for QFW on Arm platforms by configuring from the device tree and using MMIO accordingly. Signed-off-by: Asherah Connor --- (no changes since v1) arch/arm/Kconfig | 1 +

Re: [PATCH v2 1/1] arm: x86: qemu: move qfw to DM, include Arm support

2021-02-19 Thread Asherah Connor
On 21/02/20 04:02:p, Asherah Connor wrote: > Updates the QFW driver to use the driver model, and adds support for QFW > on Arm platforms by configuring from the device tree and using MMIO > accordingly. > > Signed-off-by: Asherah Connor > --- > > (no changes since v1) "no changes since v1" is

[PATCH v2 1/1] arm: x86: qemu: move qfw to DM, include Arm support

2021-02-19 Thread Asherah Connor
Updates the QFW driver to use the driver model, and adds support for QFW on Arm platforms by configuring from the device tree and using MMIO accordingly. Signed-off-by: Asherah Connor --- (no changes since v1) arch/arm/Kconfig | 1 + arch/x86/cpu/qemu/cpu.c | 7 +-