Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-05-25 | update to latest 4.0.x stable kernel | Waldemar Brodkorb | |
2015-05-25 | remove end-of-life kernel | Waldemar Brodkorb | |
2015-05-25 | update kernel to 3.14.43 | Waldemar Brodkorb | |
2015-05-16 | update to latest 4.x kernel | Waldemar Brodkorb | |
2015-05-02 | update kernel versions, add separate modules-<version>.mk files to abstract ↵ | Waldemar Brodkorb | |
patch name changes | |||
2015-03-27 | update to 3.18.10, sync rpi patch | Waldemar Brodkorb | |
Rpi-Kernel includes the rpi-proto driver now. Always enable device-tree support for raspberry pi /pi2 as most of the new drivers will not work without. | |||
2015-03-07 | update all kernel versions | Waldemar Brodkorb | |
2015-03-02 | update to latest stable 3.18.x kernel | Waldemar Brodkorb | |
2015-02-20 | add support for oldest supported kernel | Waldemar Brodkorb | |
2015-02-20 | add another old kernel, still no go on voyager | Waldemar Brodkorb | |
2015-02-14 | hack for 3.19 usbcommon | Waldemar Brodkorb | |
2015-02-13 | add basic nios2 toolchain support | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar Brodkorb | |
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. | |||
2015-02-03 | update to 3.12.37 | Waldemar Brodkorb | |
2015-02-02 | update to linux kernel 3.18.5, refresh raspberry patch set | Waldemar Brodkorb | |
2015-01-30 | update kernels, simplify dtb install, update raspberry firmware and ↵ | Waldemar Brodkorb | |
userland, fixes DMA problem fro me | |||
2015-01-19 | update to latest stable linux kernel | Waldemar Brodkorb | |
2015-01-10 | update to latest 3.14 kernel | Waldemar Brodkorb | |
2015-01-10 | update kernel to 3.18.2 | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-12-25 | update to 3.17.7, rework netfilter support a little bit | Waldemar Brodkorb | |
2014-12-13 | bump to 3.17.5 | Waldemar Brodkorb | |
2014-12-08 | bump kernel to 3.14.26 | Waldemar Brodkorb | |
2014-12-06 | forgot to update md5sum | Waldemar Brodkorb | |
2014-12-05 | bump kernel to 3.17.4 | Waldemar Brodkorb | |