u-boot: Adds Pinebook

This commit is contained in:
Samuel Dionne-Riel 2019-05-17 21:58:47 -04:00
parent 6d961ec922
commit 6663a888f2
2 changed files with 8 additions and 0 deletions

View file

@ -202,6 +202,13 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootPinebook = buildUBoot rec {
defconfig = "pinebook_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootQemuAarch64 = buildUBoot rec {
defconfig = "qemu_arm64_defconfig";
extraMeta.platforms = ["aarch64-linux"];

View file

@ -15882,6 +15882,7 @@ in
ubootPcduino3Nano
ubootPine64
ubootPine64LTS
ubootPinebook
ubootQemuAarch64
ubootQemuArm
ubootRaspberryPi