Am 08.01.2010 13:57, schrieb Piotr Piwko:
It prints $str_coreboot_ram_name ("Uncompressing coreboot to ram") and hangs after calling cbfs_and_run_core function. I think that I should set a proper memory address for stack. As we can see the default address (0x4000000) is wrong but which one is correct? Can you give my any hints?
It's not wrong, it's just an issue once suspend-to-ram etc. come into play - that's why I added this remark to the arbitrary value I used there. This value will be an issue if you have <64MB RAM (and with 64MB it might be a problem, too)
How long did you wait? it _might_ be that it merely takes a very long time. That must of course be fixed, but is not the same problem as a hanging system.
Patrick