Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2014-06-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
2014-06-25 | finetune netowrk config | Waldemar Brodkorb | |
2014-06-11 | make vbox target usable again | Waldemar Brodkorb | |
2014-06-08 | rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archs | Waldemar Brodkorb | |
2014-06-04 | rework simple network config, allow to configure one gateway | Waldemar Brodkorb | |
2014-05-31 | fix qemu spitz emulation, add emulation for terrier | Waldemar Brodkorb | |
2014-05-25 | make bootup really quiet | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-20 | fix nfsv4 with musl | Waldemar Brodkorb | |
2014-05-18 | move cifs/nfs startup script back to base-files | Waldemar Brodkorb | |
2014-05-14 | minor simple network fixes | Waldemar Brodkorb | |
2014-05-12 | depend on ssh software, add cubox-i stuff | Waldemar Brodkorb | |
2014-05-06 | allow output from initscripts to serial | Waldemar Brodkorb | |
2014-04-28 | use bigger tmpfs | Waldemar Brodkorb | |
2014-04-26 | enable framebuffer for cubox-i, .15rc1+rmk patches required | Waldemar Brodkorb | |
2014-04-15 | add basic support for aarch64 with ARMv8 foundation model, toolchain and ↵ | Waldemar Brodkorb | |
kernel works, userland broken. | |||
2014-04-07 | allow to enable daemons on startup via menuconfig | Waldemar Brodkorb | |
2014-03-30 | remove performance killer on bootup | Waldemar Brodkorb | |
2014-03-23 | use shell instead of getty for test-framework | Waldemar Brodkorb | |
2014-03-20 | add some aranym fine tuning | Waldemar Brodkorb | |
2014-03-19 | rework getty/shell runtime options, add git as dependency, used in ↵ | Waldemar Brodkorb | |
base-files and is always good to create patches, get updates,.. | |||
2014-03-19 | add ADK_RUNTIME_CONSOLE_SERIAL_DEVICE, minor cleanups while there | Waldemar Brodkorb | |
2014-03-16 | disable block driver for qemu emulators, can be activated via menuconfig | Waldemar Brodkorb | |
2014-03-10 | add some bulktoolchain finetuning | Waldemar Brodkorb | |
2014-03-08 | some work on qemu with graphic | Waldemar Brodkorb | |
2014-03-07 | use standard busybox init, remove previously used /init. some configs and ↵ | Waldemar Brodkorb | |
ideas from buildroot project | |||
2014-03-07 | switching to mksh as default shell. It just works nice, when trying to debug ↵ | Waldemar Brodkorb | |
the bootup process. set -x wirh ash is not working well. And another reason, I have a good contact to the main developer of mksh. Actually he is a friend of mine ;). Adds 50 Kb to the default system (measured for x86 initramfs+kernel) | |||
2014-02-26 | update kernel 3.4.x, fixes for lemote yeelong users | Waldemar Brodkorb | |
2014-01-06 | set ram for lemote yeelong to better default | Waldemar Brodkorb | |
2013-11-10 | use bigger tmpfs for qemu | Waldemar Brodkorb | |
2013-10-17 | enable 32 mb /tmp for raspberry | Waldemar Brodkorb | |
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 | |