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: c7b196c4f3c6
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 258cb1acd0d6
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 16, 2020

  1. examples/hello: Don't provide misc. reboot modes for now

    We'll think it over for how we want to handle custom reboot commands,
    but some platforms (e.g. u-boot, depthcharge, qemu) don't and can't use
    them.
    
    A goal is to keep stage-2 as generic as possible, so building into it
    some knowledge of this is harder.
    
    At any rate, the user can still reboot, and hold the key combo as
    needed!
    samueldr committed Oct 16, 2020
    Copy the full SHA
    9870fc5 View commit details
    Browse the repository at this point in the history
  2. hardware: init module with HAL for reboot modes

    This will be used by the boot GUI to only show relevant reboot options.
    
    We might add other HAL-ish things in there.
    
    Note that this is all internal stuff :)
    samueldr committed Oct 16, 2020
    Copy the full SHA
    95ae031 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f1d4bc3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b81ab29 View commit details
    Browse the repository at this point in the history
  5. boot/gui: Use HAL configs for reboot options

    This way we can clean up the recovery menu from useless options.
    
    Furthermore, if a device in the future gives us more option, we can
    implement them.
    samueldr committed Oct 16, 2020
    Copy the full SHA
    1c720aa View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Merge pull request #228 from samueldr-wip/feature/reboot-hal

    Boot GUI: only show relevant reboot options
    samueldr committed Oct 18, 2020
    Copy the full SHA
    258cb1a View commit details
    Browse the repository at this point in the history