summaryrefslogtreecommitdiff
path: root/target/linux
AgeCommit message (Collapse)Author
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-26linux: update to 4.4.14Waldemar Brodkorb
2016-06-26linux: update to 4.6.3Waldemar Brodkorb
2016-06-25improve asus-p5bvm configOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-06-23linux: realtime patch breaks sparc v8, so change it to a conditional patch againWaldemar Brodkorb
2016-06-22linux: remove localversion-rtWaldemar Brodkorb
2016-06-21crisv32: fix kernel compileWaldemar Brodkorb
2016-06-19linux: update to 3.14.72, add working solidrun patchWaldemar Brodkorb
2016-06-19linux: update to 4.4.13, add realtime patchWaldemar Brodkorb
2016-06-19bluez: update and fix rpi3 support, add required firmware file.Waldemar Brodkorb
2016-06-19bluetooth: enable for rpi3Waldemar Brodkorb
2016-06-19linux: update to 4.1.26, refresh realtime patchWaldemar Brodkorb
2016-06-12add some mips32 cpu symbolsWaldemar Brodkorb
2016-06-11linux: bump to 4.5.7Waldemar Brodkorb
2016-06-11linux: bump to 4.6.2, add patchesWaldemar Brodkorb
2016-06-04ci20 fixesWaldemar Brodkorb
2016-05-29unbreak rpi kernel support, HIGHMEM seems unusableWaldemar Brodkorb
2016-05-29default to XZ kernel compressionWaldemar Brodkorb
2016-05-27add linux 4.6 support, finally with appended DTB qemu-system-nios2 bootsWaldemar Brodkorb
2016-05-21we need kernel compression support for defconfigsWaldemar Brodkorb
2016-05-16bump linux kernel versionsWaldemar 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-09kernel: update to 4.5.3Waldemar Brodkorb
2016-05-09coldfire: add real fix for sighandlerWaldemar Brodkorb
2016-05-09Revert "workround coldfire sighander bug, heisenberg effect?"Waldemar Brodkorb
This reverts commit 4858d9ba5e0d92b7e4e1086fd1b64fbbc4a72c93.
2016-05-08workround coldfire sighander bug, heisenberg effect?Waldemar 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-28linux: bump all kernelsWaldemar 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-08nosize limit patch is required for bigger initramfs testingWaldemar Brodkorb
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-31add required patch for sh2Waldemar Brodkorb
2016-03-27linux: add OpenADK startup patchWaldemar 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-18m68k: fix ethernet driver compileWaldemar Brodkorb
2016-03-16linux: bump versionWaldemar Brodkorb
2016-03-16linux: update kernel to 4.4.5Waldemar 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 ;)