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/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git]
/
src
/
soc
/
qualcomm
/
qcs405
/
cbmem.c
blob
e8bab7750192f1fefd76ed52a76f09181e59f504
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <cbmem.h>
4
5
uintptr_t
cbmem_top_chipset
(
void
)
6
{
7
return
(
uintptr_t
)
3
*
GiB
;
8
}