com32: Add device tree support
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 31 May 2012 15:41:35 +0000 (17:41 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 29 Jun 2012 21:42:11 +0000 (14:42 -0700)
commit1eb311caecf1452a78013640db828fd40c9055d2
tree8ce54fa4a136ca50e81e050df3f222a3a25fa2de
parent8804b0e5eb2b64c6e49025f5599552e8f00d9c33
com32: Add device tree support

This commit adds support for passing a Flattened Device Tree (FDT) blob
to the Linux kernel.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/gfxboot/gfxboot.c
com32/include/syslinux/linux.h
com32/lib/Makefile
com32/lib/syslinux/fdt.c [new file with mode: 0644]
com32/lib/syslinux/load_linux.c
com32/lua/src/syslinux.c