Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-14 | add support for 64bit kernels on supporting targets | Phil 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-09 | update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵ | Waldemar Brodkorb | |
not work on Asus WL500gp | |||
2011-10-15 | allow more than one kernel to be configured, add shuttle pc support | Waldemar Brodkorb | |
2011-10-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-10-12 | add basic support for avr32 -> ngw100 | Waldemar Brodkorb | |
2011-10-10 | add fix for CPU hangs. | Waldemar Brodkorb | |
2011-09-16 | add support for sharp zaurus (tested on terrier cl-3200) | Waldemar Brodkorb | |
2011-09-05 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-09-05 | some sparc help fixes | Waldemar Brodkorb | |
2011-09-04 | enable disk support for qemu arm versatile | Waldemar Brodkorb | |
2011-09-04 | resolve conflict | Waldemar Brodkorb | |
2011-09-04 | add support for Qemu Versatile with network emulation | Waldemar Brodkorb | |
2011-09-02 | resolve conflict | Waldemar Brodkorb | |
2011-09-02 | fix serial output for qemu-i686 | Waldemar Brodkorb | |
2011-09-02 | add support for qemu-arm, fix usage of xz compressed initramfs, which is now ↵ | Waldemar Brodkorb | |
the default here | |||
2011-09-02 | add basic support for qemu-system-sh4 | Waldemar Brodkorb | |
2011-08-31 | add TCP port configuration for typical Qemu setup | Waldemar Brodkorb | |
2011-08-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-08-30 | add infrastructure for qemu-cris (still broken) | Waldemar Brodkorb | |
2011-08-30 | finetune /etc/hosts | Waldemar Brodkorb | |
It should look like: 127.0.0.1 localhost ::1 loaclhost 127.0.1.1 hostname | |||
2011-08-29 | resolve conflict | Waldemar Brodkorb | |
2011-08-27 | enable serial output again | Waldemar Brodkorb | |
2011-08-27 | added intel atom target | warhog | |
2011-08-24 | add qemu sparc support | Waldemar Brodkorb | |
2011-08-24 | better ppc64 support, qemu still hangs @ returning from prom_init | Waldemar Brodkorb | |
2011-08-22 | implement submodel for foxboard lx. resolves duplicate full build for this ↵ | Waldemar Brodkorb | |
systems | |||
2011-08-22 | uClibc nowadays works for pagesize != 4kb, so lemote is supported | Waldemar Brodkorb | |
2011-08-09 | some powerpc fixes found via make bulk | Waldemar Brodkorb | |
2011-08-07 | add some meta data for x86_64 | Waldemar Brodkorb | |
2011-08-06 | add qemu support for basic testing | Waldemar Brodkorb | |
2011-08-01 | different make bulkallmod fixes | Waldemar Brodkorb | |
2011-07-18 | add reasonable defaults for ALIX boards | Waldemar Brodkorb | |
2011-07-14 | fix native kernel build for IBM X40 | Waldemar Brodkorb | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-05-15 | fix bulktoolchain target | Waldemar Brodkorb | |
2011-04-29 | rework toolchain only option | Waldemar Brodkorb | |
2011-04-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-27 | fix allconfig for foxg20 | Waldemar Brodkorb | |
2011-04-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-26 | add model support for broadcom devices | Waldemar Brodkorb | |
2011-04-26 | fix arm for bulkall | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-04-17 | add basic locale support to OpenADK | Waldemar Brodkorb | |
2011-04-13 | use the right TARGET_CFLAGS | wbx | |
2011-04-12 | resolve merge conflict | wbx | |
2011-04-12 | refresh lemote yeelong support | wbx | |
2011-04-12 | add basic support for Fonera devices (nfsroot) via OpenWrt/FreeWRT kernel ↵ | Waldemar Brodkorb | |
patches | |||
2011-02-24 | allow native build of a lot of packages | Waldemar 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-10 | add basic ccache support | Waldemar Brodkorb | |
2011-01-30 | allow to use strip, even when debug is on. required for gdbserver setups. | Waldemar Brodkorb | |