summaryrefslogtreecommitdiff
path: root/target/nds32
AgeCommit message (Collapse)Author
2019-10-15allow to build nds32 toolchain with old kernelWaldemar Brodkorb
2018-05-25rework hardware and C library settingsWaldemar Brodkorb
Make the menu system for configuration more intuitive. First choose operating system, then hardware, starting with architecture. Then choose either generic or a sample system. When choosing a sample be more strict in case of MMU or Endianess selection, so a misconfiguration isn't possible. Furthermore put a new top level menu for C library configuration and add Binary format, Instruction set, version selection, float type and any C library specific options. Refactor the duplicate definition of Qemu system versatile and Synopsys NSIM.
2018-01-02uclibc-ng: remove COMPAT_ATEXITWaldemar Brodkorb
2017-10-06nds32: update toolchain and kernelWaldemar Brodkorb
2017-07-01nds32: use no mirror for archWaldemar Brodkorb
2017-07-01nds32: do not use kernel mirrorsWaldemar Brodkorb
2017-06-26uclibc-ng: update default configsWaldemar Brodkorb
2017-01-22nds32: next uClibc-ng will support NPTL/TLSWaldemar Brodkorb
2016-12-31uclibc-ng: update default configsWaldemar Brodkorb
2016-12-13uClibc-ng: switch to malloc-standard as default for MMU. applications like ↵Waldemar Brodkorb
kodi crashing with malloc
2016-12-04uclibc-ng: refresh configs, enable sha512Waldemar Brodkorb
2016-06-30add support for nds32 architectureWaldemar Brodkorb
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2016-02-16add nds32 bare-metal toolchain supportWaldemar Brodkorb