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/mobile-nixos
base: 0b0e02c3d11b
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: f68c78cacb89
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 1, 2020

  1. initrd: Add tree output to initrd-meta

    This ends up being useful to peek into the initrd cpio without actually
    having to crack it open.
    
    I have used this to track down a bad symlink.
    samueldr committed Jun 1, 2020
    Copy the full SHA
    eaaa398 View commit details
    Browse the repository at this point in the history
  2. initrd-firmware: Init module to add firmware to stage-1

    Much better than the ad-hoc way used in a previous PR
    samueldr committed Jun 1, 2020
    Copy the full SHA
    d9cd7b3 View commit details
    Browse the repository at this point in the history
  3. asus-dumo: Provide minimal firmware for stage-1

    The firmware is part of the unfree redistributable set already in
    nixpkgs, so unlike some other devices in-tree (asus-z00t) we can
    directly add the firmware to the build without any issue.
    samueldr committed Jun 1, 2020
    Copy the full SHA
    141ffff View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Merge pull request #158 from samueldr-wip/feature/stage-1-firmware

    Add firmware support to stage-1
    samueldr committed Jun 6, 2020
    Copy the full SHA
    f68c78c View commit details
    Browse the repository at this point in the history