the following patch was just integrated into master: commit 477b4c539a5c05a0ccdf11b68fdff78b2ebe56cb Author: Patrick Georgi patrick@georgi-clan.de Date: Sun Feb 22 16:21:01 2015 +0100
AMD Fam10h: Don't write uninitialized data into ACPI
The goto statement skipped all the code that is necessary to fill in the data structures that are read right after the jump.
Since there doesn't seem to be useful data, why write these ACPI objects in the first place?
Change-Id: I1d06c11a7a31517b81e54159355d5c27e3cc3735 Signed-off-by: Patrick Georgi patrick@georgi-clan.de Found-by: Coverity Scan Reviewed-on: http://review.coreboot.org/8507 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Timothy Pearson tpearson@raptorengineeringinc.com Reviewed-by: Alexandru Gagniuc mr.nuke.me@gmail.com
See http://review.coreboot.org/8507 for details.
-gerrit