* Georgi, Patrick <patrick.geo...@secunet.com> [110128 15:32]:
> Hi,
> 
> attached patch inverses two arguments of cbfs-files-y and adapts its
> users (one of which already used the new order). This is in reponse to
> feedback that the original setup was too complicated.
> 
> New cbfs-files-y:
> 
> cbfs-files-y contains the names of files as they appear in CBFS. The
> arguments describe the on-filesystem name, the type and (optionally) the
> position. Example:
> 
> cbfs-files-y += foo
> foo-file := bar
> foo-type := splashscreen
> foo-position := 0xffff8000
> 
> This configures a CBFS file called "foo" that is marked "splashscreen",
> located at 0xffff8000 in flash and contains the data of the file "bar"
> in the filesystem (either in the current directory, ie. where the
> corresponding Makefile.inc resides, or if that doesn't exist, relative
> to the toplevel directory).
> 
> 
> Signed-off-by: Patrick Georgi <patrick.geo...@secunet.com>

nice!

Acked-by: Stefan Reinauer <stefan.reina...@coreboot.org>



-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to