[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


  • To: Santiago Pagani <Santiago.Pagani@xxxxxxxxx>, "minios-devel@xxxxxxxxxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxxxxxxxxx>, Simon Kuenzer <simon.kuenzer@xxxxxxxxx>, Sharan Santhanam <Sharan.Santhanam@xxxxxxxxx>
  • From: "Justin He (Arm Technology China)" <Justin.He@xxxxxxx>
  • Date: Tue, 29 Oct 2019 09:36:03 +0000
  • Accept-language: en-US, zh-CN
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=KYTKtfpK0CEykKJArOBAIbcIvkE+sAvPpVix+rLc3Og=; b=CeMZ1oa2tDdYpL6mu/k4EBJLiIbqFL+4nbkeIfP5js8uilWMMHi1DCY1+dsYSfIuPmSC/AXSnmjOEByLqaJUoQQeIndg63HEYQIrrFdYtvAVQQDXoEjYLcIL078JoBg+EsyS8NOwhXGFxj9mi6fsNWOaYuaA19i+bOQilFPH1UKWoj1pzpkbtUiJMGakmZXDVZbRdW91ux2nte+oi1zGVn2u4rTEuEie/c9zU43RIq97VhcC9htp+HoV5x6ASGFrU3SBOkce2c3K4jQnaLb1LdjGUEOeTyg7UTP4rWmDFpi4PSKg47AfBkmXX18Y8Fy4LvdmOTtg3MtuePx2gwokwQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GjtdexfDN1ZWhiH11WCwYjohUQIWC0H1UReS9wfipZ7AKeElaERJtXKWOmbkO6pAquTx9MeLO/QpFLZO+M8jOCci5ntBZEUkHVec6gRYy/BOd9OL82+X2ZoBW3aqXuK4Pv/yviFmaxzdTiRRaxdUA2BwkbPHBB54MvPSOTvDaCU/OhazoNf3KvzedrkJdR498kwGV0Sf8tGl/eDuNHjxzKYiy63Vx2Os+UWBICbXTIDwcHORZdFmqPcsjwER9OBlAGNlPAXPCJ1aMzWHvfavJA2lLz1IrN0Xx++B/3JIgT4LmpSmUyifLb1ptZB8ezxydZBBtfNUTWecEktdj+mxag==
  • Authentication-results: spf=fail (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; lists.xenproject.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;lists.xenproject.org; dmarc=none action=none header.from=arm.com;
  • Authentication-results-original: spf=none (sender IP is ) smtp.mailfrom=Justin.He@xxxxxxx;
  • Cc: "Kaly Xin \(Arm Technology China\)" <Kaly.Xin@xxxxxxx>, Julien Grall <Julien.Grall@xxxxxxx>, "Wei Chen \(Arm Technology China\)" <Wei.Chen@xxxxxxx>
  • Delivery-date: Tue, 29 Oct 2019 09:36:15 +0000
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>
  • Original-authentication-results: spf=none (sender IP is ) smtp.mailfrom=Justin.He@xxxxxxx;
  • Thread-index: AQHVR0p9W29nnr/9z0CPPoPsGmT5mKdwWLCAgAGRIvA=
  • Thread-topic: [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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.