NOT-FOR-MERGE: ignore soft cycle request of ME

no we dont reboot because the ME want to

Change-Id: I01da133425c7f6c31031082975ebb2c297b10c9b
This commit is contained in:
Alexander Couzens 2018-03-02 23:50:13 +01:00
parent 8ba927d1d6
commit 92fd4ffd0c
1 changed files with 2 additions and 2 deletions

View File

@ -243,8 +243,8 @@ int intel_early_me_init_done(u8 status)
return 0;
case ME_HFS_ACK_RESET:
/* Non-power cycle reset */
set_global_reset(0);
reset |= 0x06;
printk(BIOS_WARNING, "Fuck you ME, I'm not going to reset, going to continue to boot. Reset = 0x%x.\n", reset);
reset = 0;
break;
case ME_HFS_ACK_PWR_CYCLE:
/* Power cycle reset */