Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-15 | add support for qemu xilinx zynq emulation | Waldemar Brodkorb | |
2016-05-01 | for udev device node management we need depmod on host, reported by Balaton | Waldemar Brodkorb | |
2016-04-28 | rename symbol name for toolchain only | Waldemar Brodkorb | |
2016-04-06 | add basic raspberry pi3 support (ARM 32Bit) | Waldemar Brodkorb | |
2016-01-25 | add basic qemu armv6 support | Waldemar Brodkorb | |
2015-12-23 | optimize for really small systems | Waldemar Brodkorb | |
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size. | |||
2015-12-07 | more Numato Mimas v2 J2 bits and bytes | Waldemar Brodkorb | |
2015-11-16 | fix toolchain only building for sh2 | Waldemar Brodkorb | |
2015-11-16 | default to simpleinit+sash for noMMU targets | Waldemar Brodkorb | |
GDB simulator targets for bfin/h8/300 might have only 8MB of RAM. A busybox based system in the default configuration is to big :) | |||
2015-11-04 | sh2: fix toolchain building, using bFLT | Waldemar Brodkorb | |
2015-11-01 | select hush when hush is used for rootfs | Waldemar Brodkorb | |
2015-11-01 | default to static device nodes for noMMU systems, add basic device nodes to ↵ | Waldemar Brodkorb | |
initramfs | |||
2015-11-01 | use busybox hush as default on noMMU | Waldemar Brodkorb | |
2015-10-28 | qemu-system-s390: add basic support, only virtio-net does not work as expected. | Waldemar Brodkorb | |
2015-10-27 | bfin: add least I get a kernel panic in the simulator :) | Waldemar Brodkorb | |
2015-10-23 | arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵ | Waldemar Brodkorb | |
running | |||
2015-10-09 | add devtmpfs only for mdev/udev | Waldemar Brodkorb | |
2015-09-15 | 16 MB for Qemu is to much, qemu-system-or1k just emulates 32MB RAM. | Waldemar Brodkorb | |
2015-09-02 | refactor kernel mini.config. | Waldemar Brodkorb | |
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets. | |||
2015-09-01 | move serial support from mini.config | Waldemar Brodkorb | |
2015-09-01 | raspberry can use tty0, too | Waldemar Brodkorb | |
2015-08-13 | kernel: make net and block support optional | Waldemar Brodkorb | |
2015-08-02 | add basic support for qemu-metag | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |
2015-07-06 | use depmod only when udev is choosen by the user | Waldemar Brodkorb | |
2015-07-03 | rework serial support for h8300 sim and qemu support | Waldemar Brodkorb | |
2015-06-28 | more h8300 fixes | Waldemar Brodkorb | |
2015-06-22 | add serial support for h8-sim | Waldemar Brodkorb | |
2015-06-20 | prepare for different /dev systems | Waldemar Brodkorb | |
2015-06-13 | remove kodi specific stuff from console handling | Waldemar Brodkorb | |
2015-05-22 | add workaround for rpi2 eth0 | Waldemar Brodkorb | |
2015-05-16 | CONFIG_CMDLINE_FORCE is required to set consoleblank=0, kernel/init output ↵ | Waldemar Brodkorb | |
via serial console | |||
2015-05-05 | allow to add a unprivileged user | Waldemar Brodkorb | |
2015-03-15 | add some useful bits and bytes for rpi2 support | Waldemar Brodkorb | |
2015-02-17 | fix kbd setup | Waldemar Brodkorb | |
2015-02-14 | fix vga only setup | Waldemar Brodkorb | |
2015-02-14 | rework VGA and serial output | Waldemar Brodkorb | |
The Linux kernel can output messages to serial devices and vga devices in parallel. The latest console= entry decides which console output is used for init via /dev/console character device. Let the developer configure what he wants. If you use f.e. Kodi, be sure output/input is used for VGA, other wise kodi startsup, but you end up with a black screen. | |||
2015-02-06 | use a hash in the config | Waldemar Brodkorb | |
This avoids breakage when using a # in the password. And no sensitive data is saved in clear on the target. Suggested by a Achim Marikar. | |||
2015-02-06 | rework CMDLINE generation regarding serial/vga | Waldemar Brodkorb | |
Use one place and not hard coded for each device. There exist use cases where on a specific device like raspberry pi, not the default 115200 baud rate is used. | |||
2015-02-02 | some device-tree overlay fixes | Waldemar Brodkorb | |
2014-12-08 | use 9600 baud for rpi serial | Waldemar Brodkorb | |
2014-12-03 | rename package collection dependencies | Waldemar Brodkorb | |
2014-12-03 | expose serial device and speed in runtime configuration | Waldemar Brodkorb | |
2014-10-06 | add basic support to preconfigure wpa2 | Waldemar Brodkorb | |
2014-09-28 | enable serial console on Rpi | Waldemar Brodkorb | |
2014-08-26 | add sash, simpleinit and a uclibc config for nonmmu case | Waldemar Brodkorb | |
2014-08-23 | combine cubox-i and hummingboard support, same linux patches are required | Waldemar Brodkorb | |
2014-08-11 | fix qemu-system-aarc64 bootup | Waldemar Brodkorb | |
2014-07-28 | use bamboo board emulation as default, ppc 44x without FPU. networking works ↵ | Waldemar Brodkorb | |
here. | |||
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> |