[coreboot] [PATCH]Sanitize cbfs-files-y

Stefan Reinauer stefan.reinauer at coreboot.org
Fri Jan 28 21:57:29 CET 2011


* Georgi, Patrick <Patrick.Georgi at 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.georgi at secunet.com>

nice!

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






More information about the coreboot mailing list