On Tue, 5 May 2026 at 15:50, Peter Maydell <[email protected]> wrote: > > On Fri, 24 Apr 2026 at 01:44, Alec Ari <[email protected]> wrote: > > > > From c5eabff997cf2231326c532c2cbc51fa1334fb9b Mon Sep 17 00:00:00 2001 > > From: Alec Ari <[email protected]> > > Date: Thu, 23 Apr 2026 16:42:06 -0500 > > Subject: raspi4b: Disable L2 cache > > > > L2 cache is not implemented yet, this patch requires > > `clk_ignore_unused` to be set in the kernel cli. > > > > Now able to boot a 7.0 mainline kernel. > > To check I understand correctly, to boot a 7.0 kernel you > need both of: > (1) this patch applied > (2) the "clk_ignore_unused" argument to be added to > the kernel command line > > and it won't boot with just this patch alone?
...also, the commit message talks about L2 cache, but the "brcm,bcm2711-l2-intc" DTB node is for the level 2 interrupt controller. What's the failure we're trying to fix here ? Do you have a kernel log of a failing-to-boot kernel? -- PMM
