summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
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-10-15allow more than one kernel to be configured, add shuttle pc supportWaldemar 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-10add fix for CPU hangs.Waldemar Brodkorb
2011-09-16add support for sharp zaurus (tested on terrier cl-3200)Waldemar Brodkorb
2011-09-05Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-09-05some sparc help fixesWaldemar Brodkorb
2011-09-04enable disk support for qemu arm versatileWaldemar Brodkorb
2011-09-04resolve conflictWaldemar Brodkorb
2011-09-04add support for Qemu Versatile with network emulationWaldemar Brodkorb
2011-09-02resolve conflictWaldemar Brodkorb
2011-09-02fix serial output for qemu-i686Waldemar Brodkorb
2011-09-02add support for qemu-arm, fix usage of xz compressed initramfs, which is now ↵Waldemar Brodkorb
the default here
2011-09-02add basic support for qemu-system-sh4Waldemar Brodkorb
2011-08-31add TCP port configuration for typical Qemu setupWaldemar Brodkorb
2011-08-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-08-30add infrastructure for qemu-cris (still broken)Waldemar Brodkorb
2011-08-30finetune /etc/hostsWaldemar Brodkorb
It should look like: 127.0.0.1 localhost ::1 loaclhost 127.0.1.1 hostname
2011-08-29resolve conflictWaldemar Brodkorb
2011-08-27enable serial output againWaldemar Brodkorb
2011-08-27added intel atom targetwarhog
2011-08-24add qemu sparc supportWaldemar Brodkorb
2011-08-24better ppc64 support, qemu still hangs @ returning from prom_initWaldemar Brodkorb
2011-08-22implement submodel for foxboard lx. resolves duplicate full build for this ↵Waldemar Brodkorb
systems
2011-08-22uClibc nowadays works for pagesize != 4kb, so lemote is supportedWaldemar Brodkorb
2011-08-09some powerpc fixes found via make bulkWaldemar Brodkorb
2011-08-07add some meta data for x86_64Waldemar Brodkorb
2011-08-06add qemu support for basic testingWaldemar Brodkorb
2011-08-01different make bulkallmod fixesWaldemar Brodkorb
2011-07-18add reasonable defaults for ALIX boardsWaldemar Brodkorb
2011-07-14fix native kernel build for IBM X40Waldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-05-15fix bulktoolchain targetWaldemar Brodkorb
2011-04-29rework toolchain only optionWaldemar Brodkorb
2011-04-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-27fix allconfig for foxg20Waldemar Brodkorb
2011-04-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-04-26add model support for broadcom devicesWaldemar Brodkorb
2011-04-26fix arm for bulkallWaldemar Brodkorb
2011-04-26make arm/mips architectures more configurable in a simpler wayWaldemar Brodkorb
2011-04-17add basic locale support to OpenADKWaldemar Brodkorb
2011-04-13use the right TARGET_CFLAGSwbx
2011-04-12resolve merge conflictwbx
2011-04-12refresh lemote yeelong supportwbx
2011-04-12add basic support for Fonera devices (nfsroot) via OpenWrt/FreeWRT kernel ↵Waldemar Brodkorb
patches
2011-02-24allow native build of a lot of packagesWaldemar Brodkorb
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used.
2011-02-10add basic ccache supportWaldemar Brodkorb
2011-01-30allow to use strip, even when debug is on. required for gdbserver setups.Waldemar Brodkorb