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: 805620652b00
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 25e9db547462
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 4, 2021

  1. Copy the full SHA
    2d3ba8d View commit details
    Browse the repository at this point in the history
  2. stage-1/usb-gadget: Implement gadgetfs teardown

    This way on kexec the device is in a better state, and the kernel that
    boots next is able to use the controller.
    
    This was verified to fix an issue with kexec+gadget on the Chuwi Hi10
    Pro HQ64 tablet.
    samueldr committed Jan 4, 2021
    Copy the full SHA
    10c1cce View commit details
    Browse the repository at this point in the history
  3. boot/init: Tear down usb gadget on kexec

    Yikes, specialized code in the kexec codepath... though this is okay for
    now. Let's not over-generalize when we don't know what will be required
    in the future for abstraction.
    samueldr committed Jan 4, 2021
    Copy the full SHA
    b4c603b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #273 from samueldr-wip/feature/gadget-teardown-kexec

    stage-0: Teardown gadget before kexec
    samueldr committed Jan 4, 2021
    Copy the full SHA
    25e9db5 View commit details
    Browse the repository at this point in the history