mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
Merge pull request #124 from ElvishJerricco/upstream-uboot
use nixpkgs upstream uboot
This commit is contained in:
commit
b9f91f70ac
3 changed files with 3 additions and 26 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ u-boot-src
|
||||
, rpi-linux-stable-src
|
||||
{ rpi-linux-stable-src
|
||||
, rpi-linux-6_6_67-src
|
||||
, rpi-linux-6_12_11-src
|
||||
, rpi-firmware-src
|
||||
|
|
@ -84,14 +83,10 @@ in
|
|||
compressFirmwareZstd = x: x;
|
||||
|
||||
# provide generic rpi arm64 u-boot
|
||||
uboot-rpi-arm64 = final.buildUBoot rec {
|
||||
uboot-rpi-arm64 = final.buildUBoot {
|
||||
defconfig = "rpi_arm64_defconfig";
|
||||
extraMeta.platforms = [ "aarch64-linux" ];
|
||||
filesToInstall = [ "u-boot.bin" ];
|
||||
version = "2024.04";
|
||||
patches = [ ];
|
||||
makeFlags = [ ];
|
||||
src = u-boot-src;
|
||||
# In raspberry pi sbcs the firmware manipulates the device tree in
|
||||
# a variety of ways before handing it off to the linux kernel. [1]
|
||||
# Since we have installed u-boot in place of a linux kernel we may
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue