Ühel kenal päeval, R, 2009-03-13 kell 22:47, kirjutas Pattrick Hueper:
Well...
i did this:
--- a/northbridge/intel/i440bxemulation/i440bx.c +++ b/northbridge/intel/i440bxemulation/i440bx.c @@ -184,3 +184,10 @@ struct device_operations i440bx_northbridge = { .ops_pci_bus = &pci_cf8_conf1,
};
+int is_coldboot(void) +{
int boot_mode = 0;
return boot_mode;
+}
but it obviously only fixes the problem for qemu-x86...
Yes, this is breaking all boards besides intel i945 ones obviously. DBE62 is broken too right now still. No time dealing with fixing what was broken right now, so I will simply make a quick local workaround to be able to work on my own small patches.
Regards, Mart Raudsepp