mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
Merge pull request #299899 from thefossguy/uboot-nanopc-t6-init
ubootNanoPCT6: init at 2024.01
This commit is contained in:
commit
dcd67b74f1
|
@ -298,6 +298,14 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
ubootNanoPCT6 = buildUBoot {
|
||||
defconfig = "nanopc-t6-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" ];
|
||||
};
|
||||
|
||||
ubootNovena = buildUBoot {
|
||||
defconfig = "novena_defconfig";
|
||||
extraMeta.platforms = ["armv7l-linux"];
|
||||
|
|
|
@ -28332,6 +28332,7 @@ with pkgs;
|
|||
ubootJetsonTK1
|
||||
ubootLibreTechCC
|
||||
ubootNanoPCT4
|
||||
ubootNanoPCT6
|
||||
ubootNovena
|
||||
ubootOdroidC2
|
||||
ubootOdroidXU3
|
||||
|
|
Loading…
Reference in a new issue