Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-22 | sh: allow to build fdpic toolchain for pure sh architecture | Waldemar Brodkorb | |
2017-05-20 | linux: remove EOL kernel 3.12 | Waldemar Brodkorb | |
2017-05-20 | j2: allow to try uClibc-ng sh FDPIC | Waldemar Brodkorb | |
2017-05-19 | linux: update 4.9.x kernel, disable avr32 for latest kernel versions | Waldemar Brodkorb | |
2017-05-18 | linux: add 4.10 kernel | Waldemar Brodkorb | |
2017-05-15 | gcc: 7.1 supports riscv | Waldemar Brodkorb | |
2017-05-13 | or1k: allow to test uClibc-ng NPTL support | Waldemar Brodkorb | |
2017-05-08 | kernel: add 4.11 support | Waldemar Brodkorb | |
2017-05-07 | gcc: add support for 7.1 | Waldemar Brodkorb | |
2017-04-22 | uclibc-ng: update to 1.0.24 | Waldemar Brodkorb | |
2017-04-19 | linux: update 3.2.x to 3.2.88 | Waldemar Brodkorb | |
2017-04-19 | linux: update 3.10.x to 3.10.105 | Waldemar Brodkorb | |
2017-04-19 | linux: update 3.12.x to 3.12.73 | Waldemar Brodkorb | |
2017-04-19 | linux: remove EOL 3.18.x, add LTS 3.16.x | Waldemar Brodkorb | |
2017-04-19 | linux: update 4.1.x to 4.1.39 including rt-patch | Waldemar Brodkorb | |
2017-04-18 | rpi3: add defconfig, try with trailer for 64bit kernel | Waldemar Brodkorb | |
2017-04-18 | linux: update to 4.4.x to 4.4.62 | Waldemar Brodkorb | |
2017-04-17 | linux: update to 4.9.22 | Waldemar Brodkorb | |
2017-04-16 | add rpi3 aarch64 sample, not yet fully working | Waldemar Brodkorb | |
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-13 | microblaze: switch to 2.28, make pr21017 patch musl specific | Waldemar Brodkorb | |
2017-04-12 | h8s: minor progress, doesn't run on edosk2674 board | Waldemar Brodkorb | |
2017-04-02 | uclibc-ng: update to 1.0.23 | Waldemar Brodkorb | |
2017-04-02 | linux: update to 4.4.59 | Waldemar Brodkorb | |
2017-04-02 | linux: update to 4.9.20 | Waldemar Brodkorb | |
2017-04-02 | solidrun-imx6: default to miniconfig | Waldemar Brodkorb | |
2017-03-31 | linux: fix git sources, match kernel version to avoid kernel module mismatches | Waldemar Brodkorb | |
2017-03-31 | rpi-addons: only select kernel modules | Waldemar Brodkorb | |
2017-03-31 | rpi: default to mini.config | Waldemar Brodkorb | |
2017-03-29 | cris: backport binutils patch for pr16044 | Waldemar Brodkorb | |
2017-03-27 | rpi: fix mini.config | Waldemar Brodkorb | |
2017-03-27 | Merge branch 'package-objconv' of ableton-dir/openadk into master | Waldemar Brodkorb | |
2017-03-26 | rpi: swtich to hash again | Waldemar Brodkorb | |
2017-03-26 | split riscv arch support into riscv32/riscv64 | Waldemar Brodkorb | |
2017-03-26 | nios2: allow to play with ld.so | Waldemar Brodkorb | |
2017-03-26 | clearfog: finetune sample | Waldemar Brodkorb | |
2017-03-26 | arm device-tree option fix | Waldemar Brodkorb | |
2017-03-25 | add nommu comment | Waldemar Brodkorb | |
2017-03-25 | fix qemu versatile sample | Waldemar Brodkorb | |
2017-03-25 | linux: update to 4.4.56 | Waldemar Brodkorb | |
2017-03-23 | Add objconv package | dir | |
2017-03-22 | add hifiberry dacplus support | Waldemar Brodkorb | |
2017-03-22 | linux: update to 4.9.16 | Waldemar Brodkorb | |
2017-03-21 | rpi: bump kernel version, we need to get rid of this | Waldemar Brodkorb | |
2017-03-19 | rpi: use uncompressed image, trailer creation otherwise seems broken | Waldemar Brodkorb | |
2017-03-19 | rpi: update kernel version | 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> |