Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-27 | linux: update to 3.12.69, add qemu arm nommu patch | Waldemar Brodkorb | |
2016-12-26 | cleanup patch | Waldemar Brodkorb | |
2016-12-25 | fix old kernel build with newer perl | Waldemar Brodkorb | |
2016-12-13 | sh2-nommu/j2: add better support and add required patches from musl-cross-make | Waldemar Brodkorb | |
2016-12-05 | nds32: add required kernel change | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-12-04 | or1k: we can use upstream kernel | Waldemar Brodkorb | |
2016-12-02 | use latest gcc/binutils from Andes | Waldemar Brodkorb | |
2016-12-02 | nios2: we can use qmp now, latest qemu-system-nios2 implements ethernet ↵ | Waldemar Brodkorb | |
driver emulation | |||
2016-11-27 | linux: update to 4.8.11, fix sparc32 invalid frame-pointer check | Waldemar Brodkorb | |
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. | |||
2016-11-23 | sgi: enable pci and scsi controller | Waldemar Brodkorb | |
2016-11-22 | symbols depend on arm architecture | Waldemar Brodkorb | |
2016-11-21 | or1k: rename or1k-sim to sim-or1k, by default 64mb ram | Waldemar Brodkorb | |
2016-11-17 | Fix atm_zatm.h for 4.6.8 kernels | Mario 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-17 | git kernel handling | Waldemar Brodkorb | |
Simplify and allow to use git tags, branches, hashes and head. Convert existing usage of git kernel repositories to this. | |||
2016-11-09 | linux: update to 4.4.30, fix cris arch on this version | Waldemar Brodkorb | |
2016-11-08 | add basic clearfog support | Waldemar Brodkorb | |
2016-11-03 | microblaze: add required gcc and linux patches for NPTL | Waldemar Brodkorb | |
2016-11-01 | linux: update to 4.8.6, add realtime patch | Waldemar Brodkorb | |
2016-11-01 | linux: update realtime patch, reported by Oliver | Waldemar Brodkorb | |
2016-10-30 | linux: update older kernels | Waldemar Brodkorb | |
2016-10-30 | linux: update to 3.18.44 | Waldemar Brodkorb | |
2016-10-30 | linux: update to 4.1.35 | Waldemar Brodkorb | |
2016-10-30 | linux: update to 4.4.28 | Waldemar Brodkorb | |
2016-10-30 | linux: remove 4.7.x kernel, default to 4.8.x | Waldemar Brodkorb | |
2016-10-30 | linux: remove realtime patch, does not apply | Waldemar Brodkorb | |
2016-10-30 | linux: update to 4.8.5 | Waldemar Brodkorb | |
2016-10-29 | resolve recursive dependency | Waldemar Brodkorb | |
2016-10-29 | intel driver, cleanup and fix | Waldemar Brodkorb | |
2016-10-27 | add alix | Waldemar Brodkorb | |
2016-10-23 | add target support for SGI O2 workstation | Waldemar Brodkorb | |
2016-10-22 | linux: update 4.7.x kernel, add 4.8.x | Waldemar Brodkorb | |
2016-10-21 | add support for kernel module unloading | Mario Haustein | |
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | |||
2016-09-29 | alix1c: fix keyboard support, add SERIO symbols and cleanup aranym/lemote stuff | Waldemar Brodkorb | |
2016-09-27 | aufs: remove support, we need a maintainer for this external patch, anyone? | Waldemar Brodkorb | |
2016-09-24 | fixup allmodconfig target | Waldemar Brodkorb | |
2016-09-24 | BT_HCIBTUSB_BCM is boolean type | Waldemar Brodkorb | |
2016-09-24 | correct Comment for AVR32 Grasshopper I2C config option | Mario Haustein | |
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | |||
2016-09-24 | grasshopper: move kernel symbols to target/linux/config | Waldemar Brodkorb | |
2016-09-24 | bluetooth: some broadcom USB bt devces need this, move firmware to brcm ↵ | Waldemar Brodkorb | |
subfolder | |||
2016-09-22 | refactor USART support for AVR32 Grasshopper board | Mario Haustein | |
- force enable USB-USART bridge - add config menu option and kernel patch for enabling second USART | |||
2016-09-22 | refactor I2C support of AVR32 Grasshopper board | Mario Haustein | |
- I2C can now be enabled in the config menu | |||
2016-09-22 | refactor SD card support for AVR32 Grasshopper board | Mario Haustein | |
- SD card support can now be enabled in the menu - SD card access LED support added | |||
2016-09-22 | add LED support for AVR32 Grasshopper board | Mario Haustein | |
2016-09-22 | finetune USB kernel module selection, should work better with USB 1.1 devices | Waldemar Brodkorb | |
2016-09-20 | linux-rt: refresh patch, reported by Oliver | Waldemar Brodkorb | |
2016-09-20 | add I2C support for AVR32 grasshopper board | Mario Haustein | |
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | |||
2016-09-19 | solidrun-imx6: fix wifi | Waldemar Brodkorb | |
2016-09-17 | finetune wireless support for cubox-i | Waldemar Brodkorb | |
2016-09-15 | make AVR32 ethernet controller available to the whole architecture | Mario Haustein | |
The MACB ethernet controller is an AVR32 architecture feature. Therefore it should be available to all boards of this architecture instead of the NGW1000 board only. Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> |