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/nixos-hardware
base: a2e36c1b0caf
Choose a base ref
...
head repository: NixOS/nixos-hardware
compare: 0dd12e05e54f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 24, 2019

  1. pcengines/apu: expose GRUB over serial

    Prior to this commit, an apu's boot would go through stages of varying visibility:
    1. BIOS: exposed to serial
    2. GRUB: not exposed to serial
    3. Linux: exposed to serial
    
    This commit changes (2) to be visible over serial, so the entire boot is visible over serial.
    
    Tested on nixos 18.09 on a https://www.pcengines.ch/apu1d.htm
    tomfitzhenry committed Mar 24, 2019
    Copy the full SHA
    a23235a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Merge pull request #103 from tomfitzhenry/patch-1

    pcengines/apu: expose GRUB over serial
    Mic92 committed Mar 25, 2019
    Copy the full SHA
    0dd12e0 View commit details
    Browse the repository at this point in the history