the following patch was just integrated into master: commit 59d609217b0d8abccc7038d7f7a13020fd1ee246 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Sat Feb 21 23:56:07 2015 +0200
AMD fam10: Fix add_more_links
One PCI function may contain upto 4 links, further links must be added to PCI function 4 on the same device.
There is no requirement that in dev->link_list the last element would have the highest link->link_num.
Also fix off-by-one error when allocating for more links.
Change-Id: If7ebdd1ad52653d3757b5930bd0a83e2cf2fcac6 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: http://review.coreboot.org/8555 Tested-by: build bot (Jenkins) Reviewed-by: Timothy Pearson tpearson@raptorengineeringinc.com
See http://review.coreboot.org/8555 for details.
-gerrit