Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb | |
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-06-11 | make vbox target usable again | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-23 | split targethelp from install target | Waldemar Brodkorb | |
cleanup target/*/Makefile stuff. | |||
2014-05-18 | convert mips to use new targethelp make target, useful to just show the help ↵ | Waldemar Brodkorb | |
text after building | |||
2014-05-18 | add shell script to install adk on flash/block | Waldemar Brodkorb | |
2014-05-14 | add nfsroot support for rpi | Waldemar Brodkorb | |
2014-05-14 | use boolean, add NFS_V3 symbol | Waldemar Brodkorb | |
2014-05-13 | some kernel abstraction layer fixes, partially for ibm x40 bootup | Waldemar Brodkorb | |
2014-05-09 | readd mikrotik rb532 support | Waldemar Brodkorb | |
2014-05-06 | allow output from initscripts to serial | Waldemar Brodkorb | |
2014-05-03 | reorder qemu config | Waldemar Brodkorb | |
2014-04-30 | rework thumb2 support | Waldemar Brodkorb | |
do not change gcc defaults, discussed with phil, make the resulting toolchains more conform. | |||
2014-04-30 | combine cubox-i kernel configs, make SMP, PREEMPT and HIGHMEM configurable | Waldemar Brodkorb | |
2014-04-30 | fix 32 bit userland with 64 bit kernel support | Waldemar Brodkorb | |
after onger discussion with Phil, I understood his old patches and fixed support for x86 systems with 32 Bit userland and 64 Bit kernel by using a biarch toolchain instead of a multilib one. | |||
2014-04-26 | split ethernet and wireless config, split qemu and hardware stuff | Waldemar Brodkorb | |
2014-04-26 | move thumb mode to toolchain options | Waldemar Brodkorb | |
2014-04-26 | enable framebuffer for cubox-i, .15rc1+rmk patches required | Waldemar Brodkorb | |
2014-04-24 | add network support to cubox, working for 3.14.1 | Waldemar Brodkorb | |
2014-04-23 | fix bootup from sd | Waldemar Brodkorb | |
2014-04-23 | work in progress patches for cubox-i | Waldemar Brodkorb | |
2014-04-23 | fix usb keyboard for qemu-system-sh4 | Waldemar Brodkorb | |
2014-04-15 | fix superh big endian compile for musl | Waldemar Brodkorb | |
2014-04-15 | add basic support for aarch64 with ARMv8 foundation model, toolchain and ↵ | Waldemar Brodkorb | |
kernel works, userland broken. | |||
2014-04-11 | fix boot with grub2 source package | Waldemar Brodkorb | |
2014-04-07 | add submenu for qemu configuration | Waldemar Brodkorb | |
2014-04-07 | fix disk boot | Waldemar Brodkorb | |
2014-04-06 | use one kernel config | Waldemar Brodkorb | |
2014-04-05 | add qemu-i486 | Waldemar Brodkorb | |
2014-04-05 | add generic pc | Waldemar Brodkorb | |
2014-04-03 | add qemu host dependency | Waldemar Brodkorb | |
2014-04-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-04-02 | fix host build depends for mtd-utils/squashfs | Waldemar Brodkorb | |
2014-04-02 | remove some unsupported root filesystems, use archive and install/create ↵ | Waldemar Brodkorb | |
scripts instead | |||
2014-03-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-29 | use xz instead of gzip, remove grub for qemu, add it only to ibm-x40 | Waldemar Brodkorb | |
2014-03-28 | x86-64 32bit needs more work, fix armhf | Waldemar Brodkorb | |
2014-03-26 | test framework fixes | Waldemar Brodkorb | |
2014-03-25 | add support for x86_64 toolchain with 32 bit abi | Waldemar Brodkorb | |
2014-03-22 | a bunch of microblaze fixes | Waldemar Brodkorb | |
2014-03-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-20 | add fpu settings, fix symlinks | Waldemar Brodkorb | |
2014-03-19 | fixes for aranym | Waldemar Brodkorb | |
2014-03-17 | remove kernel choice, always use 64 bit for 64bit target | Waldemar Brodkorb | |
2014-03-17 | use initramfsarchive for test framework | Waldemar Brodkorb | |
2014-03-17 | fix boot from disk for qemu targets | Waldemar Brodkorb | |
2014-03-17 | fix networking on qemu-system-sparc64 | Waldemar Brodkorb | |
- use virtio drivers for sparc64 by default, builtin ne2k-pci emulation does not work - fix glibc packaging, revert x32 change, needs a better fix in sysroot | |||
2014-03-17 | use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanup | Waldemar Brodkorb | |