starfive/visionfive/v1: init

This commit is contained in:
Madoura
2022-10-08 10:27:03 -05:00
parent c156c31e1d
commit 68e08aa56b
7 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{ fetchFromGitHub
, buildUBoot
}:
buildUBoot {
version = "2022.04";
src = fetchFromGitHub {
owner = "Madouura";
repo = "u-boot";
rev = "fe61fbcc8c5d3f7a589d2a6ea61855ab77de621f";
sha256 = "sha256-jMZYxAHB37pNzzLdb8wupZA1CeD0gB84x18B7XVzq/M=";
};
defconfig = "starfive_jh7100_visionfive_smode_defconfig";
filesToInstall = [ "u-boot.bin" "u-boot.dtb" ];
}