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, 11 Feb 2018 13:39:21 +0000 (14:39 +0100)
commit01020bc74d91a9e02adb6c0cc7bf71d7c446b60f
tree73bab13cbefed44e4f78ef41dc2cccf38459a532
parent8fb34763453d305365947bfca9766bf8a7150d2c
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]