summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
AgeCommit message (Collapse)Author
2016-11-05gcc atch upstream, fix nios2 build for uClibc-ngWaldemar Brodkorb
2016-11-03threads nios2 stuffWaldemar Brodkorb
2016-11-03microblaze: allow NPTL and LinuxthreadsWaldemar Brodkorb
2016-10-23add more old MIPS cpu definitionsWaldemar Brodkorb
2016-10-23add target support for SGI O2 workstationWaldemar Brodkorb
2016-10-09rework thread handlingWaldemar Brodkorb
In the next uClibc-ng release Linuxthreads support will be again allowed for architectures supporting NPTL. To keep Linuxthreads supported and shiny we need architectures and emulators supported where native debugging is simple. Last time stucked with microblaze as only system where I could run some gdb somehow :(
2016-08-28mips: add hidden NaN choice, refresh uClibc-ng configsWaldemar Brodkorb
2016-08-27add support for Qemu ARM noMMUWaldemar Brodkorb
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now.
2016-08-08add support for ARM thumb modeWaldemar Brodkorb
2016-07-26add bare-metal toolchain support for cr16 architectureWaldemar 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-06-26xtensa: allow to build big endian toolchainWaldemar Brodkorb
Thanks Max for the overlay and hints.
2016-06-12add some mips32 cpu symbolsWaldemar Brodkorb
2016-06-06do not default to static for nios2Waldemar Brodkorb
2016-05-24microblaze works with linuxthreads, add required gcc patch for uClibc-ng supportWaldemar Brodkorb
2016-05-11Linux kernel for ppc64 does not like to be built with -mcpu=power7, getting ↵Waldemar Brodkorb
SIGILL for busybox
2016-05-10add basic ppc64 musl supportWaldemar Brodkorb
2016-04-21add suffix definition for microblazeWaldemar Brodkorb
2016-04-17some minor fixes for NSLU2Waldemar Brodkorb
2016-04-16use better suffix for lemote yeelongWaldemar Brodkorb
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-04-05add better gcc language support, allow to build objc/fortranWaldemar Brodkorb
2016-04-03add mn10300 newlib toolchain supportWaldemar Brodkorb
2016-04-03add msp430 newlib toolchain supportWaldemar Brodkorb
2016-04-02add m32r newlib toolchainWaldemar Brodkorb
2016-04-02add support for epiphany bare-metal toolchain buildingWaldemar Brodkorb
2016-03-13fix sparc64 symbol nameWaldemar Brodkorb
2016-03-12arc: update gcc and binutilsWaldemar Brodkorb
2016-03-10fix CPU symbol names, oopsWaldemar Brodkorb
2016-03-10lm32 is uclinuxWaldemar Brodkorb
2016-03-10make parts of the menu visible if architecture is choosen to guarentee ↵Waldemar Brodkorb
defaults are set right
2016-03-10add suffix for cris archWaldemar Brodkorb
2016-03-10add suffix for cris archWaldemar Brodkorb
2016-03-10c6x is uClinuxWaldemar Brodkorb
2016-03-07if prevents the usability of symbols :(Waldemar Brodkorb
2016-03-07allow ADK_TARGET_CPU for alphaWaldemar Brodkorb
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-25add basic newlib toolchain support for moxieWaldemar Brodkorb
2016-02-16add nds32 bare-metal toolchain supportWaldemar Brodkorb
2016-02-14or1k: add glibc supportWaldemar Brodkorb
2016-02-08disable threads for uClibc-ng alpha, qemu bootup works nowWaldemar Brodkorb
2016-01-27allow to build nios2 uClibc-ng toolchainWaldemar Brodkorb
2016-01-26add support for tilepro/tilegx toolchain, tilepro is brokenWaldemar Brodkorb
2016-01-25hppa: allow to build uClibc-ng toolchainWaldemar Brodkorb
2016-01-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2016-01-25allow to build different ppc64 subarchsWaldemar Brodkorb
2016-01-25add basic qemu armv6 supportWaldemar Brodkorb
2016-01-10update to uClibc-ng 1.0.11, enable argp option, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-01-08Add support for x86_64 CPU optimisation in gccOliver Schib
Allows to choose which x86_64 CPU type should be used. The corresponding -march optimisation for gcc will be activated. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2015-12-28v850: add basic newlib toolchain supportWaldemar Brodkorb