[coreboot] dbm690t initial attempt which fails; not signed off

Peter Stuge peter at stuge.se
Fri Oct 3 18:59:03 CEST 2008


ron minnich wrote:
> I could use some help here; what am I doing wrong? attached.

> This is initial support for dbm690t. 
> 
> It does not build, in fact if fails as follows: 
> Makefile:115: mainboard//Makefile: No such file or directory
> make: *** No rule to make target `mainboard//Makefile'.  Stop.
> 
> Help!
..

> +++ mainboard/amd/Kconfig	(working copy)
> @@ -35,6 +35,19 @@
>  	help
>  	  AMD DB800 Geode LX development board.
>  
> +config BOARD_AMD_DBM690T
> +	bool "dbm690t"
> +	select ARCH_X86
> +	select OPTION_TABLE
> +	select CPU_AMD_K8
> +	select NORTHBRIDGE_AMD_K8
> +	select SOUTHBRIDGE_AMD_SB600
> +	select SOUTHBRIDGE_AMD_RS690
> +	select SUPERIO_ITE/IT8712F
> +	select IOAPIC
> +	help
> +	  AMD dbm690t development board.
> +
>  config BOARD_AMD_NORWICH
>  	bool "Norwich"
>  	select ARCH_X86

Add this after endchoice:

config MAINBOARD_DIR
        string
        default amd/dbm690t
        depends BOARD_AMD_DBM690T


//Peter




More information about the coreboot mailing list