[coreboot] [PATCH] More Kconfig changes

Myles Watson mylesgw at gmail.com
Mon Oct 19 23:18:07 CEST 2009


Define some variables that were not defined.  There are a couple left.  Do
kbuildall then grep not.defined kbuildall.results/*
The interesting ones were GENERATE_*  I had to put them in twice to make it
work correctly.  Once outside the menu setting the defaults, and once inside
the menu.  Now they show up when they should, and are always defined

Define HAVE_INIT_TIMER to only exclude the three boards that define it to be
0 in newconfig.
Define MEM_TRAIN_SEQ to be an integer and set it correctly.
Remove CAR_FAM10 and just depend on NORTHBRIDGE_AMD_AMDFAM10
MOVNTI is a performance enhancement, and should default to 0 so it doesn't
break boards that forget to define it.

Signed-off-by: Myles Watson <mylesgw at gmail.com>

Thanks,
Myles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091019/7030cf6e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Kconfig_undefined.diff
Type: text/x-patch
Size: 5034 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091019/7030cf6e/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HAVE_INIT_TIMER.diff
Type: text/x-patch
Size: 2193 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091019/7030cf6e/attachment-0001.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MEM_TRAIN_SEQ.diff
Type: text/x-patch
Size: 14436 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091019/7030cf6e/attachment-0002.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CAR_FAM10.diff
Type: text/x-patch
Size: 7850 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091019/7030cf6e/attachment-0003.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MOVNTI.diff
Type: text/x-patch
Size: 276 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091019/7030cf6e/attachment-0004.diff>


More information about the coreboot mailing list