coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mmio.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <console/uart.h>
4 
5 #define VEXPRESS_UART0_IO_ADDRESS (0x10009000)
6 
7 uintptr_t uart_platform_base(unsigned int idx)
8 {
10 }
uintptr_t uart_platform_base(unsigned int idx)
Definition: mmio.c:6
#define VEXPRESS_UART0_IO_ADDRESS
Definition: mmio.c:5
unsigned long uintptr_t
Definition: stdint.h:21