1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
10 void bootblock_mainboard_early_init(void)
12 configure_early_gpio_pads();
14 /* Enable EMI (Embedded Memory Interface) 0 on the EC */
15 ec_espi_io_program_iobase(EC_IDX_PORT
, EMI_0_IOBASE_INDEX
, EMI_0_IO_BASE_ADDR
);