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
mb/google/brya/var/uldrenite: Generate RAM ID and SPD file
[coreboot2.git]
/
src
/
mainboard
/
emulation
/
qemu-armv7
/
mmio.c
blob
0f07e7f1ef109c30dcc0125faea0fd38ca21c87c
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
{
9
return
VEXPRESS_UART0_IO_ADDRESS
;
10
}