Re: [PATCH v2 0/4] hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodes

2020-04-27 Thread Peter Maydell
On Thu, 23 Apr 2020 at 13:11, Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > When users try direct Linux runs on the ZynqMP models without enabling > EL3 (and using appropriate FW) they run into trouble because the > upstream kernel device-tree has EL3 based firmware nodes by default.

[PATCH v2 0/4] hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodes

2020-04-23 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" When users try direct Linux runs on the ZynqMP models without enabling EL3 (and using appropriate FW) they run into trouble because the upstream kernel device-tree has EL3 based firmware nodes by default. PSCI firmware nodes work because we emulate the firmware in QEMU.