Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-27 | update to 3.18.10, sync rpi patch | Waldemar Brodkorb | |
Rpi-Kernel includes the rpi-proto driver now. Always enable device-tree support for raspberry pi /pi2 as most of the new drivers will not work without. | |||
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-22 | remove Qemu stellaris support, not usabel for Linux, this was a mistake. | Waldemar Brodkorb | |
2015-03-22 | use 3.19.1 for Qemu-Sparc as this is the only working version right now | Waldemar Brodkorb | |
2015-03-22 | musl 1.1.7 has support for aarch64, tested with Qemu | Waldemar Brodkorb | |
2015-03-21 | update musl to latest stable version | Waldemar Brodkorb | |
2015-03-20 | NPTL is only available for glibc with m68k | Waldemar Brodkorb | |
2015-03-19 | disable hppa for uClibc | Waldemar Brodkorb | |
2015-03-15 | remove ADDON feature | Waldemar Brodkorb | |
2015-03-15 | add some useful bits and bytes for rpi2 support | Waldemar Brodkorb | |
2015-03-11 | enable binfmt flat for bfin, fdpic test-suite compile fail | Waldemar Brodkorb | |
2015-03-10 | disable 3.19 for solidrun devices | Waldemar Brodkorb | |
2015-03-08 | add support for uClibc-ng 1.0.1 | Waldemar Brodkorb | |
2015-03-08 | better defaults for gcc/binutils | Waldemar Brodkorb | |
2015-03-07 | update all kernel versions | Waldemar Brodkorb | |
2015-03-07 | xtensa can be used wth big endian mode | Waldemar Brodkorb | |
Default for Qemu Targets is little endian. Fixup qemu example calling parameters. | |||
2015-03-07 | reorder libc and toolchain options | Waldemar Brodkorb | |
After a short discussion with Phil, I put Libc stuff into Toolchain menu, as it does not belong to Target configuration. Add a Advanced Option menu for specific toolchain related options. I think this change make building OpenADK for beginners simpler. A starter doesn't know anything about different libc, floating settings, ... | |||
2015-03-05 | support non-thread build | Waldemar Brodkorb | |
2015-03-05 | sync raspberry pi patch set | Waldemar Brodkorb | |
Enable CMA and CMA_DMA for RPI. Make ENDIAN Symbols visible. Set CMA to 64 MB. Add MMAP I2S enable patch. | |||
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-02 | update to latest stable 3.18.x kernel | Waldemar Brodkorb | |
2015-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-01 | fix vfp symbols | Waldemar Brodkorb | |
2015-02-28 | toolchain: add cross prelinking tool from yoctoproject and hook it into ↵ | Phil Sutter | |
build system | |||
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 | default off for testsuite | Waldemar Brodkorb | |
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-23 | default to soft-float for ARM | Waldemar Brodkorb | |
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 | use uppercase symbols, fix target suffix for arm | Waldemar Brodkorb | |
2015-02-21 | add missing CPU symbols, sort by alphabetical order | Waldemar Brodkorb | |
2015-02-20 | add support for oldest supported kernel | Waldemar Brodkorb | |
2015-02-20 | allow gcc 4.7.4 for sparc, reorder | Waldemar Brodkorb | |
2015-02-20 | add another old kernel, still no go on voyager | Waldemar Brodkorb | |
2015-02-20 | depend on CPU_WITH_FPU | Waldemar Brodkorb | |
2015-02-20 | default to 3.18.x as long the qemu-arm problem is unresolved | Waldemar Brodkorb | |
2015-02-19 | respect TARGET_LDFLAGS | 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-17 | fix kbd setup | Waldemar Brodkorb | |
2015-02-16 | prepare for Sun Voyager. | Waldemar Brodkorb | |
Bootloader needs a.out formatted kernel. Unfortunately I get "Illegal instruction" after loading a.out kernel via TFTP. Old gentoo 2.6 kernel boots fine. | |||
2015-02-14 | add support for old avr32 gdb | Waldemar Brodkorb | |
2015-02-14 | do not select adkinstall | Waldemar Brodkorb | |