Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-06 | ppc: add more cpu types, add mpc8544ds qemu sample | Waldemar Brodkorb | |
2017-10-17 | allow lz4 commpression for x86_64 | Waldemar Brodkorb | |
2017-10-07 | kernel: add filesystem options | Waldemar Brodkorb | |
2017-10-06 | nds32: update toolchain and kernel | Waldemar Brodkorb | |
2017-09-28 | add phytec wega sample | Waldemar Brodkorb | |
2017-09-27 | add gdb sim sample for h8s | Waldemar Brodkorb | |
2017-09-18 | linux: allow to select IO scheduler, default to deadline | Waldemar Brodkorb | |
2017-09-06 | imx6: update graphics support kernel symbols | Waldemar Brodkorb | |
2017-08-16 | ci20: add davicom driver | Waldemar Brodkorb | |
2017-08-10 | bcm28xx: fix symbol name, make reboot work on raspberry pi's | Waldemar Brodkorb | |
2017-07-31 | orange-pi-zero: make mini.config bootable, ethernet will only work for 4.13.x | Waldemar Brodkorb | |
2017-07-30 | rpi0: enable wifi | Waldemar Brodkorb | |
2017-07-24 | add sample for orange-pi zero | Waldemar Brodkorb | |
2017-07-15 | linux: add usb option driver configuration | Waldemar Brodkorb | |
2017-06-29 | fix merge conflict | Waldemar Brodkorb | |
2017-06-29 | add som-c675 sample | Waldemar Brodkorb | |
2017-06-23 | linux: update rt-patch for 4.4/4.9/rpi-git, update 4.11.x kernel | Waldemar Brodkorb | |
2017-06-18 | qemu-alpha: add disk support | Waldemar Brodkorb | |
2017-04-19 | Merge branch 'master' of ableton-dir/openadk into master | Waldemar Brodkorb | |
2017-04-19 | rt-patch: add preempt-rt patch to rpi kernel | Waldemar Brodkorb | |
2017-04-18 | Add USB midi gadget support | dir | |
2017-04-18 | Add ALSA sequencer support | dir | |
2017-04-14 | remove arm foundation model sample, bit rotted. better use qemu sample for ↵ | Waldemar Brodkorb | |
aarch64 | |||
2017-04-14 | remove sim-or1k sample, bit rotted. better use qemu sample for or1k | Waldemar Brodkorb | |
2017-04-12 | h8s: minor progress, doesn't run on edosk2674 board | Waldemar Brodkorb | |
2017-04-11 | bcm28xx-i2c: hide option, use tab | Waldemar Brodkorb | |
2017-04-11 | Add Cherry HID keyboard miniconfig support | dir | |
2017-04-11 | Fix hifiberry dacplus missing I2C dependencies | dir | |
2017-04-10 | rpi: only auto-enable onboard sound when no addon audio hardware selected | Waldemar Brodkorb | |
2017-03-31 | rpi: the i2s symbol was renamed | Waldemar Brodkorb | |
2017-03-27 | rpi: fix mini.config | Waldemar Brodkorb | |
2017-03-26 | clearfog: finetune sample | Waldemar Brodkorb | |
2017-03-25 | add backward compatible symbol for netdevices | Waldemar Brodkorb | |
2017-03-22 | add hifiberry dacplus support | Waldemar Brodkorb | |
2017-03-18 | remove warning while make menuconfig | Waldemar Brodkorb | |
2017-03-18 | xtensa: fix noMMU qemu sample, with help from Max | Waldemar Brodkorb | |
2017-03-17 | drop yaffs2 support | Waldemar Brodkorb | |
Yaffs2 is not upstream and does not work with newer 4.x Linux kernels. We like to switch to UBIFS for any embedded devices with NAND. Routerboards can be used with some application, which generates a YAFFS2 image including a Linux kernel, without any YAFFS2 filesystem support in the kernel on the host or target. | |||
2017-03-17 | Implement UBIFS rootfs support | Phil Sutter | |
This implements UBIFS rootfs, enables it for mips targets and adds the necessary settings for rb532. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-17 | target/linux/config: Allow enabling UBIFS support | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2017-03-13 | banana-pro: add watchdog driver | Waldemar Brodkorb | |
2017-02-22 | fix rpi2 bootup with mini.config and USB for rpi2/rpi3 | Waldemar Brodkorb | |
2017-02-22 | rework mini.config for rpi3 | Waldemar Brodkorb | |
2017-01-29 | linux: update to 4.9.6 | Waldemar Brodkorb | |
2017-01-20 | solidrun-imx6: fix bootup, root dev is now recognized as mmcblk1p1 | Waldemar Brodkorb | |
2017-01-20 | i2c: depend on grasshopper | Waldemar Brodkorb | |
2017-01-14 | add basic SGI indy support | Waldemar Brodkorb | |
2017-01-05 | mips: cleanup and fix mips{32,64}r6 support | Waldemar Brodkorb | |
uClibc-ng shared library support will be fixed in next release of uClibc-ng. Preparation fixes for this. | |||
2016-12-13 | sh2-nommu/j2: add better support and add required patches from musl-cross-make | Waldemar Brodkorb | |
2016-12-02 | nios2: we can use qmp now, latest qemu-system-nios2 implements ethernet ↵ | Waldemar Brodkorb | |
driver emulation | |||
2016-11-25 | finalize systemd as alternative init system | Waldemar Brodkorb | |
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems. |