cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / google / brya / variants / kinox / variant.c
blobdbc05ade80be8ce358255058efb4e5845dc200c8
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <console/console.h>
4 #include <drivers/intel/gma/opregion.h>
5 #include <fw_config.h>
7 const char *mainboard_vbt_filename(void)
9 if (fw_config_probe(FW_CONFIG(DB_DISPLAY, DB_HDMI))) {
10 printk(BIOS_INFO, "Use vbt-kinox_HDMI.bin\n");
11 return "vbt-kinox_HDMI.bin";
13 printk(BIOS_INFO, "Use vbt.bin\n");
14 return "vbt.bin";