summaryrefslogtreecommitdiff
path: root/target/linux/config
AgeCommit message (Collapse)Author
2016-05-21we need kernel compression support for defconfigsWaldemar Brodkorb
2016-05-15add support for qemu xilinx zynq emulationWaldemar Brodkorb
2016-05-13fix building for imgtec ci20, add helper header for DarwinWaldemar Brodkorb
2016-05-09coldfire: move serial driver to Config.in.serialWaldemar Brodkorb
2016-05-06qemu: allow to use audioWaldemar Brodkorb
2016-05-03update rpi kernel patch, add mkknlimg back, more fixesWaldemar Brodkorb
2016-04-30allow to choose compression for kernel and initramfs as mentioned by BalatonWaldemar Brodkorb
2016-04-27allow to choose USB for genericWaldemar Brodkorb
2016-04-24enable for Linksys NSLU2Waldemar Brodkorb
2016-04-24new x86_64-target asus-p5bvmOliver Schib
Add a new target asus-p5bvm to add support for the ASUS P5B-VM SE motherboard. Signed-off-by: Oliver Schib <lich000king@yahoo.de> [minor cleanups from me]
2016-04-24m68k: remove gcc wrapperWaldemar Brodkorb
We don't need the gcc wrapper when some object files removed from libgcc.a. Idea from uClinux-toolchain build script. Fix some issues with shared flat, still no bootup. For msep-data DOPIC is used, for one-region flat DOPIC must be disabled. So both tested and working.
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-04-04new bcm28xx-bootloader does not work with mknlimg, fix 4.1.20 rpi2 bootupWaldemar Brodkorb
2016-04-03enable ACPI for generic x86/x86_64 reported by OliverWaldemar Brodkorb
2016-04-02allow to choose audio drivers for genericWaldemar Brodkorb
2016-04-01linux: update to 4.1.20, add solidrun patch for 4.4.6Waldemar Brodkorb
2016-03-25allow to choose drivers for generic support, reported by OliverWaldemar Brodkorb
2016-03-19qemu-m68k-q800: add disk supportWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2016-02-10more stuff for kinetis k70, kernel still does not workWaldemar Brodkorb
2016-01-29enable networking for armv6 qemu emulationWaldemar Brodkorb
2016-01-25add basic qemu armv6 supportWaldemar Brodkorb
2016-01-09Add support for RME HDSP sound cards.Oliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2015-12-28always enable file locking, to much testsuite failures without itWaldemar Brodkorb
2015-12-28various small fixes, arm vexpress disk support is working nowWaldemar Brodkorb
2015-12-28add missing kernel symbolWaldemar Brodkorb
2015-12-27various microblaze related fixes add back some missing patchesWaldemar Brodkorb
2015-12-26qemu-arm-vexpress: start working on flash supportWaldemar Brodkorb
2015-12-26add experimental support for xtensa de212 coreWaldemar Brodkorb
2015-12-24inotify is always required for MMU buildsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-23add mips64r6/mips32r6 choice for toolchainWaldemar 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-19add simple fb for banana proWaldemar Brodkorb
2015-12-14simplify qemu x86/x86_64 support, enable blockWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-07kernel: add basic nfc supportWaldemar Brodkorb
2015-12-03allow to choose kernel symbolWaldemar Brodkorb
2015-12-03BLOCK is required for filesystemsWaldemar Brodkorb
2015-11-30bfin: separate serial driver from kernel configWaldemar Brodkorb
2015-11-29Add support for Atheros/Attansic L1 Gigabit EthernetOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-11-29Add support for Intel IOMMUOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-11-27Add support for radeon DRM/KMSOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2015-11-23VGA_CONSOLE seems to be no longer a problem with Lemote YeelongWaldemar Brodkorb
2015-11-12qemu-sparc64: switch to e1000 driver (idea from buildroot), move serial symbols.Waldemar Brodkorb
2015-11-12do not allow to build broken kernel images with compressionWaldemar Brodkorb
Some targets do not support compressed kernels or initramfs. OpenADK combines both, there is no support for mixed setups. For example Kernel with gzip, initramfs with xz. Qemu-Metag f.e. can only use uncompressed initramfs. The kernel could be compressed, but mixed setup isn't available for now.
2015-11-11qemu-mips: cleanup kernel config, fix disk bootWaldemar Brodkorb
2015-11-11adktest: enable printkWaldemar Brodkorb
It is rather useful for debugging. So enable printk and timing by default.
2015-11-08rework generic pc configs, add x86_64 configWaldemar Brodkorb
2015-11-05preempt kernel options, add missing options, make a choiceWaldemar Brodkorb
2015-11-05generic-pc: better handling of ATA/serial driversWaldemar Brodkorb
2015-10-28qemu-system-s390: add basic support, only virtio-net does not work as expected.Waldemar Brodkorb