[coreboot] [PATCH] Set default ROM sizes per-board

Peter Stuge peter at stuge.se
Fri Oct 16 18:49:11 CEST 2009


Uwe Hermann wrote:
> Set default ROM sizes per-board to match the ROM chip that came
> with the respective board.
> 
> Of course, the user can still override the size in menuconfig.
> 
> Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>

Acked-by: Peter Stuge <peter at stuge.se>


> +++ src/mainboard/tyan/s2875/Kconfig	(Arbeitskopie)
> @@ -10,6 +10,7 @@
>  	select SUPERIO_WINBOND_W83627HF
>  	select HAVE_PIRQ_TABLE
>  	select HAVE_MP_TABLE
> +        select BOARD_ROMSIZE_KB_512

This seems to have wacky whitespace.


> +++ src/mainboard/tyan/s2912_fam10/Kconfig	(Arbeitskopie)
> @@ -1,4 +1,3 @@
> -
>  config BOARD_TYAN_S2912_FAM10
>  	bool "S2912_FAM10"
>  	select ARCH_X86
> @@ -16,7 +15,8 @@
>  	select IOAPIC
>  	select MEM_TRAIN_SEQ
>  	select SB_HT_CHAIN_UNITID_OFFSET_ONLY
> - 
> +	select BOARD_ROMSIZE_KB_1024
> +

Maybe same here?




More information about the coreboot mailing list