Message ID | CACy8ArL_863O+oFAXqQ4=WF3DAW_qbG5_PAZJu9AmFdLfs-w5g@mail.gmail.com |
---|---|
State | New |
Headers | show |
Series | AMD Ryzen 1700. Asus Crosshair 6 Hero support. SMBus rev. 59 | expand |
--- flashrom/sb600spi.c 2017-10-12 15:16:15.679890290 +0300 +++ flashrom1/sb600spi.c 2017-10-12 14:58:41.915766606 +0300 @@ -156,7 +156,7 @@ static void determine_generation(struct return; } uint8_t rev = pci_read_byte(smbus_dev, PCI_REVISION_ID); - if (rev == 0x4a) { + if (rev == 0x4a || rev == 0x59) { amd_gen = CHIPSET_YANGTZE; msg_pdbg("Yangtze detected.\n"); } else {