We hardcode highmemory size in every northbridge! This is bad, and especially if...
authorRudolf Marek <r.marek@assembler.cz>
Mon, 13 Dec 2010 19:50:25 +0000 (19:50 +0000)
committerRudolf Marek <r.marek@assembler.cz>
Mon, 13 Dec 2010 19:50:25 +0000 (19:50 +0000)
commit97be27ebbae4693a0698838edd7ccea2239ef2db
tree8487d1d78bc0516485a14dae4a86b5bd30cb8794
parent29c7dfcadc49262271dba95697dab841ea076d17
We hardcode highmemory size in  every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic.

Abuild tested. Please check all changes if I did not make any wrong while converting this to bytes.

Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6171 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
23 files changed:
src/include/cbmem.h
src/lib/cbmem.c
src/mainboard/emulation/qemu-x86/northbridge.c
src/northbridge/amd/amdfam10/northbridge.c
src/northbridge/amd/amdk8/northbridge.c
src/northbridge/amd/gx1/northbridge.c
src/northbridge/amd/gx2/northbridge.c
src/northbridge/amd/lx/northbridge.c
src/northbridge/intel/e7501/northbridge.c
src/northbridge/intel/e7520/northbridge.c
src/northbridge/intel/e7525/northbridge.c
src/northbridge/intel/i3100/northbridge.c
src/northbridge/intel/i440bx/northbridge.c
src/northbridge/intel/i440lx/northbridge.c
src/northbridge/intel/i82810/northbridge.c
src/northbridge/intel/i82830/northbridge.c
src/northbridge/intel/i855/northbridge.c
src/northbridge/intel/i945/northbridge.c
src/northbridge/via/cn400/northbridge.c
src/northbridge/via/cn700/northbridge.c
src/northbridge/via/cx700/northbridge.c
src/northbridge/via/vt8601/northbridge.c
src/northbridge/via/vt8623/northbridge.c