<modwizcode>
marcan: I tried building your upstream kernel branch and uh it doesn't build for me.
<modwizcode>
error about labels being used with a declaration in a switch, I wrapped the cases with braces to fix.
<modwizcode>
Also probably QEMU specific issue but with this kernel after I load once it setups up timer and FIQ I get a panic with it calling el1_fiq_invalid, seems like the FIQ handlers for EL2 are screwy? I'm trying to debug it now.
<j`ey>
modwizcode: you definitely have ARCH_APPLE selected in config?
<modwizcode>
I will double check but I'm like 100% sure
<modwizcode>
Yeah it's selected
<j`ey>
modwizcode: are you setting the MPIDR registers in qemu?
<j`ey>
you must be for the cpu startup code I guess
<j`ey>
*MIDR
<modwizcode>
I am but I have a m1n1 specific patch just setting them to what it wants. Basically I don't have an SMP bringup figured out for QEMU so I patch anything out
<modwizcode>
heck I was looking through the commits and missed that one somehow
<modwizcode>
well not the commit but that specific file's changes
<modwizcode>
I didn't realize it was part of the feature framework not part of the config. That makes sense but I guess I wasn't thinking about it
<modwizcode>
I think the compilation issue is still a thing though.
maor26 has quit [Ping timeout: 240 seconds]
<amw>
marcan: You have an extra -v2 branch - only difference is drivers/tty/serial/Kconfig and the order of the COMPILE_TEST || ARCH_APPLE flags - kill one?
<amw>
marcan: one branch I meant
<modwizcode>
I think the v2 branch is new, I'm presuming changes are coming