the following patch was just integrated into master: commit 8af3b84292e9f901fc92f310fad3458e0de49fc7 Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Sat Dec 7 18:57:02 2013 -0600
Fix linking microcode with more than one microcode file
When assembling microcode , the rule to link individual object files into one larger file only passed the first dependency to the linker. As a results only microcode from one object file would actually get linked. This is fixed by replacing $^ with $+ inside the make rule.
Change-Id: I65c0565f2e03777af23e530c08d1241804ca19b1 Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com
See http://review.coreboot.org/4500 for details.
-gerrit