I'll look again. I thought I'd be safe if I copied the early initialization up to console init. I'd figured that the romstrap was wrong, but even after changing it to match Coreboot I'm not getting anything.
It works now.
Has s2895 always used CAR? If not you could go back to a revision that used romcc and see how that was setup. Maybe?
Good suggestion. This all gets set up before CAR, so I just had to go back and find what I'd missed.
alive.diff: Fix a minor spelling error. emulators.diff: Support qemu and SimNOW K8 pci_read.diff: Add pci_read functions so that the Tyan setup works tyan.diff: Add support for Tyan s2895 and s2892
All boot tested.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles