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-or-later */
2 
3 #include <console/uart.h>
4 #include <mainboard/addressmap.h>
5 
6 uintptr_t uart_platform_base(unsigned int idx)
7 {
8  return VIRT_UART_BASE;
9 }
#define VIRT_UART_BASE
Definition: addressmap.h:23
uintptr_t uart_platform_base(unsigned int idx)
Definition: mmio.c:6
unsigned long uintptr_t
Definition: stdint.h:21