coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chromeos.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <boot/coreboot_tables.h>
4 #include <bootmode.h>
5 
6 void fill_lb_gpios(struct lb_gpios *gpios)
7 {
8 
9 }
10 
12 {
13  /* Do not have a Chrome EC involved in entering recovery mode;
14  Always return trusted. */
15  return 1;
16 }
void fill_lb_gpios(struct lb_gpios *gpios)
Definition: chromeos.c:9
int get_ec_is_trusted(void)
Definition: chromeos.c:25