cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / google / skyrim / chromeos.c
blobc65e045ebf6fee122cedd451191b0f395c58cdb1
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <baseboard/gpio.h>
4 #include <boot/coreboot_tables.h>
5 #include <bootmode.h>
6 #include <gpio.h>
7 #include <vendorcode/google/chromeos/chromeos.h>
9 void fill_lb_gpios(struct lb_gpios *gpios)
13 static const struct cros_gpio cros_gpios[] = {
14 CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, GPIO_DEVICE_NAME),
15 CROS_GPIO_WP_AL(CROS_WP_GPIO, GPIO_DEVICE_NAME),
17 DECLARE_CROS_GPIOS(cros_gpios);