[coreboot] [PATCH] tinybootblock for AMD K8 and Asus M2V-MX SE

Peter Stuge peter at stuge.se
Tue Jan 5 04:05:03 CET 2010


Rudolf Marek wrote:
> +++ src/arch/i386/Makefile.tinybootblock.inc	(working copy)
> @@ -24,12 +24,20 @@
>  bootblock_lds += $(src)/cpu/x86/16bit/entry16.lds
>  bootblock_lds += $(src)/cpu/x86/16bit/reset16.lds
>  bootblock_lds += $(src)/arch/i386/lib/id.lds
> +ifeq ($(CONFIG_SOUTHBRIDGE_VIA_K8T890),y)
> +bootblock_lds += $(src)/southbridge/via/k8t890/romstrap.lds
> +endif
..
> +
> +ifeq ($(CONFIG_SOUTHBRIDGE_VIA_K8T890),y)
> +bootblock_inc += $(src)/southbridge/via/k8t890/romstrap.inc
> +endif
> +

Could these hunks go into a Makefile under southbridge/via/k8t890/
and become unconditional?

Lovely!

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




More information about the coreboot mailing list