Acked-by: Myles Watson <[email protected]> > 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

