Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-06-03 Thread Alistair Francis
On Tue, Jun 1, 2021 at 12:26 PM Connor Davis wrote: > > > > On 5/25/21 12:13 PM, Bob Eshleman wrote: > > On 5/25/21 1:48 AM, Jan Beulich wrote: > >> 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 tha

Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-06-01 Thread Connor Davis
On 6/1/21 2:40 AM, Julien Grall wrote: Hi, On 01/06/2021 07:03, Jan Beulich wrote: On 01.06.2021 04:26, Connor Davis wrote: On 5/25/21 12:13 PM, Bob Eshleman wrote: On 5/25/21 1:48 AM, Jan Beulich wrote: On 24.05.2021 16:34, Connor Davis wrote: Add arch-specific makefiles and configs n

Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-06-01 Thread Connor Davis
On 6/1/21 12:11 AM, Jan Beulich wrote: 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_defc

Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-06-01 Thread Julien Grall
Hi, On 01/06/2021 07:03, Jan Beulich wrote: On 01.06.2021 04:26, Connor Davis wrote: On 5/25/21 12:13 PM, Bob Eshleman wrote: On 5/25/21 1:48 AM, Jan Beulich wrote: On 24.05.2021 16:34, Connor Davis wrote: Add arch-specific makefiles and configs needed to build for riscv. Also add a minima

Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-05-31 Thread Jan Beulich
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=risc

Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-05-31 Thread Jan Beulich
On 01.06.2021 04:26, Connor Davis wrote: > > > On 5/25/21 12:13 PM, Bob Eshleman wrote: >> On 5/25/21 1:48 AM, Jan Beulich wrote: >>> 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 in

Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-05-31 Thread Connor Davis
On 5/25/21 12:13 PM, Bob Eshleman wrote: On 5/25/21 1:48 AM, Jan Beulich wrote: 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_AR

Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-05-25 Thread Bob Eshleman
On 5/25/21 1:48 AM, Jan Beulich wrote: > 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 t

Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-05-25 Thread Jan Beulich
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=risc