port the amd64 code for loading intel microcode on boot to i386
authorjsg <jsg@openbsd.org>
Thu, 23 Aug 2018 14:47:52 +0000 (14:47 +0000)
committerjsg <jsg@openbsd.org>
Thu, 23 Aug 2018 14:47:52 +0000 (14:47 +0000)
commit4a222fdfd23ce026d1d1a301b821dfc392dc6770
tree4d84b7c033c81943d682a1fe85a076a464f42482
parent3dc5225d1395cc5b77bcbe172d4e8bbf2d9d7474
port the amd64 code for loading intel microcode on boot to i386
ok deraadt@ mlarkin@
13 files changed:
sys/arch/i386/conf/files.i386
sys/arch/i386/i386/acpi_machdep.c
sys/arch/i386/i386/bios.c
sys/arch/i386/i386/cpu.c
sys/arch/i386/i386/machdep.c
sys/arch/i386/i386/ucode.c [new file with mode: 0644]
sys/arch/i386/include/biosvar.h
sys/arch/i386/include/cpufunc.h
sys/arch/i386/include/specialreg.h
sys/arch/i386/stand/boot/conf.c
sys/arch/i386/stand/cdboot/conf.c
sys/arch/i386/stand/libsa/exec_i386.c
sys/arch/i386/stand/pxeboot/conf.c