[RFC 0/2] syslinux: Add device tree support

Thierry Reding thierry.reding at avionic-design.de
Fri Jun 1 01:41:34 EST 2012


This patch series adds support for passing a Flattened Device Tree (FDT)
blob to the Linux kernel. Currently, only the linux.c32 module can do so
and some additional checking should be done to only pass the blob if the
kernel supports boot protocol 2.09 or later.

Thierry

Thierry Reding (2):
  com32: Add device tree support
  linux.c32: Add initrd= parameter

 com32/gfxboot/gfxboot.c         |    2 +-
 com32/include/syslinux/linux.h  |   25 +++++++++++++++++++++++-
 com32/lib/Makefile              |    4 +++-
 com32/lib/syslinux/fdt.c        |   28 ++++++++++++++++++++++++++
 com32/lib/syslinux/load_linux.c |   41 ++++++++++++++++++++++++++++++++++++++-
 com32/lua/src/syslinux.c        |    4 ++--
 com32/modules/linux.c           |   20 ++++++++++++++++++-
 7 files changed, 117 insertions(+), 7 deletions(-)
 create mode 100644 com32/lib/syslinux/fdt.c

-- 
1.7.10.2



More information about the devicetree-discuss mailing list