summaryrefslogtreecommitdiff
path: root/target/linux/config
AgeCommit message (Collapse)Author
2015-05-02update kernel versions, add separate modules-<version>.mk files to abstract ↵Waldemar Brodkorb
patch name changes
2015-04-21rename gtk+ to libgtk2Waldemar Brodkorb
2015-04-21fix warningWaldemar Brodkorb
2015-04-21be sure to have enough CMA for kodi on solidrun devicesWaldemar Brodkorb
2015-04-09disable oprofile when preempt rt full is choosenWaldemar Brodkorb
2015-04-05simplify config.txt generation, finetune kernel config for rpi2Waldemar Brodkorb
2015-04-05always enable device tree for raspberry pi{,2}. enable only 3.18 kernelWaldemar Brodkorb
2015-04-04add sysdig package and dependencies. cleanup Config.in.debugWaldemar 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-03audio chip not available on i1/i2Waldemar 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-15remove grsec, as it does not work well with mptcp patch. remove addons stuffWaldemar Brodkorb
2015-03-15convert from addon to generic patchWaldemar Brodkorb
2015-03-15convert from addon to generic patchWaldemar Brodkorb
2015-03-15convert addon patch to default patchWaldemar Brodkorb
2015-03-15convert fblogo patch to generic patch, remove addon stuff for thisWaldemar Brodkorb
2015-03-15remove dietnet patchWaldemar Brodkorb
As discussed with phil today, patches aplied conditionally is a bad thing and should be removed. The dietnet patch is only available because of the mikrotik rb532 limitation of kernel size when booting from nand. The patch is hard to maintain and will never be included upstream. We should better use PicoTCP in such cases or develop decompression support for this board to use compressed kernels.
2015-03-11sync patches with rpi upstreamWaldemar Brodkorb
2015-03-08sync patch set and configWaldemar Brodkorb
Remove some old kernel symbols. Use 8 MB as default for CMA.
2015-03-05add realtime linux preempt_rt patchWaldemar Brodkorb
Enable Kernel options for Realtime, HZ and HighRes Timer in menuconfig.
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-03enable promptWaldemar Brodkorb
2015-03-02default m approach for selecting kernel stuff by packages does not work ↵Waldemar Brodkorb
well. remove it for now
2015-03-02update elf2flt, so that arm-nommu binaries are linkable.Waldemar Brodkorb
2015-03-02update to latest stable 3.18.x kernelWaldemar 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-16prepare for Sun Voyager.Waldemar Brodkorb
Bootloader needs a.out formatted kernel. Unfortunately I get "Illegal instruction" after loading a.out kernel via TFTP. Old gentoo 2.6 kernel boots fine.
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-02-03add debugtool, try to fix device-tree support and rpi-proto driverWaldemar Brodkorb
2015-02-02update serial speed for rpi, update symbol name renaming of rpi-protoWaldemar Brodkorb
2015-01-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-01-28add devicetree support for raspberry pi and kernel 3.18Waldemar Brodkorb
2015-01-26enable keyboard and mouse on ibm-x40Waldemar Brodkorb
2015-01-11activate serial console and network driver for atmel ngw100. first boot via ↵Waldemar Brodkorb
nfs succeeds.
2015-01-04activate webserver for kodi appliance, add sata driver to hb i2exWaldemar Brodkorb
2015-01-03add thermal driver support for solidrun-imx6. do some kconfig style.Waldemar Brodkorb
2015-01-03allow static build of nfsroot for lemoteWaldemar Brodkorb
2015-01-03convert to new Kconfig styleWaldemar Brodkorb
2014-12-30Kconfig style changes. select RFKILL by driverWaldemar 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.