Notes for making the sysutils/cpupdate port, testing, review etc
The manual page is currently only as this draft page , as I still have to format it using pod2man, as Eugene suggested. microcode libraries to be used: The paths for the are #defined in cpupdate.h . They are currently set to /usr/local/share/cpupdate/CPUMicrocodes/primary --> gets searched first. Intention: Place newest manufacturer's files there. and /usr/local/share/cpupdate/CPUMicrocodes/secondary --> gets searched if no matching update found in the first directory Intention: Place converted platomavs' files into. The paths above get appended by the manufacturer names, currently defined as #define VENDORNAME_INTEL ("Intel") #define VENDORNAME_AMD ("AMD") #define VENDORNAME_VIA ("VIA") in cpupdate.h. So the files downloadable from Intel here in the intel-ucode subdirectory of microcode-20180312.tgz could be placed in /usr/local/share/cpupdate/CPUMicroc