[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT PATCHv8 0/6] Enable IRQ framework for Arm64(series#3)


  • To: Sharan Santhanam <sharan.santhanam@xxxxxxxxx>, "minios-devel@xxxxxxxxxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxxxxxxxxx>, Simon Kuenzer <simon.kuenzer@xxxxxxxxx>
  • From: "Justin He (Arm Technology China)" <Justin.He@xxxxxxx>
  • Date: Fri, 26 Jul 2019 11:59:33 +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=JLT1JmgptYD0FKpcChYlQcsAK2jHZMfV8NoAFcSd+5E=; b=V0Gn+jm50R8sPFuqQNWeC8hybORszRBeWZtsuaS9SyrRd9QTEbU1kX9GkDGPOKnKTsYja9WoPHG7sMjzEz5BXefZviJpJbyctFYnR91ElvfWI0Og70R+y63udRQ5SMkIMAf4MI2gbkrvQM/f59lhWgehy3DHzww5nAkI+cu5kld4YnUWRmTL7Q74VD7hZGlYOOB2PpWg6OGEQGfItTWoe/IJnk/MY7POBUwL/33O76IVV88+jB8UXCBCMVY6c4JX+E/qUX9TEykTTFv5iU2FOfctRI1ok8u7apm3aLLvQwDxZyd+Kf7N5rrMQe5dgkgsP2+2aCcGAf1gKEnlYiFAiw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XC3ZcSeLpWNUU4kY/rBoehMQFpmqY4VvE3qLfZTMzyzmOh6O8+2Hk68WD/VfJI9Pt8WzPe+6Ig/BGqxSlobYdxWVVuZVWrB5L+LiCNxX0FonHJXE3VghHSptYiEPu8PRQHVZ/+rAq+IhAghAPnaBsgkdZOFP9y7ThVyTrsmi4XdLUYUqehLSpEu0jvWePcd99c7Lxi10N8XLv9wQC2wMfwepJDLh4Z2PXvagtOrc/hPY7J1w6mbq3F5AL1hfK6lYSc8an8oYJjsvRwXYojkxa6jH/OXNf9HcOfiNqdFARPaxfOR7muNYUACypgAR1SHpSKe9KUCO2Osq6Klwjzw9sg==
  • Authentication-results: spf=none (sender IP is ) smtp.mailfrom=Justin.He@xxxxxxx;
  • Cc: Felipe Huici <felipe.huici@xxxxxxxxx>, "Kaly Xin \(Arm Technology China\)" <Kaly.Xin@xxxxxxx>, Julien Grall <Julien.Grall@xxxxxxx>
  • Delivery-date: Fri, 26 Jul 2019 11:59:40 +0000
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>
  • Thread-index: AQHVQ6ImEGKwWtHwVEWPH2IT93H3+Kbcy2OAgAAAaTA=
  • Thread-topic: [UNIKRAFT PATCHv8 0/6] Enable IRQ framework for Arm64(series#3)

Thanks, Sharan

--
Cheers,
Justin (Jia He)



> -----Original Message-----
> From: Sharan Santhanam <sharan.santhanam@xxxxxxxxx>
> Sent: 2019年7月26日 19:58
> To: Justin He (Arm Technology China) <Justin.He@xxxxxxx>; minios-
> devel@xxxxxxxxxxxxxxxxxxxx; Simon Kuenzer <simon.kuenzer@xxxxxxxxx>
> Cc: Felipe Huici <felipe.huici@xxxxxxxxx>; Julien Grall
> <Julien.Grall@xxxxxxx>; Kaly Xin (Arm Technology China)
> <Kaly.Xin@xxxxxxx>
> Subject: Re: [UNIKRAFT PATCHv8 0/6] Enable IRQ framework for
> Arm64(series#3)
>
> Hello,
>
> Thank you for this patch series. I have reviewed all the patches in this
> series and it is fine. I will make sure this patch series is upstream by
> Monday.
>
> Thanks & Regards
> Sharan
>
> On 7/26/19 1:05 PM, Jia He wrote:
> > Missing the IRQ framework support, we can't make multi-thread support
> > works well. In this series, we implement the GICv2 library and enable
> > the irq exception entry. We use the gic function to fix the TODO list
> > in intctrl functions to make IRQ framework on Arm64 works well.
> >
> > Changes:
> > v7->v8: change gic_irq_translate to extern
> >          add r-b from Sharan
> > v6->v7: refine gic_init_cpuif in patch 3 and fix a bug
> >          move gic_get_irq_from_dtb to ofw lib
> > v4->v5: drop "plat/kvm: Implement intctrl APIs for Arm64".
> >          address other comments from Julien.
> > v3->v4: remove no need device name in compatible list for gic v2
> > v2->v3: update patch 04 as per Julien's comments
> > v1->v2: address Sharan's comments
> >
> > Jia He (2):
> >    plat/common: Include plat/irq.h by default
> >    plat/common: Add a trap function to handle Arm64 irq trap
> >
> > Jianyong Wu (2):
> >    plat/common: Implement gic-v2 library for Arm
> >    plat/common: Add a platform API to get IRQ from device tree
> >
> > Wei Chen (2):
> >    plat/common: Define __MAX_IRQ for different architectures
> >    plat/kvm: Implement intctrl APIs for Arm64
> >
> >   plat/common/arm/traps.c            |   6 +
> >   plat/common/include/arm/irq.h      |   2 +
> >   plat/common/include/irq.h          |  17 ++
> >   plat/common/include/x86/irq.h      |   2 +
> >   plat/drivers/gic/gic-v2.c          | 456
> +++++++++++++++++++++++++++++
> >   plat/drivers/include/gic/gic-v2.h  | 376 ++++++++++++++++++++++++
> >   plat/drivers/include/ofw/gic_fdt.h |  51 ++++
> >   plat/drivers/ofw/fdt.c             |  20 ++
> >   plat/kvm/Makefile.uk               |   1 +
> >   plat/kvm/arm/exceptions.S          |  10 +-
> >   plat/kvm/arm/intctrl.c             |  19 +-
> >   plat/kvm/arm/setup.c               |   4 +
> >   plat/kvm/irq.c                     |   7 +-
> >   13 files changed, 963 insertions(+), 8 deletions(-)
> >   create mode 100644 plat/drivers/gic/gic-v2.c
> >   create mode 100644 plat/drivers/include/gic/gic-v2.h
> >   create mode 100644 plat/drivers/include/ofw/gic_fdt.h
> >
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®.