microcode: Unify rules to add microcode to CBFS once again
commitf55e6680b94a12bdbe8bf4860b3323dac41a9a11
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Mon, 7 Sep 2015 07:35:55 +0000 (7 00:35 -0700)
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>
Mon, 7 Sep 2015 23:51:30 +0000 (7 23:51 +0000)
treeea3f137ff56d6bcebfb08f0487199789028eb580
parent9647094672eb2ea31c6192de92028614164b9d9c
microcode: Unify rules to add microcode to CBFS once again

Now that cbfstool supports file alignment, we can use the conveniently
available <filename>-align handler, and remove the need to have a
separate rule in src/Makefile.inc just for adding the microcode.

We can also get rid of the layering violation of having the
CONFIG_PLATFORM_USES_FSP1_0 symbol in a generic src/cpu/ makefile.
Note that we still have a layering violation by the use of the
CONFIG_CPU_MICROCODE_CBFS_LOC symbol, but this one is acceptable
for the time being.

Change-Id: Id2f8c15d250a0c75300d0a870284cac0c68a311b
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/11526
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Makefile.inc
src/cpu/Makefile.inc
src/soc/intel/braswell/microcode/Makefile.inc
src/soc/intel/skylake/microcode/Makefile.inc