Re: [edk2-devel] [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3

2021-05-25 Thread Laszlo Ersek
On 05/24/21 14:58, Sami Mujawar wrote: > Hi Laszlo, > > Joey is not in office today. I will submit this patch shortly so that we can > include this in the release. Ah good, just seeing this now. Thanks! Laszlo -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this

Re: [edk2-devel] [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3

2021-05-24 Thread Sami Mujawar
...@nuviainc.com , Sami Mujawar , Andreas Sandberg , nd Subject: Re: [edk2-devel] [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3 On 05/23/21 11:03, Ard Biesheuvel wrote: > On Sun, 23 May 2021 at 10:55, Laszlo Ersek wrote: >> >> On 05/21/21 12:49, Joey Gouly wrote: >&g

Re: [edk2-devel] [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3

2021-05-23 Thread Laszlo Ersek
On 05/23/21 11:03, Ard Biesheuvel wrote: > On Sun, 23 May 2021 at 10:55, Laszlo Ersek wrote: >> >> On 05/21/21 12:49, Joey Gouly wrote: From: Joey Gouly Sent: 09 March 2021 16:45 Subject: [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3 >>> >>> Hi, >>> >>> A little

Re: [edk2-devel] [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3

2021-05-23 Thread Ard Biesheuvel
On Sun, 23 May 2021 at 10:55, Laszlo Ersek wrote: > > On 05/21/21 12:49, Joey Gouly wrote: > >> From: Joey Gouly > >> Sent: 09 March 2021 16:45 > >> Subject: [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3 > > > > Hi, > > > > A little ping on this. Can someone take a look? > > >

Re: [edk2-devel] [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3

2021-05-23 Thread Laszlo Ersek
On 05/21/21 12:49, Joey Gouly wrote: >> From: Joey Gouly >> Sent: 09 March 2021 16:45 >> Subject: [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3 >   > Hi, > > A little ping on this. Can someone take a look? > > There was a similar patch here, that addressed the same issue >

Re: [edk2-devel] [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3

2021-05-21 Thread Joey Gouly
>From: Joey Gouly > Sent: 09 March 2021 16:45 > Subject: [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3   Hi, A little ping on this. Can someone take a look? There was a similar patch here, that addressed the same issue https://edk2.groups.io/g/devel/topic/82327316#74401 so

[edk2-devel] [PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3

2021-03-09 Thread Joey Gouly
From: Andreas Sandberg The GICv3 architecture supports up to 1020 ordinary interrupt lines. The actual number of interrupts supported is described by the ITLinesNumber field in the GICD_TYPER register. The total number of implemented registers is normally calculated as 32*(ITLinesNumber+1).