Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-15 | add support for m68k q800 emulation (experimental) | Waldemar Brodkorb | |
2015-05-28 | fix qemu-m68k build, add required patches for kernel | Waldemar Brodkorb | |
2014-08-28 | bootsup fine now. strange. because networking works now?. patch from Greg ↵ | Waldemar Brodkorb | |
Ungerer | |||
2014-08-14 | some m68k fixes. init is now found. | Waldemar Brodkorb | |
2014-07-30 | it is m5208, not m5206 | Waldemar Brodkorb | |
2014-07-30 | minor m68k fix | Waldemar Brodkorb | |
2014-07-29 | add initramfsarchive targets for m68k | Waldemar Brodkorb | |
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-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-05-23 | split targethelp from install target | Waldemar Brodkorb | |
cleanup target/*/Makefile stuff. | |||
2014-03-20 | add some aranym fine tuning | Waldemar Brodkorb | |
2014-03-18 | use archive without kernel | Waldemar Brodkorb | |
2014-03-17 | fix boot from disk for qemu targets | Waldemar Brodkorb | |
2014-03-14 | fix m68k support | Waldemar Brodkorb | |
disable systems without thread local storage, not supported by OpenADK anymore. Remove m68k uclibc. fix kernel bootup in aranym. | |||
2014-03-14 | convert to miniconfig | Waldemar Brodkorb | |
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40 | |||
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2012-07-16 | add support for m68k toolchain/qemu | Waldemar Brodkorb | |