summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
AgeCommit message (Collapse)Author
2015-11-05preempt kernel options, add missing options, make a choiceWaldemar Brodkorb
2015-10-27bfin: add least I get a kernel panic in the simulator :)Waldemar Brodkorb
2015-10-27drop rt support for 3.14.x/3.18.x kernelsWaldemar Brodkorb
2015-10-23or1k: allow to boot linux kernel, fix compression none modeWaldemar Brodkorb
2015-10-11add license headerWaldemar Brodkorb
2015-10-09add devtmpfs only for mdev/udevWaldemar Brodkorb
2015-09-12allow to use a defconfig, enable always experimental support in kernelWaldemar Brodkorb
2015-09-10prefix models with ADK_TARGET_MODELWaldemar Brodkorb
2015-09-09add realtime patch to 4.1.x kernelWaldemar Brodkorb
2015-09-09enable highmem for rpi2Waldemar Brodkorb
2015-08-31prefix VERSION symbols, otherwise they will get into kernel .configWaldemar Brodkorb
2015-08-27more kernel config cleanupsWaldemar Brodkorb
2015-08-13kernel: make net and block support optionalWaldemar Brodkorb
2015-08-03cleanupWaldemar Brodkorb
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb
2015-06-28add kernel symbol for mdevWaldemar Brodkorb
2015-06-01add realtime patch for 3.14Waldemar Brodkorb
2015-04-05always enable device tree for raspberry pi{,2}. enable only 3.18 kernelWaldemar 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-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-15convert addon patch to default patchWaldemar Brodkorb
2015-03-05add realtime linux preempt_rt patchWaldemar Brodkorb
Enable Kernel options for Realtime, HZ and HighRes Timer in menuconfig.
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-02update elf2flt, so that arm-nommu binaries are linkable.Waldemar Brodkorb
2015-03-01we need to select vfpWaldemar Brodkorb
2015-03-01fix vfp symbolsWaldemar Brodkorb
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-19add support for coldfire with gcc 4.9.2/binutils 2.25Waldemar Brodkorb
The annoying kernel panic after boot is back :(
2015-02-19cleanup FPU support for ARM targets.Waldemar 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-16fix coffee underflow errorWaldemar Brodkorb
2015-02-16allow to disable kernel commandlineWaldemar 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-04allow kernel compression for raspberry pi, might be used with u-boot?!Waldemar Brodkorb
2015-01-28add devicetree support for raspberry pi and kernel 3.18Waldemar Brodkorb
2014-12-28bring coldfire support in shapeWaldemar Brodkorb
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit.
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-10-28update kernelsWaldemar Brodkorb
2014-09-08set default page size for lemoteWaldemar Brodkorb
2014-09-08allow to configure page size for mips64Waldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-08-14some m68k fixes. init is now found.Waldemar Brodkorb
2014-08-12use smp for pcengines-apuJ. Seitter
Activate SMP for pcengines-apu, because it is a dual-core CPU. Signed-off-by: J. Seitter <adk@seitter.net>
2014-07-30only gzip is supported, do not add an extra symbolWaldemar Brodkorb
2014-07-30minor m68k fixWaldemar Brodkorb
2014-06-30add support for lz4 compressed kernel and initramfsWaldemar Brodkorb
2014-06-25use EABI by default on ARMWaldemar Brodkorb
2014-06-18blacklist microblazeWaldemar Brodkorb
2014-06-18target/linux/config: allow for building kernel with -OsPhil Sutter
As this is potentially preferred on an embedded system, make it the default. Signed-off-by: Phil Sutter <phil@nwl.cc>