Merge pull request #70794 from samueldr/u-boot/roc-rk3399-pc
u-boot: Add ROC-PC-RK3399 build
This commit is contained in:
commit
4a4adb2733
2 changed files with 8 additions and 0 deletions
|
@ -350,6 +350,13 @@ in {
|
||||||
filesToInstall = [ "u-boot.itb" "idbloader.img"];
|
filesToInstall = [ "u-boot.itb" "idbloader.img"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootROCPCRK3399 = buildUBoot {
|
||||||
|
defconfig = "roc-pc-rk3399_defconfig";
|
||||||
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
|
filesToInstall = [ "spl/u-boot-spl.bin" "u-boot.itb" "idbloader.img"];
|
||||||
|
BL31 = "${armTrustedFirmwareRK3399}/bl31.elf";
|
||||||
|
};
|
||||||
|
|
||||||
ubootSheevaplug = buildUBoot {
|
ubootSheevaplug = buildUBoot {
|
||||||
defconfig = "sheevaplug_defconfig";
|
defconfig = "sheevaplug_defconfig";
|
||||||
extraMeta.platforms = ["armv5tel-linux"];
|
extraMeta.platforms = ["armv5tel-linux"];
|
||||||
|
|
|
@ -17672,6 +17672,7 @@ in
|
||||||
ubootRaspberryPiZero
|
ubootRaspberryPiZero
|
||||||
ubootRock64
|
ubootRock64
|
||||||
ubootRockPro64
|
ubootRockPro64
|
||||||
|
ubootROCPCRK3399
|
||||||
ubootSheevaplug
|
ubootSheevaplug
|
||||||
ubootSopine
|
ubootSopine
|
||||||
ubootUtilite
|
ubootUtilite
|
||||||
|
|
Loading…
Reference in a new issue