firmware: add microcode package for Intel
authorZoltan HERPAI <wigyori@uid0.hu>
Sat, 10 Feb 2018 20:19:41 +0000 (21:19 +0100)
committerZoltan HERPAI <wigyori@uid0.hu>
Sun, 4 Mar 2018 16:37:15 +0000 (17:37 +0100)
commit681aaaf719ecae48126ea3be0fe6e150c5ee3b31
tree4f696ad76e83543f81a8c6f4203e1ed431ea6802
parentc6314ee06f944173522766656d51147f924dd898
firmware: add microcode package for Intel

Compiling the Intel microcode package results in a
microcode.bin and a microcode-64.bin. As we can
decide based on the subtarget which should be used,
we'll only split the required .bin file with
iucode-tool.

x64 will get the intel-microcode-64.bin
All other variants will get intel-microcode.bin

The microcodes will be updated from preinit via a common
script - that's the earliest place where we can do it.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
package/firmware/intel-microcode/Makefile [new file with mode: 0644]