the following patch was just integrated into master: commit d1cc812799d3156888cd667d13f93bfa44c639c1 Author: Nico Huber nico.huber@secunet.com Date: Fri Feb 8 12:39:28 2013 +0100
libpayload: Add comments on virtual pointers in lib_sysinfo
After another incident related to virtual pointers in lib_sysinfo (and resulting confusion), I decided to put some comments on the matter into the code.
Remember, we decided to always use virtual pointers in lib_sysinfo, but it's not always obvious from the code, that they are.
See also: 425973c libpayload: Always use virtual pointers in struct sysinfo_t 593f577 libpayload: Fix use of virtual pointers in sysinfo
Change-Id: I886c3b1d182cba07f1aab1667e702e2868ad4b68 Signed-off-by: Nico Huber nico.huber@secunet.com Reviewed-on: http://review.coreboot.org/2878 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Fri Mar 22 09:59:27 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Fri Mar 22 16:20:07 2013, giving +2 See http://review.coreboot.org/2878 for details.
-gerrit