Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-25 | fix console login on pi | Waldemar Brodkorb | |
2013-10-18 | enable framebuffer, console=tty0 needed | Waldemar Brodkorb | |
2013-10-13 | remove multilib experimental stuff | Waldemar Brodkorb | |
2013-10-03 | update samba to latest version, use stub gettext-tiny; use utf8 charset by ↵ | Waldemar Brodkorb | |
default for vfat | |||
2013-10-01 | add support for qemu-sh4eb, linux usb is broken | Waldemar Brodkorb | |
2013-10-01 | add support for glibc/eglibc qemu-sh systems | Waldemar Brodkorb | |
2013-09-29 | bring qemu-sh and aranym-m68k in shape | Waldemar Brodkorb | |
2013-09-13 | fix half way libgcc headache | Waldemar Brodkorb | |
2013-08-14 | sorry libgcc problem still exist. don't know why | Waldemar Brodkorb | |
2013-08-14 | enable uclibc for raspberry pi | Waldemar Brodkorb | |
2013-08-14 | enable glibc choice for raspberry-pi | Waldemar Brodkorb | |
2013-08-14 | prepare the base system without libgcc even for musl | Waldemar Brodkorb | |
2013-08-14 | musl libc compat updates | Waldemar Brodkorb | |
2013-08-11 | preliminary musl support | Waldemar Brodkorb | |
2013-07-23 | fix hard float support | Waldemar Brodkorb | |
2013-07-23 | use optimized CFLAGS, be sure to use hard float for gcc | Waldemar Brodkorb | |
2013-07-09 | add USB support, make eglibc the only C library for now | Waldemar Brodkorb | |
2013-07-09 | only support ext4 kernel support for rootfs, I can not get ext2 rootfs ↵ | Waldemar Brodkorb | |
working on the rpi | |||
2013-07-09 | make a bootable system configuration for raspberry pi | Waldemar Brodkorb | |
2013-05-06 | add toolchain support for raspberry pi | Waldemar Brodkorb | |
2013-01-31 | disable partly broken multilib support for now | Waldemar Brodkorb | |
2012-10-14 | disable multilib for uClibc | Waldemar Brodkorb | |
2012-10-10 | merge, and update stuff | Waldemar Brodkorb | |
2012-10-10 | fix 32 Bit multilib builds | Waldemar Brodkorb | |
2012-10-09 | enable multilib support for mips | Waldemar Brodkorb | |
2012-10-08 | add qemu-mips64el, show multilib support only for 64 bit systems | Waldemar Brodkorb | |
2012-10-08 | finetune multilib support a lot, cleanup eglibc/glibc Makefiles while there | Waldemar Brodkorb | |
2012-10-05 | make libgcc static for busybox, make librt separate package, remove ↵ | Waldemar Brodkorb | |
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64 | |||
2012-09-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-09-20 | add basic support for qemu-mips64 | Waldemar Brodkorb | |
2012-09-20 | add yeelong stuff | Waldemar Brodkorb | |
2012-07-31 | update eglibc to 2.16 | Waldemar Brodkorb | |
2012-07-31 | add support for virtualbox emulator | Waldemar Brodkorb | |
2012-07-16 | add support for m68k toolchain/qemu | Waldemar Brodkorb | |
2012-07-11 | use genext2fs on MacOS X to create qemu images | Waldemar Brodkorb | |
2012-03-21 | enable initramfs building for mips | Waldemar Brodkorb | |
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 | |