Re: [PATCH] hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals

2022-08-16 Thread Conor.Dooley
On 16/08/2022 01:40, Philippe Mathieu-Daudé wrote: > [You don't often get email from f4...@amsat.org. Learn why this is important > at https://aka.ms/LearnAboutSenderIdentification ] > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Hi Conor, >

Re: [PATCH] hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals

2022-08-15 Thread Philippe Mathieu-Daudé via
Hi Conor, On 15/8/22 00:48, conor.doo...@microchip.com wrote: On 14/08/2022 23:08, Alistair Francis wrote: EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe On Sat, Aug 13, 2022 at 11:51 PM Conor Dooley wrote: QEMU support for PolarFire SoC seems to

Re: [PATCH] hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals

2022-08-14 Thread Alistair Francis
On Mon, Aug 15, 2022 at 8:48 AM wrote: > > On 14/08/2022 23:08, Alistair Francis wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > On Sat, Aug 13, 2022 at 11:51 PM Conor Dooley wrote: > >> QEMU support for PolarFire SoC seems to be

Re: [PATCH] hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals

2022-08-14 Thread Alistair Francis
On Sat, Aug 13, 2022 at 11:51 PM Conor Dooley wrote: > > From: Conor Dooley > > Booting using "Direct Kernel Boot" for PolarFire SoC & skipping u-boot > entirely is probably not advisable, but it does at least show signs of > life. Recent Linux kernel versions make use of peripherals that are > m

Re: [PATCH] hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals

2022-08-14 Thread Conor.Dooley
On 14/08/2022 23:08, Alistair Francis wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Sat, Aug 13, 2022 at 11:51 PM Conor Dooley wrote: >> QEMU support for PolarFire SoC seems to be fairly out of date at this >> point. Running with a r

Re: [PATCH] hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals

2022-08-14 Thread Alistair Francis
On Sat, Aug 13, 2022 at 11:51 PM Conor Dooley wrote: > > From: Conor Dooley > > Booting using "Direct Kernel Boot" for PolarFire SoC & skipping u-boot > entirely is probably not advisable, but it does at least show signs of > life. Recent Linux kernel versions make use of peripherals that are > m

[PATCH] hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals

2022-08-13 Thread Conor Dooley
From: Conor Dooley Booting using "Direct Kernel Boot" for PolarFire SoC & skipping u-boot entirely is probably not advisable, but it does at least show signs of life. Recent Linux kernel versions make use of peripherals that are missing definitions in QEMU and lead to kernel panics. These issues