mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
ubootRock5ModelC: init (#506030)
This commit is contained in:
@@ -833,6 +833,20 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
ubootRock5ModelC = buildUBoot {
|
||||
defconfig = "rock-5c-rk3588s_defconfig";
|
||||
extraMeta.platforms = [ "aarch64-linux" ];
|
||||
env = {
|
||||
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
|
||||
ROCKCHIP_TPL = rkbin.TPL_RK3588;
|
||||
};
|
||||
filesToInstall = [
|
||||
"u-boot.itb"
|
||||
"idbloader.img"
|
||||
"u-boot-rockchip.bin"
|
||||
];
|
||||
};
|
||||
|
||||
ubootRock64 = buildUBoot {
|
||||
defconfig = "rock64-rk3328_defconfig";
|
||||
extraMeta.platforms = [ "aarch64-linux" ];
|
||||
|
||||
@@ -8663,6 +8663,7 @@ with pkgs;
|
||||
ubootRock3C
|
||||
ubootRock4CPlus
|
||||
ubootRock5ModelB
|
||||
ubootRock5ModelC
|
||||
ubootRock64
|
||||
ubootRock64v2
|
||||
ubootRockPiE
|
||||
|
||||
Reference in New Issue
Block a user