the following patch was just integrated into master: commit 593f577ffab9663fdf95fc7cc0b5f5bc623b52ae Author: Nico Huber nico.huber@secunet.com Date: Fri Dec 7 15:50:40 2012 +0100
libpayload: Fix use of virtual pointers in sysinfo
In I4c456f5, I falsely identified struct cb_string.string as a pointer which it is not. So we don't need phys_to_virt() here.
Change-Id: I3e2b6226ae2b0672dfc6e0fa4f6990e14e1b7089 Signed-off-by: Nico Huber nico.huber@secunet.com Reviewed-on: http://review.coreboot.org/1987 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Fri Dec 7 17:55:54 2012, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Fri Dec 7 18:55:36 2012, giving +2 See http://review.coreboot.org/1987 for details.
-gerrit