mbox series

[OpenWrt-Devel,0/2] Add nds32 toolchain and ae3xx board support

Message ID 20190611103042.31736-1-nylon7@andestech.com
Headers show
Series Add nds32 toolchain and ae3xx board support | expand

Message

Nylon Chen June 11, 2019, 10:30 a.m. UTC
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