summaryrefslogtreecommitdiff
path: root/target/linux
AgeCommit message (Collapse)Author
2017-04-02linux: update to 4.4.59Waldemar Brodkorb
2017-04-02linux: update to 4.9.20Waldemar Brodkorb
2017-03-31rpi: the i2s symbol was renamedWaldemar Brodkorb
2017-03-27rpi: fix mini.configWaldemar Brodkorb
2017-03-26clearfog: finetune sampleWaldemar Brodkorb
2017-03-25add backward compatible symbol for netdevicesWaldemar Brodkorb
2017-03-25linux: update to 4.4.56Waldemar Brodkorb
2017-03-22add hifiberry dacplus supportWaldemar Brodkorb
2017-03-22linux: update to 4.9.16Waldemar Brodkorb
2017-03-18remove warning while make menuconfigWaldemar Brodkorb
2017-03-18xtensa: fix noMMU qemu sample, with help from MaxWaldemar Brodkorb
2017-03-17drop yaffs2 supportWaldemar 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-17Implement UBIFS rootfs supportPhil 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-17target/linux/config: Allow enabling UBIFS supportPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-03-13banana-pro: add watchdog driverWaldemar Brodkorb
2017-03-06linux: update to 4.9.13Waldemar Brodkorb
2017-03-04riscv: add experimental linux/glibc supportWaldemar Brodkorb
2017-02-23kernel: update 4.4/4.9Waldemar Brodkorb
2017-02-22fix rpi2 bootup with mini.config and USB for rpi2/rpi3Waldemar Brodkorb
2017-02-22rework mini.config for rpi3Waldemar Brodkorb
2017-02-12linux: update kernelWaldemar Brodkorb
2017-02-03linux: update to 4.4.46Waldemar Brodkorb
2017-01-29linux: update to 4.9.6Waldemar Brodkorb
2017-01-22nds32: use the kernel source from AndesWaldemar Brodkorb
2017-01-20solidrun-imx6: fix bootup, root dev is now recognized as mmcblk1p1Waldemar Brodkorb
2017-01-20i2c: depend on grasshopperWaldemar Brodkorb
2017-01-20linux: update to 4.9.4Waldemar Brodkorb
2017-01-15linux: update to 4.9.3, remove non-lts 4.8 seriesWaldemar Brodkorb
2017-01-14add basic SGI indy supportWaldemar Brodkorb
2017-01-09linux: update to 4.9.1Waldemar Brodkorb
2017-01-05mips: cleanup and fix mips{32,64}r6 supportWaldemar Brodkorb
uClibc-ng shared library support will be fixed in next release of uClibc-ng. Preparation fixes for this.
2017-01-01linux: update to 4.4.38Waldemar Brodkorb
2017-01-01linux: update to 4.8.15Waldemar Brodkorb
2016-12-27linux: update to 3.12.69, add qemu arm nommu patchWaldemar Brodkorb
2016-12-26cleanup patchWaldemar Brodkorb
2016-12-25fix old kernel build with newer perlWaldemar Brodkorb
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar Brodkorb
2016-12-05nds32: add required kernel changeWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-12-04or1k: we can use upstream kernelWaldemar Brodkorb
2016-12-02use latest gcc/binutils from AndesWaldemar Brodkorb
2016-12-02nios2: we can use qmp now, latest qemu-system-nios2 implements ethernet ↵Waldemar Brodkorb
driver emulation
2016-11-27linux: update to 4.8.11, fix sparc32 invalid frame-pointer checkWaldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar 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.
2016-11-23sgi: enable pci and scsi controllerWaldemar Brodkorb
2016-11-22symbols depend on arm architectureWaldemar Brodkorb
2016-11-21or1k: rename or1k-sim to sim-or1k, by default 64mb ramWaldemar Brodkorb
2016-11-17Fix atm_zatm.h for 4.6.8 kernelsMario Haustein
Fix a bug in uapi/linux/atm_zatm.h kernel header for 4.6.8 kernels introduced by kernel commit cf00713a655d and waiting to be reverted by upstream. Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-11-17git kernel handlingWaldemar Brodkorb
Simplify and allow to use git tags, branches, hashes and head. Convert existing usage of git kernel repositories to this.
2016-11-09linux: update to 4.4.30, fix cris arch on this versionWaldemar Brodkorb
2016-11-08add basic clearfog supportWaldemar Brodkorb