mbox series

[0/3] Program GIC LPI configuration table

Message ID 1581658476-12611-1-git-send-email-wasim.khan@nxp.com
Headers show
Series Program GIC LPI configuration table | expand

Message

Wasim Khan Feb. 14, 2020, 5:34 a.m. UTC
This patch set programs GIC LPI configuration table from
Uboot for NXP's LX2160A SoC. 

Wasim Khan (3):
  board: fsl: lx2160a: Program GIC LPI configuration table
  configs: lx2160a: Enable GIC_V3_ITS config
  board: fsl: lx2160a: Add GIC LPI memory reserve fixup

 board/freescale/lx2160a/lx2160a.c            | 26 +++++++++++++++++++++++++-
 configs/lx2160aqds_tfa_SECURE_BOOT_defconfig |  1 +
 configs/lx2160aqds_tfa_defconfig             |  1 +
 configs/lx2160ardb_tfa_SECURE_BOOT_defconfig |  1 +
 configs/lx2160ardb_tfa_defconfig             |  1 +
 5 files changed, 29 insertions(+), 1 deletion(-)

Comments

Wasim Khan March 30, 2020, 5:27 a.m. UTC | #1
Hi ,

Please help to review. 
Dependent patch https://patchwork.ozlabs.org/patch/1237847/ has already been accepted. 

> -----Original Message-----
> From: Wasim Khan <wasim.khan@nxp.com>
> Sent: Friday, February 14, 2020 11:05 AM
> To: Priyanka Jain <priyanka.jain@nxp.com>; Udit Agarwal
> <udit.agarwal@nxp.com>; Pankaj Bansal <pankaj.bansal@nxp.com>
> Cc: u-boot@lists.denx.de; Wasim Khan <wasim.khan@nxp.com>
> Subject: [PATCH 0/3] Program GIC LPI configuration table
> 
> This patch set programs GIC LPI configuration table from Uboot for NXP's
> LX2160A SoC.
> 
> Wasim Khan (3):
>   board: fsl: lx2160a: Program GIC LPI configuration table
>   configs: lx2160a: Enable GIC_V3_ITS config
>   board: fsl: lx2160a: Add GIC LPI memory reserve fixup
> 
>  board/freescale/lx2160a/lx2160a.c            | 26 +++++++++++++++++++++++++-
>  configs/lx2160aqds_tfa_SECURE_BOOT_defconfig |  1 +
>  configs/lx2160aqds_tfa_defconfig             |  1 +
>  configs/lx2160ardb_tfa_SECURE_BOOT_defconfig |  1 +
>  configs/lx2160ardb_tfa_defconfig             |  1 +
>  5 files changed, 29 insertions(+), 1 deletion(-)
> 
> --
> 2.7.4
Priyanka Jain (OSS) March 30, 2020, 10:18 a.m. UTC | #2
>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Wasim Khan
>Sent: Friday, February 14, 2020 11:05 AM
>To: Priyanka Jain <priyanka.jain@nxp.com>; Udit Agarwal
><udit.agarwal@nxp.com>; Pankaj Bansal <pankaj.bansal@nxp.com>
>Cc: u-boot@lists.denx.de; Wasim Khan <wasim.khan@nxp.com>
>Subject: [PATCH 0/3] Program GIC LPI configuration table
>
>This patch set programs GIC LPI configuration table from Uboot for NXP's
>LX2160A SoC.
>
>Wasim Khan (3):
>  board: fsl: lx2160a: Program GIC LPI configuration table
>  configs: lx2160a: Enable GIC_V3_ITS config
>  board: fsl: lx2160a: Add GIC LPI memory reserve fixup
>
> board/freescale/lx2160a/lx2160a.c            | 26 +++++++++++++++++++++++++-
> configs/lx2160aqds_tfa_SECURE_BOOT_defconfig |  1 +
> configs/lx2160aqds_tfa_defconfig             |  1 +
> configs/lx2160ardb_tfa_SECURE_BOOT_defconfig |  1 +
> configs/lx2160ardb_tfa_defconfig             |  1 +
> 5 files changed, 29 insertions(+), 1 deletion(-)
>
>--
>2.7.4
Applied to u-boot-fsl-qoriq. Waiting upstream

Thanks
Priyanka