mb/google/nissa/var/rull: Change padbased_override to rtd3 of wifi
[coreboot2.git] / src / mainboard / lenovo / thinkcentre_m710s / bootblock.c
blob061b5446cf736a263b3f51d889a18f972d3d7738
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
4 #include <superio/ite/common/ite.h>
5 #include <superio/ite/it8629e/it8629e.h>
7 #define SERIAL_DEV PNP_DEV(0x2e, IT8629E_SP1)
8 #define GPIO_DEV PNP_DEV(0x2e, IT8629E_GPIO)
10 void bootblock_mainboard_early_init(void)
12 ite_reg_write(GPIO_DEV, 0x23, 0x49);
13 ite_reg_write(GPIO_DEV, 0x71, 0x09);
14 ite_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);