summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
AgeCommit message (Collapse)Author
2015-05-25add bfin cpu definitionsWaldemar Brodkorb
2015-05-25add rest of coldfire cpu definitionsWaldemar Brodkorb
2015-05-21more coldfire cpusWaldemar Brodkorb
2015-05-19more coldfire cpu definitionsWaldemar 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-16add more coldfire cpu definitionsWaldemar Brodkorb
2015-05-16avr32 has a MMUWaldemar Brodkorb
2015-05-15add more coldfire toolchain targetsWaldemar 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-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-26refactor LINUX_64 support, hide symbol for developers of boardsWaldemar 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-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-20NPTL is only available for glibc with m68kWaldemar Brodkorb
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-01fix vfp symbolsWaldemar Brodkorb
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-23rework gcc optimization flagsWaldemar Brodkorb
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that.
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-21add missing CPU symbols, sort by alphabetical orderWaldemar Brodkorb
2015-02-19add some basic infrastructure for hppa/parisc toolchain buildingWaldemar Brodkorb
2015-02-19cleanup FPU support for ARM targets.Waldemar Brodkorb
2015-02-18fix recursive selectsWaldemar Brodkorb
2015-02-18add support for uClibc-ng git masterWaldemar 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-13add basic nios2 toolchain supportWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar 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-08allow to select MIPSr2 ISA and Soft-Float for MIPS32Waldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar Brodkorb
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete
2014-12-06add basic bits for c6x toolchains supportWaldemar Brodkorb
2014-10-22rework toolchain support for ARM.Waldemar Brodkorb
Use --with-cpu for gcc to have optimized code for requested ARM cpus. Add some basic support for cortex-m3.
2014-10-05add basic support for arm in big endian mode (toolchain build)Waldemar Brodkorb
2014-10-04add support for tile toolchain buildingWaldemar Brodkorb
2014-09-26add support for toolchain building for crisv32 architectureWaldemar Brodkorb
2014-09-09add toolchain support for avr32Waldemar Brodkorb
2014-09-05fix big endian toolchain buildWaldemar Brodkorb
2014-09-05start arc integrationWaldemar Brodkorb
2014-08-31add support for bfin toolchain creationWaldemar Brodkorb
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-23add qemu support for ppc virtex ml507Waldemar Brodkorb