coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
kempld.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef EC_KONTRON_KEMPLD_H
4 #define EC_KONTRON_KEMPLD_H
5 
6 #include <stdint.h>
7 
10 
11 int kempld_get_mutex(int timeout_ms);
12 void kempld_release_mutex(void);
13 
15 
16 #endif /* EC_KONTRON_KEMPLD_H */
static u32 addr
Definition: cirrus.c:14
void kempld_write8(uint8_t addr, uint8_t data)
Definition: early_kempld.c:11
uint8_t kempld_read8(uint8_t addr)
Definition: early_kempld.c:17
int kempld_get_mutex(int timeout_ms)
Definition: early_kempld.c:23
void kempld_release_mutex(void)
Definition: early_kempld.c:30
void kempld_enable_uart_for_console(void)
Definition: early_kempld.c:35
unsigned char uint8_t
Definition: stdint.h:8