u-boot: Adds Pinebook
This commit is contained in:
parent
6d961ec922
commit
6663a888f2
@ -202,6 +202,13 @@ in rec {
|
|||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
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 {
|
ubootQemuAarch64 = buildUBoot rec {
|
||||||
defconfig = "qemu_arm64_defconfig";
|
defconfig = "qemu_arm64_defconfig";
|
||||||
extraMeta.platforms = ["aarch64-linux"];
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
|
@ -15882,6 +15882,7 @@ in
|
|||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
ubootPine64
|
ubootPine64
|
||||||
ubootPine64LTS
|
ubootPine64LTS
|
||||||
|
ubootPinebook
|
||||||
ubootQemuAarch64
|
ubootQemuAarch64
|
||||||
ubootQemuArm
|
ubootQemuArm
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user