mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-09 03:56:03 +01:00
bump u-boot
This commit is contained in:
parent
5f94c31db1
commit
434b3367ac
3 changed files with 6 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -71,7 +71,7 @@
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "raspberrypi",
|
"owner": "raspberrypi",
|
||||||
"ref": "stable",
|
"ref": "1.20230405",
|
||||||
"repo": "firmware",
|
"repo": "firmware",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
@ -96,13 +96,13 @@
|
||||||
"u-boot-src": {
|
"u-boot-src": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"narHash": "sha256-30fe8klLHRsEtEQ1VpYh4S+AflG5yCQYWlGmpWyFL8w=",
|
"narHash": "sha256-k4CgiG6rOdgex+YxMRXqyJF7NFqAN9R+UKc3Y/+7jV0=",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://ftp.denx.de/pub/u-boot/u-boot-2023.01.tar.bz2"
|
"url": "https://ftp.denx.de/pub/u-boot/u-boot-2023.04.tar.bz2"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://ftp.denx.de/pub/u-boot/u-boot-2023.01.tar.bz2"
|
"url": "https://ftp.denx.de/pub/u-boot/u-boot-2023.04.tar.bz2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
u-boot-src = {
|
u-boot-src = {
|
||||||
flake = false;
|
flake = false;
|
||||||
url = "https://ftp.denx.de/pub/u-boot/u-boot-2023.01.tar.bz2";
|
url = "https://ftp.denx.de/pub/u-boot/u-boot-2023.04.tar.bz2";
|
||||||
};
|
};
|
||||||
rpi-linux-6_1-src = {
|
rpi-linux-6_1-src = {
|
||||||
flake = false;
|
flake = false;
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ in
|
||||||
defconfig = "rpi_arm64_defconfig";
|
defconfig = "rpi_arm64_defconfig";
|
||||||
extraMeta.platforms = [ "aarch64-linux" ];
|
extraMeta.platforms = [ "aarch64-linux" ];
|
||||||
filesToInstall = [ "u-boot.bin" ];
|
filesToInstall = [ "u-boot.bin" ];
|
||||||
version = "2023.01";
|
version = "2023.04";
|
||||||
src = u-boot-src;
|
src = u-boot-src;
|
||||||
# In raspberry pi sbcs the firmware manipulates the device tree in
|
# In raspberry pi sbcs the firmware manipulates the device tree in
|
||||||
# a variety of ways before handing it off to the linux kernel. [1]
|
# a variety of ways before handing it off to the linux kernel. [1]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue