summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
2015-05-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-22versatile as default, temporaryWaldemar Brodkorb
2015-05-22add graphics support for qemu-armWaldemar Brodkorb
2015-05-22add workaround for rpi2 eth0Waldemar Brodkorb
2015-05-21more coldfire cpusWaldemar Brodkorb
2015-05-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-19more coldfire cpu definitionsWaldemar Brodkorb
2015-05-17update 4.x kernel to latest, use as defaultWaldemar Brodkorb
2015-05-16update to latest 4.x kernelWaldemar Brodkorb
2015-05-16add basic infrastructure for qemu-cris supportWaldemar Brodkorb
2015-05-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-16CONFIG_CMDLINE_FORCE is required to set consoleblank=0, kernel/init output ↵Waldemar Brodkorb
via serial console
2015-05-16add more coldfire cpu definitionsWaldemar Brodkorb
2015-05-16avr32 has a MMUWaldemar Brodkorb
2015-05-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-15add more coldfire toolchain targetsWaldemar Brodkorb
2015-05-14move ISA configuration to better placeWaldemar Brodkorb
2015-05-13add Og supportWaldemar Brodkorb
2015-05-13update musl to 1.1.9Waldemar Brodkorb
2015-05-05allow to add a unprivileged userWaldemar Brodkorb
2015-05-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-04add a bunch of bfin cpu definitions for toolchainsWaldemar Brodkorb
2015-05-03only for toolchainsWaldemar Brodkorb
2015-05-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-02ad experimental gcc 5.1.0 supportWaldemar Brodkorb
2015-05-02update kernel versions, add separate modules-<version>.mk files to abstract ↵Waldemar Brodkorb
patch name changes
2015-05-01add new CPU types for ARM/AARCH64Waldemar Brodkorb
2015-05-01add cpu type for different toolchains with the same architectureWaldemar Brodkorb
2015-04-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-04-27add support for ARCv2 ARC HS toolchain compilationWaldemar Brodkorb
2015-04-26add some basic banana pro supportWaldemar Brodkorb
2015-04-26refactor LINUX_64 support, hide symbol for developers of boardsWaldemar Brodkorb
2015-04-26allow to build a softfp toolchain for arm, result tested on rpiWaldemar Brodkorb
2015-04-26make compiling with debug information non-default behaviorWaldemar Brodkorb
As mentioned by Phil, a lot of disk space is needed nowadays to build OpenADK. Switch to non debug builds as default to save 2 GB for each default build.
2015-04-24update arc toolchain componentsWaldemar Brodkorb
2015-04-20remove lowercase ABI symbols. tested with x86/mips64 variantsWaldemar Brodkorb
2015-04-19remove lowercase symbols for C libraryWaldemar Brodkorb
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