GICv3 GIC500
Michael Grunditz (467) 531 posts |
Hi, The GICv3 in the new Pi hal seems Pi specific. Have you looked into running it in compatibility mode? Asking for a friend :D |
Michael Grunditz (467) 531 posts |
From what I can see from “my friends” debug output , the ARE_NS bit is 0 when in 32bit mode. So it should support the compat mode? Or I was looking at wrong print out , it is set to “1”… |
Michael Grunditz (467) 531 posts |
So I have done a more generic implemenation.. It seems like u-boot sets up things nice I get timer interrupt once, but after that the GIC stops generating interrupts. Anyone knows why? In the Pi4 code you don’t clear the interrupt in GIC, I have experimented with doing that , but it didn’t change anything. The centiclock is fixed to “1” :D |
Michael Grunditz (467) 531 posts |
Found the problem: Working perfect now! |