linux.c32: allow loading arbitrary setup_data blobs
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 29 Jun 2012 23:21:13 +0000 (16:21 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 29 Jun 2012 23:21:54 +0000 (16:21 -0700)
commit911b2fd754c0364487c92a2282a77b6812d7823e
treee1e014031682b1cd17e27dc92c3db280fc91af21
parentfda6eb8480b797475f228325233c4f4931904bef
linux.c32: allow loading arbitrary setup_data blobs

Allow loading arbitrary setup_data blobs via the syntax
blob.NN=filename where NN is a decimal number.

This also allows loading multiple device tree blobs.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/modules/linux.c