diff options
author | Maximilian Brune <maximilian.brune@9elements.com> | 2024-04-12 14:13:28 +0200 |
---|---|---|
committer | Maximilian Brune <maximilian.brune@9elements.com> | 2024-06-12 19:16:04 +0000 |
commit | 61dee38ee05cc039e4f5cf6358140a19571d4a4d (patch) | |
tree | ea1117be028b7994f0c75564928c4277831e7180 | |
parent | 40c4cbed2f1c9d636593e16b894e28c5ae889d0e (diff) |
configs: Add Hifive Unleashed config with OpenSBI
OpenSBI often breaks if you update it. This should ensure that jenkins
keeps an eye on it.
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I2101b194bf0d74f4f444fba507e0294bddc746d3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81859
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
-rw-r--r-- | configs/config.sifive_hifive-unleashed.opensbi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/config.sifive_hifive-unleashed.opensbi b/configs/config.sifive_hifive-unleashed.opensbi new file mode 100644 index 0000000000..3772792e3b --- /dev/null +++ b/configs/config.sifive_hifive-unleashed.opensbi @@ -0,0 +1,3 @@ +CONFIG_VENDOR_SIFIVE=y +CONFIG_BOARD_SIFIVE_HIFIVE_UNLEASHED=y +CONFIG_RISCV_OPENSBI=y |