[coreboot] [PATCH]Allow components to add files to CBFS

Stefan Reinauer stepan at coresystems.de
Thu Dec 16 06:09:50 CET 2010


On 12/15/10 6:48 AM, Joseph Smith wrote:
> Acked-by: Joseph Smith <joe at settoplinux.org>
And

Acked-by: Stefan Reinauer <stepan at coreboot.org>

Please go ahead and check in.


> Index: coreboot-poulsbo/src/arch/x86/Makefile.bigbootblock.inc
> ===================================================================
> --- coreboot-poulsbo.orig/src/arch/x86/Makefile.bigbootblock.inc	2010-12-15 12:32:42.476455002 +0100
> +++ coreboot-poulsbo/src/arch/x86/Makefile.bigbootblock.inc	2010-12-15 12:32:43.896455000 +0100
> @@ -3,7 +3,7 @@
>
>   $(obj)/coreboot.pre: $(obj)/coreboot.bootblock $(CBFSTOOL)
>   	rm -f $@
> -	$(CBFSTOOL) $@ create $(CONFIG_COREBOOT_ROMSIZE_KB)K $(obj)/coreboot.bootblock
> +	cp $(obj)/coreboot.pre1 $@
This looks odd. Is it needed?




More information about the coreboot mailing list