Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | alix1c: fix keyboard support, add SERIO symbols and cleanup aranym/lemote stuff | Waldemar Brodkorb | |
2016-05-09 | coldfire: move serial driver to Config.in.serial | Waldemar Brodkorb | |
2016-03-19 | qemu-m68k-q800: add disk support | Waldemar Brodkorb | |
2015-06-17 | add kernel config | Waldemar Brodkorb | |
2015-06-15 | add support for m68k q800 emulation (experimental) | Waldemar Brodkorb | |
2014-12-28 | bring coldfire support in shape | Waldemar Brodkorb | |
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit. | |||
2014-08-15 | use 5307 for now, which results in a working userland. need to investigate. | Waldemar Brodkorb | |
2014-08-14 | add elf2flt, use it for m68k-nommu. bootup in qemu still fails. | Waldemar Brodkorb | |
2014-08-14 | first boot in qemu works now. | 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-03-20 | add some aranym fine tuning | Waldemar Brodkorb | |
2014-03-19 | fixes for aranym | Waldemar Brodkorb | |
2014-03-17 | optimize miniconfigs, enable netstuff by default | 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 |