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: 485ec7fad331
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: e1f0fdaeb3e8
Choose a head ref
  • 10 commits
  • 11 files changed
  • 1 contributor

Commits on Dec 4, 2019

  1. kernel-builder: Add gcc49 variant

    Some kernel builds may require it.
    samueldr committed Dec 4, 2019
    Copy the full SHA
    4c5b4b6 View commit details
    Browse the repository at this point in the history
  2. qualcomm: Add SDM660 option

    samueldr committed Dec 4, 2019
    Copy the full SHA
    1d3149b View commit details
    Browse the repository at this point in the history
  3. hack: Add hack to fbdev to ignore initialization failure

    This makes X11 work just fine on xiaomi-lavender.
    samueldr committed Dec 4, 2019
    Copy the full SHA
    0ede24f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c449acc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    18e392f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    29f1901 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2b99b1d View commit details
    Browse the repository at this point in the history
  8. xiaomi-lavender: Remove console= argument

    This broke things subtly in the initrd.
    
    The argument came from an OEM image. It might not affect Android images,
    but it affects our setup.
    
    It looks like it breaks console redirection and such things. This, in
    turn, breaks systemd-udevd, aborting with the following:
    
    ```
    close_nointr(fd) != -EBADF' failed at src/basic/fd-util.c:71, function safe_close(). Aborting
    ```
    
    In turn, what tipped me off is this dmesg message:
    
    ```
    Warning: unable to open an initial console.
    ```
    
    Though there is no certainty it is related.
    samueldr committed Dec 4, 2019
    Copy the full SHA
    f295dc1 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2da0634 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #28 from NixOS/xiaomi-lavender

    device: add xiaomi-lavender
    samueldr committed Dec 4, 2019
    Copy the full SHA
    e1f0fda View commit details
    Browse the repository at this point in the history