On 24.05.2021 16:34, Connor Davis wrote: > Add arch-specific makefiles and configs needed to build for > riscv. Also add a minimal head.S that is a simple infinite loop. > head.o can be built with > > $ make XEN_TARGET_ARCH=riscv SUBSYSTEMS=xen -C xen tiny64_defconfig > $ make XEN_TARGET_ARCH=riscv SUBSYSTEMS=xen -C xen TARGET=head.o > > No other TARGET is supported at the moment.
Just to confirm - an actual (even if not functioning) xen binary can't be linked yet? I ask because that would be the prereq for me to set up routine (cross) build testing, just like I do for Arm. Jan