summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-rpi.nix
Commit message (Collapse)AuthorAge
* linux_rpi: 5.10.11 -> 5.10.17Martin Weinelt2021-04-05
|
* linux_rpi: 5.4.79 -> 5.10.11Martin Weinelt2021-02-18
|
* linux_rpi: 5.4.51 -> 5.4.79Drew Risinger2020-12-27
|
* linux_rpi: 4.19.118 -> 5.4.51Matthew Bauer2020-12-27
| | | | Update to the new default branch for the Raspberry Pi vendor kernel.
* linux_rpi: 1.20190925 -> 1.20200601Ada Avery2020-06-16
|
* linux-rpi: use bcm2709 on arm32 rpi3Matthew Bauer2020-05-12
| | | | | “bcmrpi3_defconfig” isn’t provided for arm32, so we need to use bcm2709_config. When on arm64, we can still use bcmrpi3_defconfig
* Merge pull request #70173 from eadwu/raspberrypi/1.20190925Matthew Bauer2019-11-07
|\ | | | | raspberrypi: 1.20190925
| * linux_rpi: 1.20190906 -> 1.20190925Edmund Wu2019-10-01
| |
* | Merge pull request #69741 from eadwu/linux_rpi/fix-overridesMatthew Bauer2019-11-07
|\ \ | | | | | | linux_rpi: fix overrides
| * | linux_rpi: fix overridesEdmund Wu2019-09-27
| |/
* / linux_rpi1: fix Raspberry Pi Zero device tree file nameBen Wolsieffer2019-09-28
|/
* Merge pull request #68265 from tkerber/rpi4Samuel Dionne-Riel2019-09-27
|\ | | | | Various: Add support for raspberry pi 4.
| * Various: Add support for raspberry pi 4.Thomas Kerber2019-09-17
| |
* | linux_rpi: copy dtb so raspberry pi 3a+ bootsColin L Rice2019-09-21
|/
* treewide: remove redundant recvolth2019-08-28
|
* treewide: remove redundant quotesvolth2019-08-26
|
* Merge pull request #53821 from eadwu/linux_rpi/allow-modDirVersion-overrideMatthew Bauer2019-06-10
|\ | | | | linux_rpi: allow modDirVersion override
| * linux_rpi: allow modDirVersion overrideEdmund Wu2019-01-10
| |
* | linux_rpi: 1.20180919 -> 1.20190215Ben Wolsieffer2019-03-20
|/
* linux-rpi: set correct hydraPlatforms (#53325)Benno Fünfstück2019-01-03
|
* linux_rpi: enable aarch64 build on hydraBenno Fünfstück2018-11-26
|
* linux_rpi: 1.20180817 -> 1.20180919Ben Wolsieffer2018-10-07
|
* linux_rpi: Extend the logic for not installing unnecessary DTBsTuomas Tynkkynen2018-09-24
| | | | | | Now ARMv6 and ARMv7 builds avoid installing DTBs for boards where the resulting kernel won't run just like the aarch64 builds already do. Also deduplicates the logic a bit.
* linux_rpi: add support for Raspberry Pi 3Ben Wolsieffer2018-09-24
|
* linux_rpi: 1.20180619 -> 1.20180817Tuomas Tynkkynen2018-09-14
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* linux_rpi: 1.20180417 -> 1.20180619Tuomas Tynkkynen2018-07-12
|
* linux_rpi: More downstream device tree name fixupsTuomas Tynkkynen2018-06-01
| | | | | | | | | Also remove the upstream device trees beforehand so we don't accidentally end using them if we mess up in postFixup. Also on the topic of mess ups, make the copy unconditional since they always seem to be built on all architectures anyway so checking for their existence just hides typos.
* linux_rpi: 1.20171029 -> 1.20180417Tuomas Tynkkynen2018-06-01
|
* linux_rpi: Specify defconfig in kernel expressionTuomas Tynkkynen2018-05-31
| | | | | | | In particular, now the mainline kernel can be built on the RPi 1 as well (so kernelBaseConfig should always be a mainline defconfig from now on). And RPi 2 users can now use linux_rpi without doing the `nixpkgs.config.platform = lib.systems.platforms.raspberrypi2;` dance.
* kernel: buildLinux replaces import ./generic.nixMatthieu Coudron2018-02-07
| | | | | | | - defined buildLinux as generic.nix instead of manual-config.nix. This makes kernel derivations a tad more similar to your typical derivations. - moved $buildRoot to within the source folder, this way it doesn't have to be created before the unpackPhase and make it easier to work on kernel source without running the unpackPhase
* kernel: Enable cross compilingBen Gamari2018-01-15
|
* linux_rpi: 1.20170811 -> 1.20171029Tuomas Tynkkynen2017-11-06
|
* linuxPackages: properly propagate `features` and `extraConfig`Jan Malakhovski2017-09-17
| | | | | `kernel.override { features = ... }` didn't work before, now it works as expected.
* linux_rpi: 1.20170515 -> 1.20170811Tuomas Tynkkynen2017-08-29
|
* linux_rpi: 1.20170427 -> 1.20170515Tuomas Tynkkynen2017-07-31
|
* kernel generic: Don't use stdenv.crosshsloan2017-06-28
|
* linux_rpi: 1.20170303 -> 1.20170427Tuomas Tynkkynen2017-05-15
|
* raspberrypifw, linux_rpi: 1.20161020 -> 1.20170303Tuomas Tynkkynen2017-03-08
|
* linux: remove canDisableNetfilterConntrackHelpers featureFranz Pletz2017-01-25
| | | | This feature is available in all kernels in nixpkgs.
* linux_rpi: Add some feature flagsTuomas Tynkkynen2016-12-04
| | | | | | | | Copied from linux_4_4 (except for the EFI stub thing). Otherwise the firewall module fails to evaluate: Failed assertions: - This kernel does not support rpfilter
* linux_rpi: 1.20160620 -> 1.20161020Tuomas Tynkkynen2016-11-28
|
* linux-rpi: 4.1.20-XXX -> 4.4.13-1.20160620-1Tuomas Tynkkynen2016-07-04
| | | | | | - Add a patch to unset CONFIG_LOCALVERSION in the v7 build. - Copy all the device trees to match the upstream names so U-Boot can find them. (This is a hack.)
* Update linux raspberry-pi to 4.1.y.Lluís Batlle i Rossell2016-03-22
| | | | | I could boot it in pi2; I don't know if I needed new firmware files in /boot.
* all-packages: Use callPackage where possibleMathnerd3142015-09-14
|
* linux-rpi: Fix modDirVersionTuomas Tynkkynen2015-07-22
| | | | This causes build breakage on staging due to #7524.
* Updating the raspberry pi kernel sources to recent, for pi2Lluís Batlle i Rossell2015-03-05