aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-08-16 10:57:15 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-08-16 15:03:32 +0200
commitefd1c6b8dda729695ca91ecce5b7db25fa98bed1 (patch)
tree195a9dc69476e5ad26dca84bfe32ab6bdff5f79a /src/northbridge
parent880101121e0cef5df3afda075809e2fbacf68ffe (diff)
gm45: Recognize 48MiB gfx UMA.
Change-Id: I33e6b357ea044d6ec00b119e84cbada7bf58317f Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6685 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/gm45/ram_calc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/intel/gm45/ram_calc.c b/src/northbridge/intel/gm45/ram_calc.c
index a029020748..c8c15d3a76 100644
--- a/src/northbridge/intel/gm45/ram_calc.c
+++ b/src/northbridge/intel/gm45/ram_calc.c
@@ -43,6 +43,8 @@ u32 decode_igd_memory_size(const u32 gms)
return 16 << 10;
case 5:
return 32 << 10;
+ case 6:
+ return 48 << 10;
case 7:
return 64 << 10;
case 8: