summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/geralt/chromeos.c
blob: eb93be20c4d541d12291d56c88f37371f75f633c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-only */

#include <bootmode.h>
#include <boot/coreboot_tables.h>
#include <gpio.h>
#include <security/tpm/tis.h>

#include "gpio.h"

void fill_lb_gpios(struct lb_gpios *gpios)
{
	/* TODO: add Chrome specific gpios */
}

int tis_plat_irq_status(void)
{
	return gpio_eint_poll(GPIO_GSC_AP_INT_ODL);
}