coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
uart.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <commonlib/helpers.h>
4 #include <soc/pci_devs.h>
5 
6 const unsigned int uart_devices[] = {
10 };
11 
#define ARRAY_SIZE(a)
Definition: helpers.h:12
#define PCH_DEVFN_UART0
Definition: pci_devs.h:204
#define PCH_DEVFN_UART1
Definition: pci_devs.h:205
#define PCH_DEVFN_UART2
Definition: pci_devs.h:164
const int uart_devices_size
Definition: uart.c:18
const unsigned int uart_devices[]
Definition: uart.c:12