While gem5 is not qemu, we treat it as "simulators" or "virtual environments".
Add the needed hardcoded gem5 attachments for the UART there, re-using all
the other bits.
In collaboration with: andrew
Sponsored by: DARPA/AFRL
Differential D6204
Add gem5 UART support to arm/qemu/virt_machdep.c bz on May 4 2016, 3:35 PM. Authored by Tags None Referenced Files
Details While gem5 is not qemu, we treat it as "simulators" or "virtual environments". In collaboration with: andrew
Diff Detail
Event TimelineComment Actions Can you add a SOC_QEMU_VIRT and SOC_GEM5_VEXPRESS to options.arm & use this to check if we should include the platform support. Comment Actions In the efforts of making the GEM5 kernel config just being a VIRT config there seems to be no need to do the two different SOC options variants. As per discussion with andrew and I. |