From 21b28447eb5b32dbca7cfd51acf716bf41eb732c Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Tue, 26 Apr 2022 18:27:37 -0700 Subject: [PATCH] uboot: add node on where rpi-cm4 patches come from --- pkgs/misc/uboot/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 23a79329b911..8b4e59b65ee4 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -424,6 +424,9 @@ in { CONFIG_USB_XHCI_BRCM=y ''; + # These were taken from: + # https://github.com/home-assistant/operating-system/tree/dev/buildroot-external/board/raspberrypi/patches/uboot + # https://github.com/home-assistant/operating-system/tree/dev/buildroot-external/board/raspberrypi/yellow/patches/uboot extraPatches = [ ./rpi-cm4/0001-rpi-add-NVMe-to-boot-order.patch ./rpi-cm4/0002-Revert-nvme-Correct-the-prps-per-page-calculation-me.patch