* YhLu YhLu@tyan.com [030906 04:58]:
Eric,
Without hard_reset, s2885 is ok now.
Did you have a look at the implementation of hard_reset in reset.c? void hard_reset(void) { set_bios_reset(); pci_write_config8(PCI_DEV(1, 0x04, 0), 0x47, 1); }
It looks like if the bus numbering for a mainboard is different, the device (southbridge?) has to be changed here as well. Can this device id somehow be moved to the config file, or generated with the already known config parameters?
Stefan