summaryrefslogtreecommitdiff
path: root/target/linux
AgeCommit message (Collapse)Author
2015-05-26add 4.1rc5 for cris testingWaldemar Brodkorb
2015-05-26remove patch, it is already in just need to activate internal dtbWaldemar Brodkorb
2015-05-25update to latest 4.0.x stable kernelWaldemar Brodkorb
2015-05-25remove end-of-life kernelWaldemar Brodkorb
2015-05-25add serial driver patch for crisv32Waldemar Brodkorb
2015-05-25update kernel to 3.14.43Waldemar Brodkorb
2015-05-23add some cris patchesWaldemar Brodkorb
2015-05-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-05-22add graphics support for qemu-armWaldemar Brodkorb
2015-05-21update netfilter configs, enable support for 3.14 kernelsWaldemar Brodkorb
2015-05-17update 4.x kernel to latest, use as defaultWaldemar Brodkorb
2015-05-16add basic infrastructure for qemu-cris supportWaldemar Brodkorb
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-07update all kernel versionsWaldemar Brodkorb
2015-03-07reorder libc and toolchain optionsWaldemar Brodkorb
After a short discussion with Phil, I put Libc stuff into Toolchain menu, as it does not belong to Target configuration. Add a Advanced Option menu for specific toolchain related options. I think this change make building OpenADK for beginners simpler. A starter doesn't know anything about different libc, floating settings, ...
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-20add another old kernel, still no go on voyagerWaldemar Brodkorb
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