Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-14 | allow to build ppc64 little endian | Waldemar Brodkorb | |
2015-07-13 | add basic toolchain support for or1k arch with musl libc | Waldemar Brodkorb | |
2015-07-09 | add support for metag architecture | Waldemar Brodkorb | |
2015-06-15 | optimize code for AMD bobcat, refactor serial support, tested via nfs boot | Waldemar Brodkorb | |
2015-06-10 | add simulator target for h8/300, reorg no-MMU | Waldemar Brodkorb | |
Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol. | |||
2015-06-10 | add the ability to build uClibc-ng toolchain for microblaze (only static ↵ | Waldemar Brodkorb | |
binaries are working for now) | |||
2015-06-07 | add support for h8/300 architecture | Waldemar Brodkorb | |
2015-06-04 | add some bits and bytes to allow to choose bfin-sim. not functional, yet | Waldemar Brodkorb | |
2015-06-04 | add basic infrastructure for superh toolchains with sh2/sh3/sh4a cpus | Waldemar Brodkorb | |
2015-05-31 | enable microblaze for uClibc-ng for testing | Waldemar Brodkorb | |
2015-05-30 | enable FPU for Aranym | Waldemar Brodkorb | |
2015-05-28 | ad different m68k toolchains | Waldemar Brodkorb | |
2015-05-25 | add bfin cpu definitions | Waldemar Brodkorb | |
2015-05-25 | add rest of coldfire cpu definitions | Waldemar Brodkorb | |
2015-05-21 | more coldfire cpus | Waldemar Brodkorb | |
2015-05-19 | more coldfire cpu definitions | Waldemar Brodkorb | |
2015-05-16 | add basic infrastructure for qemu-cris support | Waldemar Brodkorb | |
2015-05-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-05-16 | add more coldfire cpu definitions | Waldemar Brodkorb | |
2015-05-16 | avr32 has a MMU | Waldemar Brodkorb | |
2015-05-15 | add more coldfire toolchain targets | Waldemar Brodkorb | |
2015-05-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-05-04 | add a bunch of bfin cpu definitions for toolchains | Waldemar Brodkorb | |
2015-05-03 | only for toolchains | Waldemar Brodkorb | |
2015-05-01 | add new CPU types for ARM/AARCH64 | Waldemar Brodkorb | |
2015-05-01 | add cpu type for different toolchains with the same architecture | Waldemar Brodkorb | |
2015-04-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-04-27 | add support for ARCv2 ARC HS toolchain compilation | Waldemar Brodkorb | |
2015-04-26 | refactor LINUX_64 support, hide symbol for developers of boards | Waldemar Brodkorb | |
2015-04-03 | rework FPU support for ARM again | Waldemar Brodkorb | |
With this commit I broke Kodi support for cubox-i: 4f93b213f2d3393fbb0b7ca200988f475e6cef83 I found following info regarding VFP and NEON: http://community.arm.com/groups/tools/blog/2013/04/15/arm-cortex-a-processors-and-gcc-command-lines Try to implement with this table in mind. | |||
2015-03-23 | allow to select CPU flavour for toolchain building via env | Waldemar Brodkorb | |
Add a more generic way to define CPU flavours for Toolchain building. Add Cortex-A8 definition. Move Thumb symbol around. | |||
2015-03-20 | NPTL is only available for glibc with m68k | Waldemar Brodkorb | |
2015-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-03 | convert to upper case symbols, remove lower case ADK_big/ADK_little | Waldemar Brodkorb | |
2015-03-03 | add missing CPU types. breakage reported by phil | Waldemar Brodkorb | |
2015-03-02 | x86/x86_64 use -march, reported by phil | Waldemar Brodkorb | |
2015-03-01 | fix vfp symbols | Waldemar Brodkorb | |
2015-02-25 | disable uClibc-ng (not ready). fix gcc configure | Waldemar Brodkorb | |
2015-02-25 | another special handling for cris | Waldemar Brodkorb | |
malloc needs to be fixed for linuxthreads in uClibc-ng git. | |||
2015-02-23 | rework gcc optimization flags | Waldemar Brodkorb | |
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that. | |||
2015-02-22 | rework CFLAGS and default gcc --with-cpu usage | Waldemar Brodkorb | |
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing. | |||
2015-02-22 | rework FPU/FLOAT support | Waldemar Brodkorb | |
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols. | |||
2015-02-21 | add missing CPU symbols, sort by alphabetical order | Waldemar Brodkorb | |
2015-02-19 | add some basic infrastructure for hppa/parisc toolchain building | Waldemar Brodkorb | |
2015-02-19 | cleanup FPU support for ARM targets. | Waldemar Brodkorb | |
2015-02-18 | fix recursive selects | Waldemar Brodkorb | |
2015-02-18 | add support for uClibc-ng git master | Waldemar Brodkorb | |
Add new configs for uClibc-ng master. New symbol UCLIBC_HAS_LINUXTHREADS added. LT.new is removed in master, only LT.old and NPTL exist. CLeanup MMU/NPTL/LT support symbols. Tested with toolchain building for all supported architectures. | |||
2015-02-13 | add basic nios2 toolchain support | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar Brodkorb | |
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. | |||
2015-02-08 | allow to select MIPSr2 ISA and Soft-Float for MIPS32 | Waldemar Brodkorb | |