summary refs log tree commit diff
path: root/pkgs/os-specific/linux/device-tree
Commit message (Collapse)AuthorAge
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* raspberrypifw: 1.20200601 -> 1.20200902Janne Heß2020-10-07
| | | | | Also disable the fixup phase since it only throws errors and remove the platforms since these are only static files.
* nixos/device-tree: improve overlays supportRichard Marko2020-09-09
| | | | | | | | | | | | | | | | | | | Now allows applying external overlays either in form of .dts file, literal dts context added to store or precompiled .dtbo. If overlays are defined, kernel device-trees are compiled with '-@' so the .dtb files contain symbols which we can reference in our overlays. Since `fdtoverlay` doesn't respect `/ compatible` by itself we query compatible strings of both `dtb` and `dtbo(verlay)` and apply only if latter is substring of the former. Also adds support for filtering .dtb files (as there are now nearly 1k dtbs). Co-authored-by: georgewhewell <georgerw@gmail.com> Co-authored-by: Kai Wohlfahrt <kai.wohlfahrt@gmail.com>
* device-tree_rpi: update meta dataMarkus Kowalewski2020-06-30
|
* device-tree_rpi: fix platformsMichael Bishop2020-04-08
|
* Various: Add support for raspberry pi 4.Thomas Kerber2019-09-17
|
* device-tree_rpi: fixup dtb namesKai Wohlfahrt2019-08-07
| | | | | This is just as messy as it is for the kernel files. Maybe it should be done in the uboot boot-loader?
* nixos/hardware.deviceTree: Move things aroundKai Wohlfahrt2019-08-07
In response to comments, create a sub-folder for deviceTree packages (starting with rpi), and a top-level package for helpers.