the following patch was just integrated into master: commit fdfd89f21326f13a279b37abfa05313434d48ac9 Author: Hung-Te Lin hungte@chromium.org Date: Wed Feb 27 16:38:38 2013 +0800
selfboot: Report correct entry point address in debug message.
Entry point in payload segment header is a 64 bit integer (ntohll). The debug message is currently reading that as a 32 bit integer (which will produce 00000000 for most platforms).
Change-Id: I931072bbb82c099ce7fae04f15c8a35afa02e510 Signed-off-by: Hung-Te Lin hungte@chromium.org Reviewed-on: http://review.coreboot.org/2535 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Tested-by: build bot (Jenkins)
Build-Tested: build bot (Jenkins) at Wed Feb 27 10:13:11 2013, giving +1 Reviewed-By: Paul Menzel paulepanter@users.sourceforge.net at Wed Feb 27 10:07:20 2013, giving +2 See http://review.coreboot.org/2535 for details.
-gerrit