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

Georgi, Patrick Patrick.Georgi at secunet.com
Fri Jan 28 15:32:25 CET 2011


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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20110128-1-sanitized-cbfs-files-y.diff
Type: text/x-patch
Size: 2587 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20110128/f9e11ecc/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20110128/f9e11ecc/attachment.sig>


More information about the coreboot mailing list