[coreboot] [v2] r4575 - trunk/coreboot-v2/src/mainboard

Myles Watson mylesgw at gmail.com
Tue Aug 25 17:45:01 CEST 2009


> Am I guessing correctly that the rationale here is that boards don't
> need to do this:
> 
> +config MAINBOARD_VENDOR
> +	string
> +	default "MSI"
> +	depends on BOARD_MSI_MS6178
> +
> +config MAINBOARD_PART_NUMBER
> +	string
> +	default "MS-6178"
> +	depends on BOARD_MSI_MS6178
> 
> But instead this should be sufficient per-board?
> 
> +config MAINBOARD_PART_NUMBER
> +	string
> +	default "MS-6178"
> +	depends on BOARD_MSI_MS6178
That's what I was hoping.

Thanks,
Myles





More information about the coreboot mailing list