Am 05.11.2010 19:20, schrieb Peter Stuge: > Patrick Georgi wrote: >> (are "qrank dimms" really a per-board thing?) > > Which boards do not have the variable set? About 30, I think. I only did a grep .. | wc -l comparison:
$ grep NORTHBRIDGE_AMD_AMDK8 src/mainboard/*/*/Kconfig |wc -l 86 So 86 boards are eligible for that option. $ svn st |grep romstage.c |wc -l 63 63 boards have that option dropped (the patch is the only change in that tree). So there are 23 boards that do not set it. Patrick -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

