diff --git a/SPECS/06-55-04_readme b/SPECS/06-55-04_readme index 5df5775..cdec2c2 100644 --- a/SPECS/06-55-04_readme +++ b/SPECS/06-55-04_readme @@ -18,6 +18,7 @@ microcode revisions in question are listed below: * 06-55-04, revision 0x2000065: f27f12b9d53f492c297afd856cdbc596786fad23 * 06-55-04, revision 0x2006906: 5f18f985f6d5ad369b5f6549b7f3ee55acaef967 * 06-55-04, revision 0x2006a08: 4059fb1f60370297454177f63cd7cc20b3fa1212 + * 06-55-04, revision 0x2006a0a: 7ec27025329c82de9553c14a78733ad1013e5462 Please contact your system vendor for a BIOS/firmware update that contains the latest microcode version. For the information regarding microcode versions diff --git a/SPECS/06-8c-01 b/SPECS/06-8c-01 new file mode 100644 index 0000000..ae60673 Binary files /dev/null and b/SPECS/06-8c-01 differ diff --git a/SPECS/check_caveats b/SPECS/check_caveats index ab02a02..ee8db57 100755 --- a/SPECS/check_caveats +++ b/SPECS/check_caveats @@ -628,10 +628,9 @@ for cfg in $(echo "${configs}"); do cfg_mc_present=0 for p in $(printf "%s" "$cfg_path"); do - { /usr/bin/find "$MC_CAVEATS_DATA_DIR/$cfg" \ - -path "$MC_CAVEATS_DATA_DIR/$cfg/$p" -print0; - /bin/true; } \ - | /bin/grep -zFxq "$cpu_mc_path" \ + /usr/bin/find "$MC_CAVEATS_DATA_DIR/$cfg" \ + -path "$MC_CAVEATS_DATA_DIR/$cfg/$p" -print0 \ + | /bin/grep -zFxc "$cpu_mc_path" > /dev/null \ || continue cfg_mc_present=1 diff --git a/SPECS/microcode-20210216.tar.gz b/SPECS/microcode-20210216.tar.gz new file mode 100644 index 0000000..c28360d Binary files /dev/null and b/SPECS/microcode-20210216.tar.gz differ