cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / amd / gardenia / bootblock / bootblock.c
blob1c4d9e07ab05dc0e524ff816c1e3bd86d21c5f57
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
4 #include <gpio.h>
5 #include <soc/southbridge.h>
7 #include "../gpio.h"
9 void bootblock_mainboard_early_init(void)
11 size_t num_gpios;
12 const struct soc_amd_gpio *gpios;
13 gpios = early_gpio_table(&num_gpios);
14 gpio_configure_pads(gpios, num_gpios);