Re: [PATCH v6 11/41] Temporarily disable unimplemented rpi4b devices

2024-02-26 Thread Kambalin, Sergey
-Daudé Копия: Sergey Kambalin; qemu-...@nongnu.org; qemu-devel@nongnu.org; Kambalin, Sergey Тема: Re: [PATCH v6 11/41] Temporarily disable unimplemented rpi4b devices On Mon, 26 Feb 2024 at 16:06, Philippe Mathieu-Daudé wrote: > > On 26/2/24 14:39, Peter Maydell wrote: > > On Mon,

Re: [PATCH v6 11/41] Temporarily disable unimplemented rpi4b devices

2024-02-26 Thread Peter Maydell
On Mon, 26 Feb 2024 at 16:06, Philippe Mathieu-Daudé wrote: > > On 26/2/24 14:39, Peter Maydell wrote: > > On Mon, 26 Feb 2024 at 13:35, Philippe Mathieu-Daudé > > wrote: > >> > >> On 26/2/24 01:02, Sergey Kambalin wrote: > >>> +static void raspi4_modify_dtb(const struct arm_boot_info *info,

Re: [PATCH v6 11/41] Temporarily disable unimplemented rpi4b devices

2024-02-26 Thread Philippe Mathieu-Daudé
On 26/2/24 14:39, Peter Maydell wrote: On Mon, 26 Feb 2024 at 13:35, Philippe Mathieu-Daudé wrote: On 26/2/24 01:02, Sergey Kambalin wrote: +static void raspi4_modify_dtb(const struct arm_boot_info *info, void *fdt) +{ +uint64_t ram_size; + +/* Temporarily disable following devices

Re: [PATCH v6 11/41] Temporarily disable unimplemented rpi4b devices

2024-02-26 Thread Peter Maydell
On Mon, 26 Feb 2024 at 13:35, Philippe Mathieu-Daudé wrote: > > On 26/2/24 01:02, Sergey Kambalin wrote: > > +static void raspi4_modify_dtb(const struct arm_boot_info *info, void *fdt) > > +{ > > +uint64_t ram_size; > > + > > +/* Temporarily disable following devices until they are

Re: [PATCH v6 11/41] Temporarily disable unimplemented rpi4b devices

2024-02-26 Thread Philippe Mathieu-Daudé
On 26/2/24 01:02, Sergey Kambalin wrote: This commit adds RPi4B device tree modifications: - disable pcie, rng200, thermal sensor and genet devices (they're going to be re-enabled in the following commits) - create additional memory region in device tree if RAM amount exceeds VC base

[PATCH v6 11/41] Temporarily disable unimplemented rpi4b devices

2024-02-25 Thread Sergey Kambalin
This commit adds RPi4B device tree modifications: - disable pcie, rng200, thermal sensor and genet devices (they're going to be re-enabled in the following commits) - create additional memory region in device tree if RAM amount exceeds VC base address. Signed-off-by: Sergey Kambalin