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
ec/google/chromeec: Enable ACPI memory mapping for Microchip EC
[coreboot2.git]
/
src
/
mainboard
/
google
/
asurada
/
sdram_params
/
sdram-lpddr4x-DISCRETE-2RANK-8GB.c
blob
3d12588c4b74bf368c52e02191a7da8f4071a7da
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <soc/dramc_param.h>
4
5
struct
sdram_info params
= {
6
.
ddr_geometry
=
DDR_TYPE_2CH_2RK_8GB_4_4
,
7
.
ddr_type
=
DDR_TYPE_DISCRETE
,
8
};