repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/asrock: Add Asrock Industrial IMB-1222 motherboard
[coreboot.git]
/
src
/
mainboard
/
emulation
/
qemu-aarch64
/
mmio.c
blob
0fac64d23416e7f1543e407111c912a019427b74
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
}