mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: mainboard/reef: Add RW_VAR_MRC_CACHE
Chop off 4kb block from RW_MRC_CACHE to store variable MRC cache. BUG=chrome-os-partner:57515 BRANCH=None TEST=with patch series applied: cold reboot, make sure MRC is not updated. Do S3 suspend/resume cycle. Signed-off-by: Andrey Petrov <andrey.petrov@intel.com> Reviewed-on: https://review.coreboot.org/17235 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: I3e19fff9c9b20d6c73cbb13bfeec49e9a274bb72 Reviewed-on: https://chromium-review.googlesource.com/415635 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
5e7384e0a3
commit
b1917e3cb1
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ FLASH 16M {
|
|||
MISC_RW@0x400000 0x4a000 {
|
||||
UNIFIED_MRC_CACHE@0x0 0x40000 {
|
||||
RECOVERY_MRC_CACHE@0x0 0x10000
|
||||
RW_MRC_CACHE@0x10000 0x30000
|
||||
RW_MRC_CACHE@0x10000 0x2f000
|
||||
RW_VAR_MRC_CACHE@0x3f000 0x1000
|
||||
}
|
||||
RW_ELOG@0x40000 0x4000
|
||||
RW_SHARED@0x44000 0x4000 {
|
||||
|
|
Loading…
Add table
Reference in a new issue