|
@@ -229,6 +229,16 @@ config BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
+config BR2_TARGET_UBOOT_NEEDS_OPENSBI
|
|
|
+ bool "U-Boot needs OpenSBI"
|
|
|
+ depends on BR2_TARGET_OPENSBI
|
|
|
+ help
|
|
|
+ Some RISC-V platforms (such as SiFive HiFive Unleashed)
|
|
|
+ encapsulate the OpenSBI firmware image inside U-Boot.
|
|
|
+ This option makes sure OpenSBI gets built prior to U-Boot,
|
|
|
+ and that the OpenSBI variable pointing to OpenSBI binary,
|
|
|
+ is passed during the Buildroot build.
|
|
|
+
|
|
|
menu "U-Boot binary format"
|
|
|
|
|
|
config BR2_TARGET_UBOOT_FORMAT_AIS
|