mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
ubootTuringRK1: init
This commit is contained in:
parent
61d1e89790
commit
35085ab730
@ -607,6 +607,14 @@ in {
|
||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||
};
|
||||
|
||||
ubootTuringRK1 = buildUBoot {
|
||||
defconfig = "turing-rk1-rk3588_defconfig";
|
||||
extraMeta.platforms = [ "aarch64-linux" ];
|
||||
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
|
||||
ROCKCHIP_TPL = rkbin.TPL_RK3588;
|
||||
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ];
|
||||
};
|
||||
|
||||
ubootUtilite = buildUBoot {
|
||||
defconfig = "cm_fx6_defconfig";
|
||||
extraMeta.platforms = ["armv7l-linux"];
|
||||
|
@ -28352,6 +28352,7 @@ with pkgs;
|
||||
ubootROCPCRK3399
|
||||
ubootSheevaplug
|
||||
ubootSopine
|
||||
ubootTuringRK1
|
||||
ubootUtilite
|
||||
ubootWandboard
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user