To start I added all of this framework in freebios v1.x and it caused not problems there. We just default to using it all in v2. There should be no reason to require it. Especially if you are doing your own motherboard.
I would like what I'm making to be as usefult to the next 440bx user as possible and so I wan't to keep all the fallback framework stuff in unless I just have a real remove it.
Beyond that on the boards that use it I usually write a failover.c which comes before auto.c that sets things up.
Man the waters just get deeper. I though auto.c was first. I just looked at failover.c and the fallback does a 'retun bist' so who called failover.c?
Can you list out the boot sequence for me step by step? Who calls what?
As for the magic include order in auto.c that is because currently romcc does not do prototypes.
Why does that require them to be after the big block of includes? You can't just stick them all up at the beginning of the .c file?