[coreboot] [PATCH] let high memory size be decided in cbmem.h

2010-12-04 Thread Rudolf Marek
Hi all, 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

Re: [coreboot] [PATCH] let high memory size be decided in cbmem.h

2010-12-11 Thread Rudolf Marek
Attaching refreshed patch. Should be same as previously posted. Thanks, Rudolf Index: coreboot/src/include/cbmem.h === --- coreboot.orig/src/include/cbmem.h 2010-12-12 00:04:38.0 +0100 +++ coreboot/src/include/cbmem.h 2010-

Re: [coreboot] [PATCH] let high memory size be decided in cbmem.h

2010-12-12 Thread Peter Stuge
Rudolf Marek wrote: > Attaching refreshed patch. Should be same as previously posted. I say go for it and fix problems if there are any. Acked-by: Peter Stuge -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot