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/nixpkgs
base: 2cd9d5bc2515
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4e75a31e98d2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 31, 2020

  1. raspberrypi-armstubs: init at 2020-10-08

    samueldr authored and Milan committed Dec 31, 2020
    Copy the full SHA
    7f23d3e View commit details
    Browse the repository at this point in the history
  2. ubootRaspberryPi4*: init at 2020.10

    samueldr authored and Milan committed Dec 31, 2020
    Copy the full SHA
    95cd8c8 View commit details
    Browse the repository at this point in the history
  3. sd-image-raspberrypi4: Use u-boot for booting

    This includes setting up everything for the mainline Raspberry Pi 4
    image.
    
    In fact, the only difference left in the Raspberry Pi 4-specific image
    is the kernel from the vendor.
    samueldr authored and Milan committed Dec 31, 2020
    Copy the full SHA
    f9d5de0 View commit details
    Browse the repository at this point in the history
  4. linux: configure aarch64 contiguous memory allocator via kernel config

    As per the in-line comment, this is where distros should configure it.
    Not via kernel command line parameters.
    
    As found by looking at the implementation, while exploring the cause of
    a bug on the Raspberry Pi 4, it was found that `cma=` on the command
    line parameters will overwrite the values a device tree will have
    configured for a given platform.
    
    With this, the more recent 5.4 vendor kernel boots just fine on the
    Raspberry Pi 4 using our common configuration.
    samueldr authored and Milan committed Dec 31, 2020
    Copy the full SHA
    4e75a31 View commit details
    Browse the repository at this point in the history