summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
AgeCommit message (Collapse)Author
2016-09-26nfs-utils: finetuning startup scriptWaldemar Brodkorb
2016-09-24locale: rework locale support (not fully ready)Waldemar Brodkorb
2016-09-23add support for permission fixups when using genimageWaldemar Brodkorb
Add suid-bit to Xorg as an example. Create simple *.perm files with relative path to the files. You can use any command available on the host. (f.e. chmod/chown)
2016-09-15beaglebone-black: add special linux-repo, add uEnv.txtWaldemar Brodkorb
2016-09-03add basic support for s6 init systemWaldemar Brodkorb
2016-08-27add support for Qemu ARM noMMUWaldemar Brodkorb
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now.
2016-06-30add support for nds32 architectureWaldemar Brodkorb
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-06-04ci20 fixesWaldemar Brodkorb
2016-05-29uClibc-ng: update to 1.0.15, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-05-15add support for qemu xilinx zynq emulationWaldemar Brodkorb
2016-05-01for udev device node management we need depmod on host, reported by BalatonWaldemar Brodkorb
2016-04-28rename symbol name for toolchain onlyWaldemar Brodkorb
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-01-25add basic qemu armv6 supportWaldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar 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-07more Numato Mimas v2 J2 bits and bytesWaldemar Brodkorb
2015-11-16fix toolchain only building for sh2Waldemar Brodkorb
2015-11-16default to simpleinit+sash for noMMU targetsWaldemar 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-04sh2: fix toolchain building, using bFLTWaldemar Brodkorb
2015-11-01select hush when hush is used for rootfsWaldemar Brodkorb
2015-11-01default to static device nodes for noMMU systems, add basic device nodes to ↵Waldemar Brodkorb
initramfs
2015-11-01use busybox hush as default on noMMUWaldemar Brodkorb
2015-10-28qemu-system-s390: add basic support, only virtio-net does not work as expected.Waldemar Brodkorb
2015-10-27bfin: add least I get a kernel panic in the simulator :)Waldemar Brodkorb
2015-10-23arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵Waldemar Brodkorb
running
2015-10-09add devtmpfs only for mdev/udevWaldemar Brodkorb
2015-09-1516 MB for Qemu is to much, qemu-system-or1k just emulates 32MB RAM.Waldemar Brodkorb
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