[coreboot] final set of changes to allow rumba to build with Kconfig

Myles Watson mylesgw at gmail.com
Fri Aug 28 18:52:04 CEST 2009


Acked-by: Myles Watson <mylesgw at gmail.com>
> Remaining problem: in src/arch/i386/Kconfig, I define AP_IN_SIPI_WAIT. But
> in .config, I get:
> #CONFIG_AP_IN_SIPI_WAIT is not set
> Clearly I have more to learn about Kconfig. I want it so that if the
> mainboard Kconfig does not select it, it comes up as 'n'.
I think it's working like you want it to.  If it was not defined it
wouldn't appear in .config.

$ grep CONFIG_AP .config
# CONFIG_AP_IN_SIPI_WAIT is not set

$ grep -Ir SIPI build/
build/coreboot.map:00000000 A CONFIG_AP_IN_SIPI_WAIT
build/ldoptions:CONFIG_AP_IN_SIPI_WAIT = 0;
build/auto.conf:CONFIG_AP_IN_SIPI_WAIT=n
build/config.h:#define CONFIG_AP_IN_SIPI_WAIT 0
build/coreboot_ram.map:00000000 A CONFIG_AP_IN_SIPI_WAIT

Thanks,
Myles




More information about the coreboot mailing list