Enable device tree support for selected targets. Not all kirkwood variants are ported so one can use generic uImage file for them.
DTS files are appended to zImage and then wrapped into uImage. Wojciech Dubowik (5): [uboot-kirkwood]: Upgrade to 2013.07 [uboot-kirkwood]: Enable device tree support [kirkwood]: Add 3.10 kernel support [kirkwood]: Add generic profile [kirkwood]: Bump kernel to 3.10.12 package/boot/uboot-kirkwood/Makefile | 4 +- .../boot/uboot-kirkwood/patches/110-dockstar.patch | 2 +- .../patches/120-enable-device-tree.patch | 9 + target/linux/kirkwood/Makefile | 4 +- target/linux/kirkwood/config-3.10 | 285 +++++++++++++++++++++ target/linux/kirkwood/image/Makefile | 22 +- .../kirkwood/patches-3.10/001-partition_map.patch | 11 + .../kirkwood/patches-3.10/002-mvsdio_delay.patch | 32 +++ target/linux/kirkwood/profiles/100-Generic.mk | 19 ++ 9 files changed, 382 insertions(+), 6 deletions(-) create mode 100644 package/boot/uboot-kirkwood/patches/120-enable-device-tree.patch create mode 100644 target/linux/kirkwood/config-3.10 create mode 100644 target/linux/kirkwood/patches-3.10/001-partition_map.patch create mode 100644 target/linux/kirkwood/patches-3.10/002-mvsdio_delay.patch create mode 100644 target/linux/kirkwood/profiles/100-Generic.mk -- 1.8.1.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
