Initial proof of concept tool to split per-Family-Model-Stepping microcode update files into one file per PlatformId
We currently do not look at the extended signature
Differential D15433
Add tool to split Intel microcode into one file per Platform Id emaste on May 14 2018, 7:10 PM. Authored by Tags None Referenced Files
Details
Initial proof of concept tool to split per-Family-Model-Stepping microcode update files into one file per PlatformId We currently do not look at the extended signature
Diff Detail
Event Timeline
Comment Actions Review feedback, clean up warnings, and handle older-style microcode files with zero for data_size or total_size.
Comment Actions I think that I prefer to have this split as a mode of operations for cpucontrol(8). Or add a loop into cpucontrol -u to try each blob from the file, instead of splitting into filesystem. Comment Actions
That might be the eventual destination for this functionality. I put this up mainly for experimentation and so that @sbruno can try out things with the latest ucode drop. |