Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/23550
Change subject: nb/intel/pineview: Avoid holes between TOM and cbmem_top
......................................................................
nb/intel/pineview: Avoid holes between TOM and cbmem_top
Having usable memory between top of lower usable memory and cbmem_top
creates problems for some payloads like tianocore and some versions of
memtest86+ don't like it either.
The solution is to mark that memory as reserved.
Change-Id: If5146cda1020b494af6d43e5d8055e0045fa5b82
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/northbridge/intel/pineview/northbridge.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/23550/1
diff --git a/src/northbridge/intel/pineview/northbridge.c b/src/northbridge/intel/pineview/northbridge.c
index ea55974..ca6a1c2 100644
--- a/src/northbridge/intel/pineview/northbridge.c
+++ b/src/northbridge/intel/pineview/northbridge.c
@@ -98,6 +98,8 @@
/* Subtract TSEG size */
tseg_sizek = gtt_basek - tseg_basek;
tomk -= tseg_sizek;
+ /* Align top of ram down to cbmem_top */
+ tomk = ALIGN_DOWN(tomk, 4 << 10);
/* Report the memory regions */
ram_resource(dev, index++, 0, 640);
--
To view, visit https://review.coreboot.org/23550
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If5146cda1020b494af6d43e5d8055e0045fa5b82
Gerrit-Change-Number: 23550
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23548 )
Change subject: mb/google/fizz: Get OEM ID and SKU ID from EC
......................................................................
Patch Set 5:
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/66915/ : SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/21500/ : SUCCESS
--
To view, visit https://review.coreboot.org/23548
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I06d3a205275b46660b3974bc3673d4be8e13f6d1
Gerrit-Change-Number: 23548
Gerrit-PatchSet: 5
Gerrit-Owner: Daisuke Nojiri <dnojiri(a)chromium.org>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Daisuke Nojiri <dnojiri(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 01 Feb 2018 18:56:42 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23549 )
Change subject: ec/google: Get OEM ID and SKU ID from EC
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/66911/ : SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/21496/ : SUCCESS
--
To view, visit https://review.coreboot.org/23549
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iff69a2dc0e562d87dd287f79c407f23aeb09fb9e
Gerrit-Change-Number: 23549
Gerrit-PatchSet: 1
Gerrit-Owner: Daisuke Nojiri <dnojiri(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 01 Feb 2018 16:59:26 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes