mb/google/brya: Create rull variant
[coreboot2.git] / src / mainboard / google / jecht / bootblock.c
blob02b078eefe14e2bb2370399e10912036e313609a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
4 #include <superio/ite/common/ite.h>
5 #include <superio/ite/it8772f/it8772f.h>
6 #include "onboard.h"
8 void bootblock_mainboard_early_init(void)
10 /* Early SuperIO setup */
11 ite_ac_resume_southbridge(IT8772F_EC_DEV);
12 ite_kill_watchdog(IT8772F_GPIO_DEV);
13 ite_enable_serial(IT8772F_SERIAL_DEV, CONFIG_TTYS0_BASE);
15 /* Turn On Power LED */
16 set_power_led(LED_ON);