summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2012-02-26update kernel versionsWaldemar Brodkorb
2012-02-17choose kernel for toolchain only buildsWaldemar Brodkorb
2012-01-29update kernel versions to latest upstreamWaldemar Brodkorb
2012-01-18add patches for newer kernel versions for brcm supportWaldemar Brodkorb
2012-01-17enable LZMA/BZIP2/LZO support for brcm, enable other flash types which ↵Waldemar Brodkorb
allows booting on Asus WL500gp with LZMA kernel (size 1.8 mb incl. base image)
2012-01-17make broadcom devices work with selfrelocatable bootloader (even Asus WL500gp)Waldemar Brodkorb
2012-01-15update Linux kernels, add support for compression choiceWaldemar Brodkorb
2012-01-15kernel patchesWaldemar Brodkorb
2012-01-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-01-15mk/image.mk: improve and simplify initramfs generationPhil Sutter
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;)
2012-01-15add 3.2.x supportWaldemar Brodkorb
2012-01-15target/x86_64/Makefile: fix blocking typoPhil Sutter
2012-01-14add support for 64bit kernels on supporting targetsPhil Sutter
This is more commonly known as 32bit userland support on 64bit architectures. For simplicity's sake though, this implementation works the other way round: just build a 64bit-able linker and compiler, but no 64bit-libraries at all (i.e., no multilib). This is then just enough to compile a 64bit kernel, as that doesn't link to anything. The alternative would have been to build a native 64bit compiler with multilib-support in order to cross-compile a 32bit userland, resulting in a multilib system without need for it. In order to allow compilation of a 64bit kernel for a given target system, have it select ADK_TARGET_KERNEL_MAY_64BIT. Upon selection of that target, the symbol ADK_64BIT_KERNEL will occur in the "Global settings" menu. Since certain aspects of the 64bit kernel .config may greatly differ from it's 32bit counterpart, it has to be shipped separately: target/<arch>/kernel64.config is the place to be. Conflicts: target/Makefile toolchain/gcc/Makefile Untested, due to conflicts (original patch conflicts with multiple kernel version support).
2012-01-09update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵Waldemar Brodkorb
not work on Asus WL500gp
2011-12-20update to 3.1.5Waldemar Brodkorb
2011-12-18avr32 workaroundsWaldemar Brodkorb
2011-12-05misc fixes, new package ed and mailutilsWaldemar Brodkorb
2011-12-04add fastcgiWaldemar Brodkorb
2011-12-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-12-03add postfixWaldemar Brodkorb
2011-12-03add vpn-client package collectionWaldemar Brodkorb
2011-12-03add package collection for openvpn serverWaldemar Brodkorb
2011-12-02remove ocf support, broken in my setupWaldemar Brodkorb
2011-12-01refresh linux kernelsWaldemar Brodkorb
2011-11-10update to latest stable kernelsWaldemar Brodkorb
2011-11-04move mkimage build to toplevel tools directory, required for avr32 kernel buildWaldemar Brodkorb
2011-10-19make virsh, virt-install and kvm usable on shuttle pcWaldemar Brodkorb
2011-10-17add default change patchWaldemar Brodkorb
2011-10-17add ocf patch again and make swap option visibleWaldemar Brodkorb
2011-10-16allow raid support to be in kernelWaldemar Brodkorb
2011-10-15allow more than one kernel to be configured, add shuttle pc supportWaldemar Brodkorb
2011-10-12update gdbWaldemar Brodkorb
2011-10-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-12add basic support for avr32 -> ngw100Waldemar Brodkorb
2011-10-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-12more qemu-cris stuffWaldemar Brodkorb
2011-10-12better qemu-cris supportWaldemar Brodkorb
2011-10-12misc fixes from bulk buildWaldemar Brodkorb
2011-10-11Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-11add help for network bootWaldemar Brodkorb
2011-10-10xrdb is useful for Xresource managementWaldemar Brodkorb
2011-10-10add fix for CPU hangs.Waldemar Brodkorb
2011-10-10misc finetuningWaldemar Brodkorb
2011-09-25fixes for make bulkallmodWaldemar Brodkorb
2011-09-18add another cheap webcam driverWaldemar Brodkorb
2011-09-18add some more webcam drivers to kernel configWaldemar Brodkorb
2011-09-17update to existing symbolsWaldemar Brodkorb
2011-09-16add support for sharp zaurus (tested on terrier cl-3200)Waldemar Brodkorb
2011-09-11add PXA frambufferWaldemar Brodkorb
2011-09-07enable hibernation for lemote yeelongWaldemar Brodkorb