Following patch adds support for suspend/resume functions. I had to change the get_cb...
authorRudolf Marek <r.marek@assembler.cz>
Mon, 13 Dec 2010 19:59:13 +0000 (19:59 +0000)
committerRudolf Marek <r.marek@assembler.cz>
Mon, 13 Dec 2010 19:59:13 +0000 (19:59 +0000)
commitc4369536da601a02b23cb936c16e54c0485ec21e
tree6e62d3fac5226b775c021c34f2b6283d4f428ad9
parent59f410fa43e4176f2f4ded254ee4438f446b1c2d
Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well.

The writes to NVRAM are not used in asrock board (k8 pre rev f) but they should work when used with am2 boards. In fact maybe the suspend will work on mahogany or others ;) - with some  simple patch which follows for asrock.

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@6173 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/lib/cbmem.c
src/northbridge/intel/i945/raminit.c
src/northbridge/intel/i945/raminit.h
src/southbridge/amd/sb700/early_setup.c
src/southbridge/amd/sb700/fadt.c
src/southbridge/amd/sb700/lpc.c
src/southbridge/amd/sb700/sb700.h
src/southbridge/via/k8t890/early_car.c