Message ID | 1581658476-12611-1-git-send-email-wasim.khan@nxp.com |
---|---|
Headers | show |
Series | Program GIC LPI configuration table | expand |
Hi , Please help to review. Dependent patch https://patchwork.ozlabs.org/patch/1237847/ has already been accepted. > -----Original Message----- > From: Wasim Khan <wasim.khan at nxp.com> > Sent: Friday, February 14, 2020 11:05 AM > To: Priyanka Jain <priyanka.jain at nxp.com>; Udit Agarwal > <udit.agarwal at nxp.com>; Pankaj Bansal <pankaj.bansal at nxp.com> > Cc: u-boot at lists.denx.de; Wasim Khan <wasim.khan at 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
>-----Original Message----- >From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Wasim Khan >Sent: Friday, February 14, 2020 11:05 AM >To: Priyanka Jain <priyanka.jain at nxp.com>; Udit Agarwal ><udit.agarwal at nxp.com>; Pankaj Bansal <pankaj.bansal at nxp.com> >Cc: u-boot at lists.denx.de; Wasim Khan <wasim.khan at 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