[RFC 0/2] syslinux: Add device tree support
From: Thierry Reding <hidden>
Date: 2012-05-31 15:41:34
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