Merge pull request #96851 from artemist/uboot_pinebook_pro
ubootPinebookPro: init at 2020.07
This commit is contained in:
commit
fe5f1c20cc
|
@ -271,6 +271,13 @@ in {
|
||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootPinebookPro = buildUBoot {
|
||||||
|
defconfig = "pinebook-pro-rk3399_defconfig";
|
||||||
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
|
BL31 = "${armTrustedFirmwareRK3399}/bl31.elf";
|
||||||
|
filesToInstall = [ "u-boot.itb" "idbloader.img"];
|
||||||
|
};
|
||||||
|
|
||||||
ubootQemuAarch64 = buildUBoot {
|
ubootQemuAarch64 = buildUBoot {
|
||||||
defconfig = "qemu_arm64_defconfig";
|
defconfig = "qemu_arm64_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
|
|
|
@ -18383,6 +18383,7 @@ in
|
||||||
ubootPine64
|
ubootPine64
|
||||||
ubootPine64LTS
|
ubootPine64LTS
|
||||||
ubootPinebook
|
ubootPinebook
|
||||||
|
ubootPinebookPro
|
||||||
ubootQemuAarch64
|
ubootQemuAarch64
|
||||||
ubootQemuArm
|
ubootQemuArm
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
|
|
Loading…
Reference in New Issue