This patchset adds basic support for Andes's nds32 ISA and nds32 family's CPU IP based on ae3xx platform. The board is entirely supported since Linux 4.19.
Nylon Chen (2): toolchain: add support of nds32 architecture nds32: add new target for AE3XX boards include/kernel.mk | 2 + include/site/nds32 | 33 +++++ include/target.mk | 4 + target/Config.in | 5 + target/linux/nds32/Makefile | 23 ++++ target/linux/nds32/config-4.19 | 126 ++++++++++++++++++ target/linux/nds32/image/Makefile | 17 +++ ...0001-nds32-Fix-boot-messages-garbled.patch | 29 ++++ toolchain/Config.in | 9 +- 9 files changed, 245 insertions(+), 3 deletions(-) create mode 100644 include/site/nds32 create mode 100644 target/linux/nds32/Makefile create mode 100644 target/linux/nds32/config-4.19 create mode 100644 target/linux/nds32/image/Makefile create mode 100644 target/linux/nds32/patches-4.19/0001-nds32-Fix-boot-messages-garbled.patch -- 2.17.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
