ubootPinebookPro: init at 2020.07

This commit is contained in:
Artemis Tosini 2020-08-31 17:15:24 +00:00
parent a8b95d8b00
commit 6f457404b7
No known key found for this signature in database
GPG key ID: ADFFE553DCBB831E
2 changed files with 8 additions and 0 deletions

View file

@ -271,6 +271,13 @@ in {
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 {
defconfig = "qemu_arm64_defconfig";
extraMeta.platforms = ["aarch64-linux"];

View file

@ -18354,6 +18354,7 @@ in
ubootPine64
ubootPine64LTS
ubootPinebook
ubootPinebookPro
ubootQemuAarch64
ubootQemuArm
ubootRaspberryPi