linux.c32: add support for a device tree blob (dtb)
commit6366a25a6b6243b0819056a74653e92ef918c89a
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 29 Jun 2012 22:24:02 +0000 (29 15:24 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 29 Jun 2012 22:24:02 +0000 (29 15:24 -0700)
tree54ebb4901197609186d2d2749e3e051283feb62e
parent4d2d307258f927e8129e45195d864534ef19bc63
linux.c32: add support for a device tree blob (dtb)

Based on a patch by Thierry Reding, add support for loading a device
tree blob using the generic setup_data framework.

I used the name dtb= instead of fdt= since it looks like dtb= is the
common acronym for the filenames and what is used in the kernel.

Originally-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/modules/linux.c