the following patch was just integrated into master: commit 8a44b0b18c8618189b6fb4522fce59582b3df43e Author: Nico Huber nico.h@gmx.de Date: Thu Nov 12 20:16:18 2015 +0100
mb/roda/rk9: Fix cbmem recovery on resume path
By calling cbmem_recovery() with `0`, we rewrote the cbmem table even on the resume path. By that, we lost the OS' resume vector and ended up loading the payload.
Change-Id: Ic24a12d4143d6924321b1d01f07a467c58c4e9ea Signed-off-by: Nico Huber nico.h@gmx.de Reviewed-on: http://review.coreboot.org/12420 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth martinroth@google.com
See http://review.coreboot.org/12420 for details.
-gerrit