summaryrefslogtreecommitdiff
path: root/target/linux
AgeCommit message (Collapse)Author
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
2015-02-16allow to disable kernel commandlineWaldemar Brodkorb
2015-02-13default to 3.19, only 3.14 for kodi and solidrun (gpu drivers)Waldemar 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-03update to 3.12.37Waldemar Brodkorb
2015-02-03add debugtool, try to fix device-tree support and rpi-proto driverWaldemar Brodkorb
2015-02-02some device-tree overlay fixesWaldemar Brodkorb
2015-02-02update serial speed for rpi, update symbol name renaming of rpi-protoWaldemar Brodkorb
2015-02-02update to linux kernel 3.18.5, refresh raspberry patch setWaldemar Brodkorb
2015-01-30update kernels, simplify dtb install, update raspberry firmware and ↵Waldemar Brodkorb
userland, fixes DMA problem fro me
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-19update to latest stable linux kernelWaldemar Brodkorb
2015-01-11activate serial console and network driver for atmel ngw100. first boot via ↵Waldemar Brodkorb
nfs succeeds.
2015-01-10update to latest 3.14 kernelWaldemar Brodkorb
2015-01-10update kernel to 3.18.2Waldemar Brodkorb
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.
2014-12-26crypto needed for TCP/IPWaldemar Brodkorb
2014-12-26kernel config style. fixes for allmodconfig.Waldemar Brodkorb
2014-12-26remove deprecated uLOGD kernel supportWaldemar Brodkorb
2014-12-25update to 3.17.7, rework netfilter support a little bitWaldemar 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-17convert dietnet patch to addon. should only be used with careWaldemar Brodkorb
2014-12-13bump to 3.17.5Waldemar Brodkorb
2014-12-08bump kernel to 3.14.26Waldemar Brodkorb
2014-12-08add spidev supportWaldemar Brodkorb
2014-12-08add watchdog support for raspberry piWaldemar Brodkorb
2014-12-05bump kernel to 3.17.4Waldemar Brodkorb
2014-12-04use bool here, to avoid missing symbol on i2s module loadWaldemar Brodkorb
2014-12-03add bit and bytes to allow rpi-proto driver building. no runtime tests done.Waldemar Brodkorb
2014-12-03update 3.12.x kernel to 3.12.33Waldemar Brodkorb
Add latest changes to raspberry-pi support patch. Add rpi-proto driver patch.
2014-11-08fix serial console, when virtio is used f.e. sparc64 qemuWaldemar Brodkorb
2014-10-29disable bluetooth in default configurationWaldemar Brodkorb
2014-10-28update kernelsWaldemar Brodkorb