| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: avr32 should only get removed for the 2015.02 release | Peter Korsgaard | 2014-07-10 | 1 | -1/+1 |
* | arch: deprecate the AVR32 architecture | Thomas Petazzoni | 2014-07-10 | 1 | -0/+6 |
* | powerpc: add powerpc64 and powerpc64le support | Cody P Schafer | 2014-05-26 | 2 | -2/+14 |
* | powerpc: remove unneeded dependencies | Cody P Schafer | 2014-05-26 | 1 | -2/+0 |
* | powerpc: add power{4,5,6,7,8} cpus | Cody P Schafer | 2014-05-26 | 1 | -0/+18 |
* | powerpc: mark 32-bit only powerpc cpus to prep for adding powerpc64 support | Cody P Schafer | 2014-05-26 | 1 | -0/+29 |
* | powerpc: add BR2_POWERPC_CPU_HAS_ALTIVEC to replace adhoc deps/checks | Cody P Schafer | 2014-05-26 | 1 | -0/+6 |
* | powerpc: add BR2_POWERPC_CPU_HAS_SPE to replace adhoc deps/checks | Cody P Schafer | 2014-05-26 | 1 | -3/+8 |
* | Add support for powerpc64le | Jeff Bailey | 2014-05-25 | 2 | -4/+14 |
* | arch/arm: drop ARM(7TDMI/720T/740T) support | Gustavo Zacarias | 2014-05-08 | 1 | -11/+0 |
* | arch: add support for "corei7" Intel CPU optimisations | Bernd Kuhls | 2014-05-03 | 1 | -0/+12 |
* | arm: update processor types | Gustavo Zacarias | 2014-04-24 | 1 | -0/+7 |
* | Disable o32 ABI for MIPS64 architectures | Vicente Olivert Riera | 2014-03-28 | 1 | -5/+6 |
* | Fix microblize little endian toolchain | Jan Drazil | 2014-03-20 | 1 | -1/+2 |
* | arch: remove sh2, sh3 and sh3eb support | Thomas Petazzoni | 2014-02-05 | 1 | -13/+2 |
* | arch: remove incorrect condition for endian definition on SuperH | Thomas Petazzoni | 2014-02-04 | 1 | -1/+1 |
* | arch: use BR2_X86_CPU_HAS_SSE4, SSE42 with jaguar | Adrien Béraud | 2014-01-20 | 1 | -0/+2 |
* | arch: add support for "jaguar" AMD CPU optimisations | Adrien Béraud | 2014-01-15 | 1 | -0/+10 |
* | ffmpeg: Add sse4 related options BR2_X86_CPU_HAS_SSE4 / BR2_X86_CPU_HAS_SSE4 | Bernd Kuhls | 2014-01-13 | 1 | -0/+4 |
* | deprecated handling: introduce BR2_DEPRECATED_SINCE_xxxx_xx | Thomas De Schampheleire | 2014-01-10 | 1 | -4/+4 |
* | Disable MIPS64 ISAs for MIPS32 targets | Vicente Olivert Riera | 2014-01-03 | 1 | -0/+2 |
* | arch: pass cpu option instead of tune option on ARM | Thomas Petazzoni | 2013-12-26 | 1 | -1/+1 |
* | Revert "arc: Add option for ARC-specific download site" | Mischa Jonker | 2013-12-06 | 1 | -4/+0 |
* | Merge branch 'next' | Peter Korsgaard | 2013-12-01 | 1 | -6/+0 |
|\ |
|
| * | arch/sparc: drop unused variants | Gustavo Zacarias | 2013-11-28 | 1 | -6/+0 |
* | | Mark MIPS I, II, III and IV as deprecated | Vicente Olivert Riera | 2013-11-20 | 1 | -4/+5 |
|/ |
|
* | avr32: pass target arch to gcc | Simon Dawson | 2013-11-06 | 1 | -0/+3 |
* | arch/Config.in: introduce BR2_KERNEL_64_USERLAND_32 symbol | Gustavo Zacarias | 2013-10-30 | 2 | -0/+4 |
* | arch/mips: Set BR2_GCC_TARGET_ARCH for MIPS | Markos Chandras | 2013-10-30 | 1 | -1/+1 |
* | targets: move target options to their own sub-menu | Yann E. MORIN | 2013-09-05 | 1 | -0/+4 |
* | nios2: Add new architecture | Ezequiel Garcia | 2013-09-02 | 2 | -0/+16 |
* | arch/arm: add support for thumb(1) mode | Gustavo Zacarias | 2013-07-18 | 1 | -3/+27 |
* | arch/arm: update VFPv2 comment to mention ARMv5 | Thomas Petazzoni | 2013-07-18 | 1 | -2/+3 |
* | arch/arm: arm926 may have VFP | Gustavo Zacarias | 2013-07-17 | 1 | -0/+1 |
* | arch: use tabs instead of spaces in Config.in files | Thomas Petazzoni | 2013-07-16 | 3 | -4/+4 |
* | arch/arm: add support for Thumb2 | Thomas Petazzoni | 2013-07-16 | 2 | -0/+42 |
* | arch: improve ARM floating point support and add support for EABIhf | Thomas Petazzoni | 2013-07-16 | 1 | -14/+205 |
* | arch: Refactor BR2_SOFT_FLOAT into per-architecture options | Thomas Petazzoni | 2013-07-16 | 4 | -0/+32 |
* | arch: introduce BR2_GCC_TARGET_{FPU, FLOAT_ABI} | Thomas Petazzoni | 2013-07-16 | 1 | -0/+12 |
* | arch/arm: remove setting gcc's apcs-gnu ABI (aka OABI) | Yann E. MORIN | 2013-07-14 | 1 | -2/+1 |
* | arch/arm: remove OABI option | Yann E. MORIN | 2013-07-14 | 1 | -7/+0 |
* | arm: update processor types | Kelvin Cheung | 2013-06-16 | 1 | -0/+5 |
* | arch: toolchain: Introduce binary format FLAT types. | Sonic Zhang | 2013-05-05 | 1 | -0/+26 |
* | arch: toolchain: Introduce target CPU revision. | Sonic Zhang | 2013-05-05 | 2 | -0/+11 |
* | arch: Add blackfin CPU choice | Sonic Zhang | 2013-05-05 | 1 | -0/+94 |
* | arch: toolchain: Introduce binary formats BINFMT_*. | Sonic Zhang | 2013-05-05 | 2 | -11/+34 |
* | arc: Add option for ARC-specific download site | Mischa Jonker | 2013-05-04 | 1 | -0/+4 |
* | arc: Add ARC and ARC BE architecture | Mischa Jonker | 2013-05-04 | 2 | -0/+32 |
* | toolchain/arm: add support for Marvell PJ4 | Gustavo Zacarias | 2013-04-29 | 1 | -0/+4 |
* | toolchain/arm: drop generic and old, add fa526/626, unify strongarm | Gustavo Zacarias | 2013-04-11 | 1 | -20/+9 |