[coreboot] r643 - in coreboot-v3/mainboard/amd: . db800

Peter Stuge peter at stuge.se
Fri Mar 14 23:01:51 CET 2008


On Fri, Mar 14, 2008 at 10:15:03PM +0100, svn at coreboot.org wrote:
> +config BOARD_AMD_DB800
> +	bool "DB800"
> +	select ARCH_X86
> +	select CPU_AMD_GEODELX
> +	select OPTION_TABLE
> +	select NORTHBRIDGE_AMD_GEODELX
> +	select SOUTHBRIDGE_AMD_CS5536
> +	select SUPERIO_WINBOND_W83627HF
> +	select PIRQ_TABLE
> +	help
> +	  AMD DB800 Geode LX development board.

> +		/config/("northbridge/amd/geodelx/apic");
> +		/config/("northbridge/amd/geodelx/domain");
> +			/config/("northbridge/amd/geodelx/pci");
> +			/config/("southbridge/amd/cs5536/dts");
> +			/config/("superio/winbond/w83627hf/dts");

Can we reduce this redundancy?


Also, does anyone have ideas for cmos.layout for v3? OPTION_TABLE is
includes the code for that, correct? (Bad name.) I want to be able to
disconnect v3 completely from NVRAM and make it an optional feature.


//Peter




More information about the coreboot mailing list