Lines Matching +full:boot +full:- +full:method
8 updating the microcode on platforms beyond the OEM End-Of-Life support,
9 and updating the microcode on long-running systems without rebooting.
16 The kernel can update microcode very early during boot. Loading
18 kernel boot time.
20 The microcode is stored in an initrd file. During boot, it is read from
25 loader parses the combined initrd image during boot.
32 During BSP (BootStrapping Processor) boot (pre-SMP), the kernel
46 ---
49 if [ -z "$1" ]; then
59 rm -rf $TMPDIR
63 mkdir -p $DSTDIR
65 if [ -d /lib/firmware/amd-ucode ]; then
66 cat /lib/firmware/amd-ucode/microcode_amd*.bin > $DSTDIR/AuthenticAMD.bin
69 if [ -d /lib/firmware/intel-ucode ]; then
70 cat /lib/firmware/intel-ucode/* > $DSTDIR/GenuineIntel.bin
73 find . | cpio -o -H newc >../ucode.cpio
78 rm -rf $TMPDIR
79 ---
93 The /dev/cpu/microcode method is deprecated because it needs a special
96 The easier method is simply installing the microcode packages your distro
104 /lib/firmware/{intel-ucode,amd-ucode}. The default distro installation
111 the regular builtin firmware method CONFIG_EXTRA_FIRMWARE. Only 64-bit is
116 CONFIG_EXTRA_FIRMWARE="intel-ucode/06-3a-09 amd-ucode/microcode_amd_fam15h.bin"
122 |-- amd-ucode
124 | |-- microcode_amd_fam15h.bin
126 |-- intel-ucode
128 | |-- 06-3a-09
134 Needless to say, this method is not the most flexible one because it