From: Kejia Hu <[email protected]> This set of patches added support for Thomson TG582n DANT-1 board.
They have been tested by building a CFE image, and loaded to the board using a customised CFE. support for DANT-T board may be possible with these patches with limited modification, but I can't test this due to lack of hardware. Kejia Hu (3): Add support for EON EN25Q128 flash chip. Add support for TG582n DANT-1 board. Add TG582N option in profile section of menuconfig target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 3 + target/linux/brcm63xx/dts/tg582n.dts | 81 ++++++++++++++++++++++ target/linux/brcm63xx/image/Makefile | 2 + .../brcm63xx/patches-3.18/571-board_TG582N.patch | 70 +++++++++++++++++++ target/linux/brcm63xx/profiles/thomson.mk | 9 +++ ...-spi-nor-add-support-for-the-EON-EN25Q128.patch | 12 ++++ 6 files changed, 177 insertions(+) create mode 100644 target/linux/brcm63xx/dts/tg582n.dts create mode 100644 target/linux/brcm63xx/patches-3.18/571-board_TG582N.patch create mode 100644 target/linux/brcm63xx/profiles/thomson.mk create mode 100644 target/linux/generic/patches-3.18/475-mtd-spi-nor-add-support-for-the-EON-EN25Q128.patch -- 2.1.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
