summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
AgeCommit message (Collapse)Author
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-04-04hppa: disable linuxthreads for uClibc-ng, breaks testsuite runWaldemar Brodkorb
2018-03-29tilegx is 64 bitWaldemar Brodkorb
2018-03-20xtensa: fix noMMU linux buildWaldemar Brodkorb
2018-03-20xtensa: switch to uImage, something chnaged in 4.14Waldemar Brodkorb
2018-03-17ppc64: rework qemu configWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2018-02-03csky: add better qemu supportWaldemar Brodkorb
2017-12-31m68k: uClibc-ng now support NPTL/TLSWaldemar Brodkorb
2017-12-31riscv: add specific ISA / ABI working for glibcWaldemar Brodkorb
2017-12-28csky: add different qemu configs for the different targetsWaldemar Brodkorb
2017-12-27tilepro support was removed from glibcWaldemar Brodkorb
2017-12-26csky: bugfix csky compile error for abiv1 & abiv2.Guo Ren
This bugfix is depend on uclibc-ng patch: csky: remove -mcpu and -mhard-float from config Signed-off-by: Guo Ren <ren_guo@c-sky.com>
2017-11-24csky: ck610 doesn't support FPU.Guo Ren
1. No FPU for ck610 2. Only little endian is supported. 3. linux-4.9.56 for now. Signed-off-by: Guo Ren <ren_guo@c-sky.com>
2017-11-06ppc: add more cpu types, add mpc8544ds qemu sampleWaldemar Brodkorb
2017-10-25arm: add cortex-m0 cpu typeWaldemar Brodkorb
2017-10-23ppc: add more cpu variantsWaldemar Brodkorb
2017-10-17csky: fine tune supportWaldemar Brodkorb
2017-08-27add ft32 baremetal toolchain supportWaldemar Brodkorb
2017-08-06fix ppc64 cpu selectionWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2017-07-29add basic support for architecture c-sky, not yet workingWaldemar Brodkorb
2017-06-29add som-c675 sampleWaldemar Brodkorb
2017-06-27add new arch m32c (newlib toolchain)Waldemar Brodkorb
2017-06-26alpha: add fine granular CPU selectionWaldemar Brodkorb
2017-06-12sparc64: allow to compile uClibc-ng toolchainWaldemar Brodkorb
2017-05-13or1k: allow to test uClibc-ng NPTL supportWaldemar Brodkorb
2017-03-26split riscv arch support into riscv32/riscv64Waldemar Brodkorb
2017-03-26nios2: allow to play with ld.soWaldemar Brodkorb
2017-03-25add nommu commentWaldemar Brodkorb
2017-03-04riscv: add experimental linux/glibc supportWaldemar Brodkorb
2017-03-04riscv: start experimenting with riscv32 / newlib toolchainWaldemar Brodkorb
2017-02-09add basic support for edosk2674Waldemar Brodkorb
2017-01-22nds32: next uClibc-ng will support NPTL/TLSWaldemar Brodkorb
2017-01-19Add experimental support for STM32F769Waldemar Brodkorb
Add single/double precision support for Cortex-M7. Mostly from Alex, some minor cleanup and kernel mini config from me. Signed-off-by: Alex Brand <tecnologic86@gmail.com>
2017-01-14aarch64: enable threads for uClibc-ngWaldemar Brodkorb
2017-01-14add basic SGI indy supportWaldemar Brodkorb
2017-01-05mips: cleanup and fix mips{32,64}r6 supportWaldemar Brodkorb
uClibc-ng shared library support will be fixed in next release of uClibc-ng. Preparation fixes for this.
2017-01-03uclibc-ng: disable thread support for upcoming aarch64 supportWaldemar Brodkorb
2017-01-02add cortex-m7/cortex-m4 fpu support to toolchainWaldemar Brodkorb
2016-12-14add generic sh support for newlib toolchainWaldemar Brodkorb
2016-12-13add rx bare-metal toolchain supportWaldemar Brodkorb
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar Brodkorb
2016-11-27add three library methods, static, shared or bothWaldemar Brodkorb
Rename the static symbol and add the choice to a more visible place for users.
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