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: 4811ac688f6f
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 2edfa0971626
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Dec 4, 2019

  1. motorola-addison: Remove console= argument

    Ah! It looks like this is not a constant, but a common failure mode
    among android-based devices!
    
    In dmesg:
    
    ```
    Warning: unable to open an initial console.
    ```
    
    Simply removing the `console=` fixes the console.
    
    See f295dc1 for a similar instance of
    the issue.
    samueldr committed Dec 4, 2019
    Copy the full SHA
    ef09e30 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2ab4dac View commit details
    Browse the repository at this point in the history
  3. motorola-addison: Reduce size of the kernel

    The patches added here are required to build under some conditions, but
    not all are ended up needed as CONFIG_DEBUG_FS is required to be active
    otherwise the kernel doesn't even boot :/
    
    The kernel size was reduced by:
    
     * Removing tracing support
     * Removing unneeded exfat and sdcardfs filesystems
     * Removing all sound support
     * Removing video input (camera) support
    
    The latter options seem awfully shortsighted, until you remember that a goal is
    to eventually deal with booting our own kernels through kexec.
    
    The Moto Z Play device's boot partition size is putting us in a hard
    spot.
    samueldr committed Dec 4, 2019
    Copy the full SHA
    4c11bf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Merge pull request #64 from samueldr-wip/fix/motorola-addison

    Reduce size of kernel for motorola-addison + fixups
    samueldr committed Dec 6, 2019
    Copy the full SHA
    2edfa09 View commit details
    Browse the repository at this point in the history