Unverified Commit c6c73ccb authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!7420 x86/CPU/AMD: Update the Zenbleed microcode revisions

parents 4a164f73 01285b09
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1040,11 +1040,11 @@ static bool cpu_has_zenbleed_microcode(void)
	u32 good_rev = 0;

	switch (boot_cpu_data.x86_model) {
	case 0x30 ... 0x3f: good_rev = 0x0830107a; break;
	case 0x60 ... 0x67: good_rev = 0x0860010b; break;
	case 0x68 ... 0x6f: good_rev = 0x08608105; break;
	case 0x70 ... 0x7f: good_rev = 0x08701032; break;
	case 0xa0 ... 0xaf: good_rev = 0x08a00008; break;
	case 0x30 ... 0x3f: good_rev = 0x0830107b; break;
	case 0x60 ... 0x67: good_rev = 0x0860010c; break;
	case 0x68 ... 0x6f: good_rev = 0x08608107; break;
	case 0x70 ... 0x7f: good_rev = 0x08701033; break;
	case 0xa0 ... 0xaf: good_rev = 0x08a00009; break;

	default:
		return false;