[coreboot-gerrit] Patch merged into coreboot/master: 8af3b84 Fix linking microcode with more than one microcode file

gerrit at coreboot.org gerrit at coreboot.org
Sun Dec 22 19:26:33 CET 2013


the following patch was just integrated into master:
commit 8af3b84292e9f901fc92f310fad3458e0de49fc7
Author: Alexandru Gagniuc <mr.nuke.me at 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 at gmail.com>


See http://review.coreboot.org/4500 for details.

-gerrit



More information about the coreboot-gerrit mailing list