[coreboot] [commit] r5088 - in trunk/src: mainboard/via/vt8454cnorthbridge/via/cx700

Myles Watson mylesgw at gmail.com
Fri Feb 5 17:38:13 CET 2010


> Log:
> this should get the VIA VT8454c in shape with Kconfig
> Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
> Acked-by: Stefan Reinauer <stepan at coresystems.de>
> 
> Modified: trunk/src/northbridge/via/cx700/Kconfig
> ==========================================================================
> ====
> --- trunk/src/northbridge/via/cx700/Kconfig	Fri Feb  5 15:32:00 2010
> 	(r5087)
> +++ trunk/src/northbridge/via/cx700/Kconfig	Fri Feb  5 17:10:01 2010
> 	(r5088)
> @@ -1,5 +1,9 @@
>  config NORTHBRIDGE_VIA_CX700
>  	bool
> +	select HAVE_HIGH_TABLES
> +	select HAVE_HARD_RESET
> +	select IOAPIC
> +	select SMP

It's surprising to select SMP based on the northbridge.  Isn't that usually
selected in the processor or the mainboard?

Myles






More information about the coreboot mailing list