coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec.c File Reference
#include <types.h>
#include <console/console.h>
#include <device/device.h>
#include <ec/compal/ene932/ec.h>
#include "ec.h"
Include dependency graph for ec.c:

Go to the source code of this file.

Functions

void parrot_ec_init (void)
 
u8 parrot_rev (void)
 

Function Documentation

◆ parrot_ec_init()

void parrot_ec_init ( void  )

Definition at line 9 of file ec.c.

References BIOS_DEBUG, ec_kbc_read_ob(), ec_kbc_write_cmd(), ec_kbc_write_ib(), kbc_cleanup_buffers(), parrot_rev(), and printk.

Referenced by mainboard_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ parrot_rev()

u8 parrot_rev ( void  )

Definition at line 55 of file ec.c.

References ec_kbc_read_ob(), ec_kbc_write_cmd(), and ec_kbc_write_ib().

Referenced by mainboard_fill_gnvs(), parrot_ec_init(), and parrot_onboard_smbios_data().

Here is the call graph for this function:
Here is the caller graph for this function: