summaryrefslogtreecommitdiff
path: root/target/linux
AgeCommit message (Collapse)Author
2014-04-28more dot squashingWaldemar Brodkorb
2014-04-28remove dot stuff for kernel symbolsWaldemar Brodkorb
2014-04-28add bluetooth firmwareWaldemar Brodkorb
2014-04-26use select instead of default yWaldemar Brodkorb
2014-04-26add support for wlan and bluetooth on cubox, only wlan verified and workingWaldemar Brodkorb
2014-04-26use only pcf driverWaldemar Brodkorb
2014-04-26add ath6kl driver, fix promptsWaldemar Brodkorb
2014-04-26fix rtcWaldemar Brodkorb
2014-04-26enable rtc for cubox-iWaldemar Brodkorb
2014-04-26split ethernet and wireless config, split qemu and hardware stuffWaldemar Brodkorb
2014-04-26enable framebuffer for cubox-i, .15rc1+rmk patches requiredWaldemar Brodkorb
2014-04-24fix usb on cubox, add chipidea driverWaldemar Brodkorb
2014-04-24update 3.4 kernelWaldemar Brodkorb
2014-04-24update 3.10 kernelWaldemar Brodkorb
2014-04-24update 3.12 kernelWaldemar Brodkorb
2014-04-24update 3.13 kernel, add raspberry patchesWaldemar Brodkorb
2014-04-24add sdma firmware, remove temporary regulator stuffWaldemar Brodkorb
2014-04-24add network support to cubox, working for 3.14.1Waldemar Brodkorb
2014-04-24update uuid.patchWaldemar Brodkorb
2014-04-23fix bootup from sdWaldemar Brodkorb
2014-04-23more fixes and drivers for cubox-iWaldemar Brodkorb
2014-04-23work in progress patches for cubox-iWaldemar Brodkorb
2014-04-23fix usb keyboard for qemu-system-sh4Waldemar Brodkorb
2014-04-14update to latest bootloader, userland and kernel for rpiWaldemar Brodkorb
2014-04-13fix disk support for qemu-shWaldemar Brodkorb
2014-04-06CONFIG_BLOCK is always onWaldemar Brodkorb
2014-04-06Merge branch 'master' of git+ssh://www.openadk.org/git/openadkWaldemar Brodkorb
2014-04-06remove NETDEVICES, it is always onWaldemar Brodkorb
2014-04-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-04-03disable for 3.10Waldemar Brodkorb
2014-04-02remove some unsupported root filesystems, use archive and install/create ↵Waldemar Brodkorb
scripts instead
2014-03-31and to the kernel config stuffWaldemar Brodkorb
2014-03-31add first step for fullscreen bootlogoWaldemar Brodkorb
2014-03-29disable usb in default kernel config for qemu-sh4Waldemar Brodkorb
2014-03-28fix sh big endian, fix x86_64 x32 packagingWaldemar Brodkorb
2014-03-26bump all kernelsWaldemar Brodkorb
2014-03-23use shell instead of getty for test-frameworkWaldemar Brodkorb
2014-03-23fix squashfs root for qemu-microblazeWaldemar Brodkorb
2014-03-23fix jffs2 boot for qemu-microblaze, CMDLINE_FORCE requiredWaldemar Brodkorb
2014-03-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-23fix commentWaldemar Brodkorb
2014-03-22remove debug symbolWaldemar Brodkorb
2014-03-22a bunch of microblaze fixesWaldemar Brodkorb
2014-03-17remove kernel choice, always use 64 bit for 64bit targetWaldemar Brodkorb
2014-03-17fix wordingWaldemar Brodkorb
2014-03-17optimize miniconfigs, enable netstuff by defaultWaldemar Brodkorb
2014-03-17enable utf8 and iso8859-1 by defaultWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-16fix some kernel symbol stuff,found via allmodconfigWaldemar Brodkorb
2014-03-15fix kernel build on Darwin for x86 targetsWaldemar Brodkorb
relocs tool uses some kind of regular expression, which does not work with the provided one. Use pcre in this case. Rework KERNEL_MAKE_OPTS while here. Use it in kernel-header, too.