aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Catherall <robert.catherall@arm.com>2023-11-23 18:22:58 +0000
committerTom Rini <trini@konsulko.com>2023-12-19 10:07:48 -0500
commitc86c1d0383e56e4ac08bf21227a2fdd0af167e4b (patch)
tree68b116ed556858e42ab1bc886566c99f2a5351d3
parenta6f86132e30a407c7f96461df53c62fbe52e2b54 (diff)
downloadu-boot-c86c1d0383e56e4ac08bf21227a2fdd0af167e4b.zip
u-boot-c86c1d0383e56e4ac08bf21227a2fdd0af167e4b.tar.gz
u-boot-c86c1d0383e56e4ac08bf21227a2fdd0af167e4b.tar.bz2
arm: vexpress64: juno: Allow boot from VirtIO
The AEM and Juno FVPs (Fixed Virtual Platforms) support a VirtIO disc interface. Adding VIRTIO to the list of boot devices allows these FastModel platforms to boot from 'disc' in the same way the hardware counterpart can boot from SATA or USB. This is a NOP if CONFIG_CMD_VIRTIO is not enabled, so no impact on Juno hardware (which is built with vexpress_aemv8a_juno_defconfig) Signed-off-by: Robert Catherall <robert.catherall@arm.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com>
-rw-r--r--include/configs/vexpress_aemv8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/vexpress_aemv8.h b/include/configs/vexpress_aemv8.h
index 24d8ca0..8020689 100644
--- a/include/configs/vexpress_aemv8.h
+++ b/include/configs/vexpress_aemv8.h
@@ -187,6 +187,7 @@
func(USB, usb, 0) \
func(SATA, sata, 0) \
func(SATA, sata, 1) \
+ FUNC_VIRTIO(func) \
func(PXE, pxe, na) \
func(DHCP, dhcp, na) \
func(AFS, afs, na)