[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCHv3 4/5] build: Add Arm64 multi-thread support files to build system
Hi Santiago, Sure, I can rebase it to latest staging tree > -----Original Message----- > From: Santiago Pagani <Santiago.Pagani@xxxxxxxxx> > Sent: Monday, October 28, 2019 5:40 PM > To: Justin He (Arm Technology China) <Justin.He@xxxxxxx>; minios- > devel@xxxxxxxxxxxxxxxxxxxx; Simon Kuenzer <simon.kuenzer@xxxxxxxxx>; > Sharan Santhanam <Sharan.Santhanam@xxxxxxxxx> > Cc: Julien Grall <Julien.Grall@xxxxxxx>; Kaly Xin (Arm Technology China) > <Kaly.Xin@xxxxxxx>; Wei Chen (Arm Technology China) > <Wei.Chen@xxxxxxx> > Subject: Re: [UNIKRAFT PATCHv3 4/5] build: Add Arm64 multi-thread support > files to build system > > Hi Justin, > > Thanks fort he patch. The patch looks ok, however, it fails to apply on > current staging. Could you please rebase and the resend the series? > > Thanks and best, > Santiago > > On 31.07.19, 04:48, "Jia He" <justin.he@xxxxxxx> wrote: > > Some files like thread.c, sw_ctx.c and thread_start64.S can be > added to build system now. When CONFIG_HAVE_SCHED is selected > for Arm64, these files would be compiled. > > Signed-off-by: Wei Chen <wei.chen@xxxxxxx> > Signed-off-by: Jia He <justin.he@xxxxxxx> > --- > plat/kvm/Makefile.uk | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/plat/kvm/Makefile.uk b/plat/kvm/Makefile.uk > index 9188350..2ff2e19 100644 > --- a/plat/kvm/Makefile.uk > +++ b/plat/kvm/Makefile.uk > @@ -68,6 +68,11 @@ LIBKVMPLAT_SRCS-$(CONFIG_ARCH_ARM_64) += > $(UK_PLAT_COMMON_BASE)/arm/cache64.S|co > LIBKVMPLAT_SRCS-$(CONFIG_ARCH_ARM_64) += > $(UK_PLAT_COMMON_BASE)/arm/psci_arm64.S|common > LIBKVMPLAT_SRCS-$(CONFIG_ARCH_ARM_64) += > $(UK_PLAT_COMMON_BASE)/arm/time_arm64.c|common > LIBKVMPLAT_SRCS-$(CONFIG_ARCH_ARM_64) += > $(UK_PLAT_COMMON_BASE)/arm/traps.c|common > +ifeq ($(CONFIG_HAVE_SCHED),y) > +LIBKVMPLAT_SRCS-$(CONFIG_ARCH_ARM_64) += > $(UK_PLAT_COMMON_BASE)/arm/thread_start64.S|common > +LIBKVMPLAT_SRCS-y += $(UK_PLAT_COMMON_BASE)/thread.c|common > +LIBKVMPLAT_SRCS-y += $(UK_PLAT_COMMON_BASE)/sw_ctx.c|common > +endif > LIBKVMPLAT_SRCS-$(CONFIG_ARCH_ARM_64) += > $(LIBKVMPLAT_BASE)/arm/entry64.S > LIBKVMPLAT_SRCS-$(CONFIG_ARCH_ARM_64) += > $(LIBKVMPLAT_BASE)/arm/exceptions.S > LIBKVMPLAT_SRCS-$(CONFIG_ARCH_ARM_64) += > $(LIBKVMPLAT_BASE)/arm/pagetable64.S > -- > 2.17.1 > > > IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |