Re: [PATCH v7 2/2] xen: Add files needed for minimal riscv build

2021-06-03 Thread Connor Davis
On 6/3/21 5:33 PM, Alistair Francis wrote: On Thu, Jun 3, 2021 at 9:38 AM 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=riscv64 SUBSYSTEMS=xen

Re: [PATCH v7 2/2] xen: Add files needed for minimal riscv build

2021-06-03 Thread Alistair Francis
On Thu, Jun 3, 2021 at 9:38 AM 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=riscv64 SUBSYSTEMS=xen -C xen tiny64_defconfig > $ make

[PATCH v7 2/2] xen: Add files needed for minimal riscv build

2021-06-02 Thread Connor Davis
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=riscv64 SUBSYSTEMS=xen -C xen tiny64_defconfig $ make XEN_TARGET_ARCH=riscv64 SUBSYSTEMS=xen -C xen TARGET=riscv64/head.o