[coreboot] Kconfig for Tyan s2892

Myles Watson mylesgw at gmail.com
Fri Aug 21 22:21:56 CEST 2009


On Fri, Aug 21, 2009 at 2:06 PM, Cristi
Magherusan<Cristi.Magherusan at net.utcluj.ro> wrote:
> On Fri, 2009-08-21 at 11:15 -0600, Myles Watson wrote:
>> It compiles, but there are a lot of warnings about undefined CONFIG_ variables.
>>
>> To apply the patch, first :
>>
>> svn cp src/southbridge/nvidia/ck804/Config.lb
>> src/southbridge/nvidia/ck804/Makefile.inc
>> svn cp src/cpu/amd/socket_F/Kconfig  src/cpu/amd/socket_940/Kconfig
>> svn cp src/cpu/amd/socket_F/Makefile.inc  src/cpu/amd/socket_940/Makefile.inc
>> svn cp src/mainboard/amd/serengeti_cheetah/Kconfig
>> src/mainboard/tyan/s2892/Kconfig
>> svn cp src/mainboard/amd/serengeti_cheetah/Makefile.inc
>> src/mainboard/tyan/s2892/Makefile.inc
>>
>> Here are the CONFIG variables that aren't defined:
>>
>> CONFIG_VGA
>> CONFIG_CONSOLE_VGA_MULTI
>> CONFIG_CONSOLE_VGA_MULTI
>> CONFIG_USE_WATCHDOG_ON_BOOT
>> CONFIG_SERIAL_POST
>> CONFIG_CONSOLE_VGA_ONBOARD_AT_FIRST
>> CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT
>> CONFIG_PCIX_PLUGIN_SUPPORT
>> CONFIG_PCIEXP_PLUGIN_SUPPORT
>> CONFIG_AGP_PLUGIN_SUPPORT
>> CONFIG_CARDBUS_PLUGIN_SUPPORT
>> CONFIG_PCIX_PLUGIN_SUPPORT
>> CONFIG_AGP_PLUGIN_SUPPORT
>> CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT
>> CONFIG_PCIEXP_PLUGIN_SUPPORT
>> CONFIG_CARDBUS_PLUGIN_SUPPORT
>> CONFIG_CONSOLE_VGA_MULTI
>> CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
>> CONFIG_GFXUMA
>
> Hello,
>
> Are they defined with the old buildsystem?
Some of them are.

> You can take a look at Options.lb and Config.lb and see how they are
> define in there.. Only the syntax is slightly different.

Yes.  I'm not sure where they should be defined, though.  For example,
CONFIG_GFXUMA could be a board-specific option, but maybe it should be
a NB-specific option?  Should the user be able to set it?  My board
doesn't use it at all.

Thanks,
Myles




More information about the coreboot mailing list