ubootRaspberryPi4*: init at 2020.10
This commit is contained in:
parent
7f23d3e519
commit
95cd8c8d7b
@ -314,6 +314,18 @@ in {
|
|||||||
filesToInstall = ["u-boot.bin"];
|
filesToInstall = ["u-boot.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootRaspberryPi4_32bit = buildUBoot {
|
||||||
|
defconfig = "rpi_4_32b_defconfig";
|
||||||
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
filesToInstall = ["u-boot.bin"];
|
||||||
|
};
|
||||||
|
|
||||||
|
ubootRaspberryPi4_64bit = buildUBoot {
|
||||||
|
defconfig = "rpi_4_defconfig";
|
||||||
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
|
filesToInstall = ["u-boot.bin"];
|
||||||
|
};
|
||||||
|
|
||||||
ubootRaspberryPiZero = buildUBoot {
|
ubootRaspberryPiZero = buildUBoot {
|
||||||
defconfig = "rpi_0_w_defconfig";
|
defconfig = "rpi_0_w_defconfig";
|
||||||
extraMeta.platforms = ["armv6l-linux"];
|
extraMeta.platforms = ["armv6l-linux"];
|
||||||
|
@ -19398,6 +19398,8 @@ in
|
|||||||
ubootRaspberryPi2
|
ubootRaspberryPi2
|
||||||
ubootRaspberryPi3_32bit
|
ubootRaspberryPi3_32bit
|
||||||
ubootRaspberryPi3_64bit
|
ubootRaspberryPi3_64bit
|
||||||
|
ubootRaspberryPi4_32bit
|
||||||
|
ubootRaspberryPi4_64bit
|
||||||
ubootRaspberryPiZero
|
ubootRaspberryPiZero
|
||||||
ubootRock64
|
ubootRock64
|
||||||
ubootRockPi4
|
ubootRockPi4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user