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
docs: Add 24.12 release notes
[coreboot2.git]
/
src
/
soc
/
samsung
/
exynos5420
/
cbmem.c
blob
d74b414f78f056343e46aee30171967748832e1b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <cbmem.h>
4
#include <soc/cpu.h>
5
6
uintptr_t
cbmem_top_chipset
(
void
)
7
{
8
return
get_fb_base_kb
() *
KiB
;
9
}