There's one small warning e.g. on kontron/986lcd-m: Makefile:261: warning: overriding commands for target `build/cpu/x86/name/name.ramstage.o' Makefile:261: warning: ignoring old commands for target `build/cpu/x86/name/name.ramstage.o'
I think those warnings come from putting subdirs-y += ../../x86/name in each model (multiple times per socket) instead of each socket. Sorry I didn't catch that when I reviewed that patch. I started moving them, but I don't know for sure which sockets should include it. Could you move them into the correct sockets & remove them from the models?
Thanks, Myles