summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
AgeCommit message (Collapse)Author
2021-11-15Add support for Synology DS414 NASPhil Sutter
The device features a Marvell Armada XP CPU, introduced config symbol ADK_TARGET_CPU_ARM_MVEBU should suffice for all Armada-based Marvell CPUs, though. Signed-off-by: Phil Sutter <phil@nwl.cc>
2020-10-09add kvx toolchain supportWaldemar Brodkorb
2020-02-17riscv64: use upstream Linux kernelWaldemar Brodkorb
2019-11-08riscv64: enable NPTL/TLS for uClibc-ngWaldemar Brodkorb
2019-10-30lm32: make it boot the kernelWaldemar Brodkorb
2019-10-29csky: rework qemu supportWaldemar Brodkorb
2019-10-09c-sky: remove ck607 abiv1 support as it is deprecated, default to gcc 9.2.0, ↵Waldemar Brodkorb
allow qemu to be build big/little endian
2019-09-30remove unfinished alternative os porting effortsWaldemar Brodkorb
2018-06-13synpsys-hsdk: add sampleWaldemar Brodkorb
2018-06-10armv8 cortex-a53/57: allow thumb2Waldemar Brodkorb
2018-06-10riscv64: uclibc only static w/o TLS/NPTLWaldemar Brodkorb
2018-06-03thumb1 could be used for this arm cpuWaldemar Brodkorb
2018-06-01riscv64 uclibc-ng supportWaldemar Brodkorb
2018-05-31xtensa: fix endian selectionWaldemar Brodkorb
2018-05-30c-sky: do not depend on endian symbolWaldemar 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-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