QUIRK_STR_EQUAL
if (QUIRK_STR_EQUAL(quirks[i].bios_vendor, bios_vendor) &&
QUIRK_STR_EQUAL(quirks[i].maker, maker) &&
QUIRK_STR_EQUAL(quirks[i].product, product) &&
if (QUIRK_STR_EQUAL("coreboot", bios_vendor) &&