summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
2015-04-16update to uClibc-ng 1.0.2Waldemar Brodkorb
2015-04-10fix rpi fpu configurationWaldemar Brodkorb
2015-04-05always enable device tree for raspberry pi{,2}. enable only 3.18 kernelWaldemar Brodkorb
2015-04-03disable uClibcWaldemar Brodkorb
2015-04-03rework FPU support for ARM againWaldemar 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-04-02always enable openssl/wget for hostWaldemar Brodkorb
2015-04-02add host wget with openssl to avoid wget-gnutls problemsWaldemar Brodkorb
2015-03-30update to latest stable versionWaldemar Brodkorb
2015-03-29update to latest stable gdb versionWaldemar Brodkorb
2015-03-27update to 3.18.10, sync rpi patchWaldemar 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-23allow to select CPU flavour for toolchain building via envWaldemar Brodkorb
Add a more generic way to define CPU flavours for Toolchain building. Add Cortex-A8 definition. Move Thumb symbol around.
2015-03-22remove Qemu stellaris support, not usabel for Linux, this was a mistake.Waldemar Brodkorb
2015-03-22use 3.19.1 for Qemu-Sparc as this is the only working version right nowWaldemar Brodkorb
2015-03-22musl 1.1.7 has support for aarch64, tested with QemuWaldemar Brodkorb
2015-03-21update musl to latest stable versionWaldemar Brodkorb
2015-03-20NPTL is only available for glibc with m68kWaldemar Brodkorb
2015-03-19disable hppa for uClibcWaldemar Brodkorb
2015-03-15remove ADDON featureWaldemar Brodkorb
2015-03-15add some useful bits and bytes for rpi2 supportWaldemar Brodkorb
2015-03-11enable binfmt flat for bfin, fdpic test-suite compile failWaldemar Brodkorb
2015-03-10disable 3.19 for solidrun devicesWaldemar Brodkorb
2015-03-08add support for uClibc-ng 1.0.1Waldemar Brodkorb
2015-03-08better defaults for gcc/binutilsWaldemar Brodkorb
2015-03-07update all kernel versionsWaldemar Brodkorb
2015-03-07xtensa can be used wth big endian modeWaldemar Brodkorb
Default for Qemu Targets is little endian. Fixup qemu example calling parameters.
2015-03-07reorder libc and toolchain optionsWaldemar 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-05support non-thread buildWaldemar Brodkorb
2015-03-05sync raspberry pi patch setWaldemar Brodkorb
Enable CMA and CMA_DMA for RPI. Make ENDIAN Symbols visible. Set CMA to 64 MB. Add MMAP I2S enable patch.
2015-03-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-03convert to upper case symbols, remove lower case ADK_big/ADK_littleWaldemar Brodkorb
2015-03-03add missing CPU types. breakage reported by philWaldemar Brodkorb
2015-03-02x86/x86_64 use -march, reported by philWaldemar Brodkorb
2015-03-02update to latest stable 3.18.x kernelWaldemar Brodkorb
2015-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-01fix vfp symbolsWaldemar Brodkorb
2015-02-28toolchain: add cross prelinking tool from yoctoproject and hook it into ↵Phil Sutter
build system
2015-02-25disable uClibc-ng (not ready). fix gcc configureWaldemar Brodkorb
2015-02-25another special handling for crisWaldemar Brodkorb
malloc needs to be fixed for linuxthreads in uClibc-ng git.
2015-02-23default off for testsuiteWaldemar Brodkorb
2015-02-23rework gcc optimization flagsWaldemar Brodkorb
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that.
2015-02-23default to soft-float for ARMWaldemar Brodkorb
2015-02-22rework CFLAGS and default gcc --with-cpu usageWaldemar Brodkorb
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing.
2015-02-22rework FPU/FLOAT supportWaldemar Brodkorb
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols.
2015-02-21use uppercase symbols, fix target suffix for armWaldemar Brodkorb
2015-02-21add missing CPU symbols, sort by alphabetical orderWaldemar Brodkorb
2015-02-20add support for oldest supported kernelWaldemar Brodkorb
2015-02-20allow gcc 4.7.4 for sparc, reorderWaldemar Brodkorb
2015-02-20add another old kernel, still no go on voyagerWaldemar Brodkorb
2015-02-20depend on CPU_WITH_FPUWaldemar Brodkorb
2015-02-20default to 3.18.x as long the qemu-arm problem is unresolvedWaldemar Brodkorb