coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
6 #include "onboard.h"
7 
9 {
10  /* Early SuperIO setup */
13  ite_enable_serial(IT8772F_SERIAL_DEV, CONFIG_TTYS0_BASE);
14 
15  /* Turn on Power LED */
17 }
#define IT8772F_GPIO_DEV
Definition: onboard.h:28
@ LED_ON
Definition: onboard.h:38
void set_power_led(int state)
Definition: led.c:6
#define IT8772F_SERIAL_DEV
Definition: onboard.h:27
#define IT8772F_SUPERIO_DEV
Definition: onboard.h:29
void ite_enable_serial(pnp_devfn_t dev, u16 iobase)
Definition: early_serial.c:61
void ite_kill_watchdog(pnp_devfn_t dev)
Definition: early_serial.c:129
void mainboard_config_superio(void)
Definition: bootblock.c:47
void it8772f_ac_resume_southbridge(pnp_devfn_t dev)
Definition: early_init.c:27