Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-28 | csky: add different qemu configs for the different targets | Waldemar Brodkorb | |
2017-12-27 | tilepro support was removed from glibc | Waldemar Brodkorb | |
2017-12-26 | csky: 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-24 | csky: 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-06 | ppc: add more cpu types, add mpc8544ds qemu sample | Waldemar Brodkorb | |
2017-10-25 | arm: add cortex-m0 cpu type | Waldemar Brodkorb | |
2017-10-23 | ppc: add more cpu variants | Waldemar Brodkorb | |
2017-10-17 | csky: fine tune support | Waldemar Brodkorb | |
2017-08-27 | add ft32 baremetal toolchain support | Waldemar Brodkorb | |
2017-08-06 | fix ppc64 cpu selection | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2017-07-29 | add basic support for architecture c-sky, not yet working | Waldemar Brodkorb | |
2017-06-29 | add som-c675 sample | Waldemar Brodkorb | |
2017-06-27 | add new arch m32c (newlib toolchain) | Waldemar Brodkorb | |
2017-06-26 | alpha: add fine granular CPU selection | Waldemar Brodkorb | |
2017-06-12 | sparc64: allow to compile uClibc-ng toolchain | Waldemar Brodkorb | |
2017-05-13 | or1k: allow to test uClibc-ng NPTL support | Waldemar Brodkorb | |
2017-03-26 | split riscv arch support into riscv32/riscv64 | Waldemar Brodkorb | |
2017-03-26 | nios2: allow to play with ld.so | Waldemar Brodkorb | |
2017-03-25 | add nommu comment | Waldemar Brodkorb | |
2017-03-04 | riscv: add experimental linux/glibc support | Waldemar Brodkorb | |
2017-03-04 | riscv: start experimenting with riscv32 / newlib toolchain | Waldemar Brodkorb | |
2017-02-09 | add basic support for edosk2674 | Waldemar Brodkorb | |
2017-01-22 | nds32: next uClibc-ng will support NPTL/TLS | Waldemar Brodkorb | |
2017-01-19 | Add experimental support for STM32F769 | Waldemar 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-14 | aarch64: enable threads for uClibc-ng | Waldemar Brodkorb | |
2017-01-14 | add basic SGI indy support | Waldemar Brodkorb | |
2017-01-05 | mips: cleanup and fix mips{32,64}r6 support | Waldemar Brodkorb | |
uClibc-ng shared library support will be fixed in next release of uClibc-ng. Preparation fixes for this. | |||
2017-01-03 | uclibc-ng: disable thread support for upcoming aarch64 support | Waldemar Brodkorb | |
2017-01-02 | add cortex-m7/cortex-m4 fpu support to toolchain | Waldemar Brodkorb | |
2016-12-14 | add generic sh support for newlib toolchain | Waldemar Brodkorb | |
2016-12-13 | add rx bare-metal toolchain support | Waldemar Brodkorb | |
2016-12-13 | sh2-nommu/j2: add better support and add required patches from musl-cross-make | Waldemar Brodkorb | |
2016-11-27 | add three library methods, static, shared or both | Waldemar Brodkorb | |
Rename the static symbol and add the choice to a more visible place for users. | |||
2016-11-05 | gcc atch upstream, fix nios2 build for uClibc-ng | Waldemar Brodkorb | |
2016-11-03 | threads nios2 stuff | Waldemar Brodkorb | |
2016-11-03 | microblaze: allow NPTL and Linuxthreads | Waldemar Brodkorb | |
2016-10-23 | add more old MIPS cpu definitions | Waldemar Brodkorb | |
2016-10-23 | add target support for SGI O2 workstation | Waldemar Brodkorb | |
2016-10-09 | rework thread handling | Waldemar 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-28 | mips: add hidden NaN choice, refresh uClibc-ng configs | Waldemar Brodkorb | |
2016-08-27 | add support for Qemu ARM noMMU | Waldemar 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-08 | add support for ARM thumb mode | Waldemar Brodkorb | |
2016-07-26 | add bare-metal toolchain support for cr16 architecture | Waldemar Brodkorb | |
2016-06-30 | add support for nds32 architecture | Waldemar Brodkorb | |
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-06-26 | xtensa: allow to build big endian toolchain | Waldemar Brodkorb | |
Thanks Max for the overlay and hints. | |||
2016-06-12 | add some mips32 cpu symbols | Waldemar Brodkorb | |
2016-06-06 | do not default to static for nios2 | Waldemar Brodkorb | |
2016-05-24 | microblaze works with linuxthreads, add required gcc patch for uClibc-ng support | Waldemar Brodkorb | |
2016-05-11 | Linux kernel for ppc64 does not like to be built with -mcpu=power7, getting ↵ | Waldemar Brodkorb | |
SIGILL for busybox | |||
2016-05-10 | add basic ppc64 musl support | Waldemar Brodkorb | |