summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
AgeCommit message (Collapse)Author
2015-09-02refactor 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-01move serial support from mini.configWaldemar Brodkorb
2015-09-01raspberry can use tty0, tooWaldemar Brodkorb
2015-08-13kernel: make net and block support optionalWaldemar Brodkorb
2015-08-02add basic support for qemu-metagWaldemar Brodkorb
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb
2015-07-06use depmod only when udev is choosen by the userWaldemar Brodkorb
2015-07-03rework serial support for h8300 sim and qemu supportWaldemar Brodkorb
2015-06-28more h8300 fixesWaldemar Brodkorb
2015-06-22add serial support for h8-simWaldemar Brodkorb
2015-06-20prepare for different /dev systemsWaldemar Brodkorb
2015-06-13remove kodi specific stuff from console handlingWaldemar Brodkorb
2015-05-22add workaround for rpi2 eth0Waldemar Brodkorb
2015-05-16CONFIG_CMDLINE_FORCE is required to set consoleblank=0, kernel/init output ↵Waldemar Brodkorb
via serial console
2015-05-05allow to add a unprivileged userWaldemar Brodkorb
2015-03-15add some useful bits and bytes for rpi2 supportWaldemar Brodkorb
2015-02-17fix kbd setupWaldemar Brodkorb
2015-02-14fix vga only setupWaldemar Brodkorb
2015-02-14rework VGA and serial outputWaldemar 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-06use a hash in the configWaldemar 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-06rework CMDLINE generation regarding serial/vgaWaldemar 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-02some device-tree overlay fixesWaldemar Brodkorb
2014-12-08use 9600 baud for rpi serialWaldemar Brodkorb
2014-12-03rename package collection dependenciesWaldemar Brodkorb
2014-12-03expose serial device and speed in runtime configurationWaldemar Brodkorb
2014-10-06add basic support to preconfigure wpa2Waldemar Brodkorb
2014-09-28enable serial console on RpiWaldemar Brodkorb
2014-08-26add sash, simpleinit and a uclibc config for nonmmu caseWaldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-08-11fix qemu-system-aarc64 bootupWaldemar Brodkorb
2014-07-28use bamboo board emulation as default, ppc 44x without FPU. networking works ↵Waldemar Brodkorb
here.
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar 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-27rework service startup, do not hardcode into postinst scriptsWaldemar Brodkorb
2014-06-25finetune netowrk configWaldemar Brodkorb
2014-06-11make vbox target usable againWaldemar Brodkorb
2014-06-08rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archsWaldemar Brodkorb
2014-06-04rework simple network config, allow to configure one gatewayWaldemar Brodkorb
2014-05-31fix qemu spitz emulation, add emulation for terrierWaldemar Brodkorb
2014-05-25make bootup really quietWaldemar Brodkorb
2014-05-23fix symbol renaming bugsWaldemar Brodkorb
2014-05-20fix nfsv4 with muslWaldemar Brodkorb
2014-05-18move cifs/nfs startup script back to base-filesWaldemar Brodkorb
2014-05-14minor simple network fixesWaldemar Brodkorb
2014-05-12depend on ssh software, add cubox-i stuffWaldemar Brodkorb
2014-05-06allow output from initscripts to serialWaldemar Brodkorb
2014-04-28use bigger tmpfsWaldemar Brodkorb
2014-04-26enable framebuffer for cubox-i, .15rc1+rmk patches requiredWaldemar Brodkorb
2014-04-15add basic support for aarch64 with ARMv8 foundation model, toolchain and ↵Waldemar Brodkorb
kernel works, userland broken.
2014-04-07allow to enable daemons on startup via menuconfigWaldemar Brodkorb
2014-03-30remove performance killer on bootupWaldemar Brodkorb