Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44344 )
Change subject: [WIP] nb/intel/sandybridge: Change memory map ......................................................................
[WIP] nb/intel/sandybridge: Change memory map
This silences a complaint from Linux about a reserved memory range.
Change-Id: Id57e9902d7bd76b8d57f02d5db25dba3360cd5d7 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/northbridge/intel/sandybridge/raminit_common.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/44344/1
diff --git a/src/northbridge/intel/sandybridge/raminit_common.c b/src/northbridge/intel/sandybridge/raminit_common.c index 6588db5..d883a77 100644 --- a/src/northbridge/intel/sandybridge/raminit_common.c +++ b/src/northbridge/intel/sandybridge/raminit_common.c @@ -448,7 +448,7 @@
mestolenbase = tom - me_uma_size;
- toludbase = MIN(4096 - mmiosize + gfxstolen + gttsize + tsegsize, tom - me_uma_size); + toludbase = MIN(4096 - mmiosize + gfxstolen + gttsize, tom - me_uma_size);
gfxstolenbase = toludbase - gfxstolen; gttbase = gfxstolenbase - gttsize;
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44344 )
Change subject: [WIP] nb/intel/sandybridge: Change memory map ......................................................................
Patch Set 3:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/44344/comment/45309ee1_9fcbb597 PS3, Line 9: complaint Past me, why did you not note down the complaint? And why did you not specify if it was linked to a specific payload, e.g. tianocore? Present me no longer remembers...