Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-15 | linux: update 4.x kernel, add m68k patch and allow one memory flat | Waldemar Brodkorb | |
2016-07-31 | linux: update to 4.6.5, add realtime patch | Waldemar Brodkorb | |
2016-07-30 | linux: rework kernel version selection, can be preselected with make ↵ | Waldemar Brodkorb | |
ADK_TARGET_KERNEL_VERSION=x.y | |||
2016-07-17 | kernel: update to 4.6.4 | Waldemar Brodkorb | |
2016-07-11 | rework kernel patches for rpi/imx6 | Waldemar Brodkorb | |
Instead of trying to recreate patchsets for newer kernels just use upstream non-official kernel trees. Working on the patchsets does take to much time. You can choose between hardware specific github tree and defconfig or upstream kernel and OpenADK miniconfig. | |||
2016-06-26 | linux: update to 4.4.14 | Waldemar Brodkorb | |
2016-06-26 | linux: update to 4.6.3 | Waldemar Brodkorb | |
2016-06-19 | linux: update to 3.14.72, add working solidrun patch | Waldemar Brodkorb | |
2016-06-19 | linux: update to 4.4.13, add realtime patch | Waldemar Brodkorb | |
2016-06-19 | linux: update to 4.1.26, refresh realtime patch | Waldemar Brodkorb | |
2016-06-11 | linux: bump to 4.5.7 | Waldemar Brodkorb | |
2016-06-11 | linux: bump to 4.6.2, add patches | Waldemar Brodkorb | |
2016-06-04 | kernel: update to latest 4.6.x | Waldemar Brodkorb | |
2016-05-27 | add linux 4.6 support, finally with appended DTB qemu-system-nios2 boots | Waldemar Brodkorb | |
2016-05-16 | bump linux kernel versions | Waldemar Brodkorb | |
2016-05-09 | kernel: update to 4.5.3 | Waldemar Brodkorb | |
2016-05-03 | update rpi kernel patch, add mkknlimg back, more fixes | Waldemar Brodkorb | |
2016-05-02 | kernel: add 4.5.2 | Waldemar Brodkorb | |
2016-04-28 | linux: bump all kernels | Waldemar Brodkorb | |
2016-04-01 | linux: update to 4.1.20, add solidrun patch for 4.4.6 | Waldemar Brodkorb | |
2016-03-16 | linux: bump version | Waldemar Brodkorb | |
2016-03-16 | linux: update kernel to 4.4.5 | Waldemar Brodkorb | |
2016-02-27 | linux: update to latest | Waldemar Brodkorb | |
2016-02-20 | kernel: update to latest | Waldemar Brodkorb | |
2016-02-19 | update older 2.6.x and 3.2.x kernels | Waldemar Brodkorb | |
2016-02-02 | update Linux kernel 4.3.x to latest version | Waldemar Brodkorb | |
2016-01-24 | linux: update to 4.1.16 | Waldemar Brodkorb | |
2015-12-26 | add experimental support for xtensa de212 core | Waldemar Brodkorb | |
2015-12-24 | bump kernelversions | Waldemar Brodkorb | |
2015-11-30 | linux: update 4.1.x to latest stable upstream version | Waldemar Brodkorb | |
2015-11-13 | bump Linux 4.2.x kernel | Waldemar Brodkorb | |
2015-11-12 | linux: add support for version 4.3 | Waldemar Brodkorb | |
2015-10-28 | update to latest 4.2.x kernel | Waldemar Brodkorb | |
2015-10-23 | arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵ | Waldemar Brodkorb | |
running | |||
2015-10-07 | bump linux kernels | Waldemar Brodkorb | |
2015-08-31 | prefix VERSION symbols, otherwise they will get into kernel .config | Waldemar Brodkorb | |
2015-08-25 | update 4.1.x to latest | Waldemar Brodkorb | |
2015-08-03 | rework kernel module infrastructure | Waldemar Brodkorb | |
Instead of maintaining mk/modules.mk which defines compilations of related kernel modules to pack together into a single package, follow an automatic approach: For every kernel module found in the modules installation directory, create a single package. There are a few caveats to cover: === Module Loading Order === Upon bootup, module loading is ordered based on the number-prefixed files in /etc/modules.d/. The correct number was previously managed in mk/modules.mk on a per-collection basis. The new approach is to have levels which modules are to be assigned to. Level 0 contains modules with no dependencies at all. Level 1 contains modules which have only level 0 dependencies, and so on. This information is determined at compile-time by make-module-ipkgs.sh. === Module Installation to Target RootFS === Since module packages are created automatically from the modules the script finds, ADK build system has no knowledge about the connection between what the user has selected in menuconfig and the actual module packages. Therefore the earlier approach to install selected packages into rootfs does not hold anymore. Instead, use wildcards to find all packages in firmware directory prefixed by 'kmod-' and install them all (hopefully doing the right thing). === Kernel Version === KERNEL_VERSION now contains KERNEL_RELEASE already By creating a localversion file, make KERNEL_RELEASE part of the kernel's version number (so KERNEL_VERSION is correct in most situations) Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-08-02 | remove non-lts kernel | Waldemar Brodkorb | |
2015-08-01 | remove testkernel | Waldemar Brodkorb | |
2015-08-01 | update to 4.1.3, which will be the base for stable branch | Waldemar Brodkorb | |
2015-07-27 | handle git kernels in a better way | Waldemar Brodkorb | |
2015-07-24 | add experimental kernel for solidrun devices, to check kodi audio | Waldemar Brodkorb | |
2015-07-24 | update to latest | Waldemar Brodkorb | |
2015-07-01 | bump 4.1 kernel version | BALATON Zoltan | |
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> | |||
2015-06-28 | fix module version | Waldemar Brodkorb | |
2015-06-24 | bump all kernel versions | Waldemar Brodkorb | |
2015-06-13 | update kernel to 4.0.5 | Waldemar Brodkorb | |
2015-06-03 | update kernel to 3.18.14, refresh realtime and rpi patches | Waldemar Brodkorb | |
2015-05-26 | add 4.1rc5 for cris testing | Waldemar Brodkorb | |