[coreboot] [commit] r5309 - in trunk/src: lib mainboard/kontron/986lcd-m

2010-03-28 Thread repository service
Author: stepan Date: Sun Mar 28 23:31:30 2010 New Revision: 5309 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5309 Log: Add a non-time consuming version of ram check so we can print a decent error rather than looping on non-working ram. Signed-off-by: Stefan Reinauer Acked-by: Stefa

Re: [coreboot] [commit] r5309 - in trunk/src: lib mainboard/kontron/986lcd-m

2010-03-28 Thread Peter Stuge
repository service wrote: > +++ trunk/src/lib/ramtest.c Sun Mar 28 23:31:30 2010(r5309) .. > +void quick_ram_check(void) Great! > +++ trunk/src/mainboard/kontron/986lcd-m/romstage.c Sun Mar 28 23:31:30 > 2010(r5309) .. > + quick_ram_check(); Maybe not so great. Rather t

Re: [coreboot] [commit] r5309 - in trunk/src: lib mainboard/kontron/986lcd-m

2010-03-28 Thread Stefan Reinauer
On 3/29/10 12:52 AM, Peter Stuge wrote: >> +quick_ram_check(); >> > Maybe not so great. Rather than adding this function call to each and > every romstage, could we figure out a way to keep it centrally > instead? Maybe controlled by an NVRAM option? > It's not intended as an option.

Re: [coreboot] [commit] r5309 - in trunk/src: lib mainboard/kontron/986lcd-m

2010-03-28 Thread Peter Stuge
Stefan Reinauer wrote: > >> + quick_ram_check(); > >> > > Maybe not so great. Rather than adding this function call to each and > > every romstage, could we figure out a way to keep it centrally > > instead? Maybe controlled by an NVRAM option? > > It's not intended as an option. No problem

Re: [coreboot] [commit] r5309 - in trunk/src: lib mainboard/kontron/986lcd-m

2010-03-29 Thread Patrick Georgi
Am 29.03.2010 03:54, schrieb Peter Stuge: > No problem. But is there a central place for the call, rather than in > every romstage.inc? Not yet. Patrick -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot