repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git]
/
src
/
mainboard
/
emulation
/
qemu-riscv
/
uart.c
blob
8f8a3a32e00a6a8cebb79c46e6b4d7b30a4c56cd
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <types.h>
4
#include <console/uart.h>
5
#include <mainboard/addressmap.h>
6
7
uintptr_t
uart_platform_base
(
unsigned int
idx
)
8
{
9
return
(
uintptr_t
)
QEMU_VIRT_UART0
;
10
}