On Fri, 24 Apr 2026 at 01:44, Alec Ari <neotheuser@ymail.com> wrote:
>
> From 8d72a46d3653a46422360e2f6c19b6747ca05abb Mon Sep 17 00:00:00 2001
> From: Alec Ari <neotheuser@ymail.com>
> Date: Thu, 23 Apr 2026 16:42:06 -0500
> Subject: raspi4b: Disable L2 cache
>
>
> Signed-off-by: Alec Ari <neotheuser@ymail.com>
Hi; thanks for this patch. Could you provide a commit
message for it, please? The commit message ought to
explain why the change is made, what user-visible problem
or bug it's fixing, and that kind of thing.
> ---
> hw/arm/raspi4b.c | 1 +
> 1 file changed, 1 insertion(+)
>
>
> diff --git a/hw/arm/raspi4b.c b/hw/arm/raspi4b.c
> index 3eeb8f4..9580711 100644
> --- a/hw/arm/raspi4b.c
> +++ b/hw/arm/raspi4b.c
> @@ -68,6 +68,7 @@ static void raspi4_modify_dtb(const struct arm_boot_info *info, void *fdt)
> "brcm,bcm2711-rng200",
> "brcm,bcm2711-thermal",
> "brcm,bcm2711-genet-v5",
> + "brcm,bcm2711-l2-intc",
> };
>
> for (int i = 0; i < ARRAY_SIZE(nodes_to_remove); i++) {
> --
> 2.53.0
-- PMM