Attention is currently required from: Marx Wang, Angel Pons.

Marx Wang uploaded patch set #14 to this change.

View Change

soc/intel/apollolake: Provide the option to enable DDR 2x refresh rate

We need to enable 2x refresh rate in order to mitigate Row Hammer
vulnerability for the boards with specific DRAMs. To enable it, we
can select "ENABLE_DDR_2X_REFRESH" option and add
"enable_row_hammer_mitigation" attribute in board's lpddr4 memory config.
for example:

static const struct lpddr4_sku cbi_skus[] = {
/* Dual Channel Config 4GiB System Capacity */
.............
................................
/* Dual Channel Config 8GiB System Capacity */
[1] = {
.speed = LP4_SPEED_2400,
.ch0_rank_density = LP4_16Gb_DENSITY,
.ch1_rank_density = LP4_16Gb_DENSITY,
.enable_row_hammer_mitigation = CONFIG(ENABLE_DDR_2X_REFRESH),
},

BUG=b:152151369
TEST=select "ENABLE_DDR_2X_REFRESH", build the image and run
suspend_stress_test with memory check for 2500 cycles.

Signed-off-by: Marx Wang <marx.wang@intel.com>
Change-Id: I0235fc7906626f28f14367c283433e5b066cc89a
---
M src/soc/intel/apollolake/Kconfig
M src/soc/intel/apollolake/include/soc/meminit.h
M src/soc/intel/apollolake/meminit.c
3 files changed, 16 insertions(+), 8 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/48510/14

To view, visit change 48510. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0235fc7906626f28f14367c283433e5b066cc89a
Gerrit-Change-Number: 48510
Gerrit-PatchSet: 14
Gerrit-Owner: Marx Wang <marx.wang@intel.com>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov@gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Gaggery Tsai <gaggery.tsai@intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Nico Huber <nico.h@gmx.de>
Gerrit-Attention: Marx Wang <marx.wang@intel.com>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newpatchset