Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f426173e30d2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b750ebf1b3b4
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 7, 2019

  1. nixos/hardware.deviceTree: new module

    Add support for custom device-tree files, and applying overlays to them.
    This is useful for supporting non-discoverable hardware, such as sensors
    attached to GPIO pins on a Raspberry Pi.
    kwohlfahrt committed Aug 7, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    cdepillabout Dennis Gosnell
    Copy the full SHA
    dd0a951 View commit details
  2. nixos/hardware.deviceTree: Move things around

    In response to comments, create a sub-folder for deviceTree packages
    (starting with rpi), and a top-level package for helpers.
    kwohlfahrt committed Aug 7, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    cdepillabout Dennis Gosnell
    Copy the full SHA
    28cf80a View commit details
  3. device-tree_rpi: fixup dtb names

    This is just as messy as it is for the kernel files. Maybe it should be
    done in the uboot boot-loader?
    kwohlfahrt committed Aug 7, 2019
    Copy the full SHA
    766e095 View commit details

Commits on Aug 16, 2019

  1. Merge pull request #60422 from kwohlfahrt/device-tree

    nixos/hardware.deviceTree: new module
    samueldr authored Aug 16, 2019
    Copy the full SHA
    b750ebf View commit details
Loading