-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi all,
This is yet another WIP patch. This one actually works (suspend/resume works in Linux), but it:
1) corrupts memory around 0x1000 (the real mode trampoline) 2) it corrupts memory randomly in first 64KB copy_secondary_start_to_1m_below
It puts Coreboot to last 1MB below 32MB (and reserves the memory there). So all I need is to solve the secondary.S starter and the real mode jumper -> somehow not to corrupt the lowmem or find some hole where it can be hidden.
Rudolf