Re: [PATCH 3/5] hw/riscv: Make FDT optional for MPFS

2025-02-23 Thread Alistair Francis
On Mon, Feb 24, 2025 at 3:43 PM Sebastian Huber wrote: > > - Am 24. Feb 2025 um 6:22 schrieb Alistair Francis alistai...@gmail.com: > > > On Fri, Feb 14, 2025 at 4:27 PM Sebastian Huber > > wrote: > >> > >> Real-time kernels such as RTEMS or Zephyr may use a static device tree > >> built into

Re: [PATCH 3/5] hw/riscv: Make FDT optional for MPFS

2025-02-23 Thread Sebastian Huber
- Am 24. Feb 2025 um 6:22 schrieb Alistair Francis alistai...@gmail.com: > On Fri, Feb 14, 2025 at 4:27 PM Sebastian Huber > wrote: >> >> Real-time kernels such as RTEMS or Zephyr may use a static device tree >> built into the kernel image. Do not require to use the -dtb option if >> -kernel

Re: [PATCH 3/5] hw/riscv: Make FDT optional for MPFS

2025-02-23 Thread Alistair Francis
On Fri, Feb 14, 2025 at 4:27 PM Sebastian Huber wrote: > > Real-time kernels such as RTEMS or Zephyr may use a static device tree > built into the kernel image. Do not require to use the -dtb option if > -kernel is used for the microchip-icicle-kit machine. That's a fair point, but it might also