about summary refs log tree commit diff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-04-26 18:27:37 -0700
committerBernardo Meurer <bernardo@meurer.org>2022-04-26 19:05:27 -0700
commit21b28447eb5b32dbca7cfd51acf716bf41eb732c (patch)
tree73148e236cab9b04315c4f8920ac2cdf3b6e47e4 /pkgs/misc/uboot
parent77bb75d6a24e28d2b1f3be54c4194b22b63d054f (diff)
downloadnixlib-21b28447eb5b32dbca7cfd51acf716bf41eb732c.tar
nixlib-21b28447eb5b32dbca7cfd51acf716bf41eb732c.tar.gz
nixlib-21b28447eb5b32dbca7cfd51acf716bf41eb732c.tar.bz2
nixlib-21b28447eb5b32dbca7cfd51acf716bf41eb732c.tar.lz
nixlib-21b28447eb5b32dbca7cfd51acf716bf41eb732c.tar.xz
nixlib-21b28447eb5b32dbca7cfd51acf716bf41eb732c.tar.zst
nixlib-21b28447eb5b32dbca7cfd51acf716bf41eb732c.zip
uboot: add node on where rpi-cm4 patches come from
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix3
1 files changed, 3 insertions, 0 deletions
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