[PATCHv2 9/9] configs: ls208xa: Enable GIC_V3_ITS config

Z.q. Hou zhiqiang.hou at nxp.com
Sat Apr 25 10:42:27 CEST 2020


Hi Wasim,

Thanks a lot for your review!

Regards,
Zhiqiang

> -----Original Message-----
> From: Wasim Khan <wasim.khan at nxp.com>
> Sent: 2020年4月21日 15:41
> To: Z.q. Hou <zhiqiang.hou at nxp.com>; u-boot at lists.denx.de; Priyanka Jain
> <priyanka.jain at nxp.com>; Biwen Li <biwen.li at nxp.com>
> Cc: Z.q. Hou <zhiqiang.hou at nxp.com>
> Subject: RE: [PATCHv2 9/9] configs: ls208xa: Enable GIC_V3_ITS config
> 
> 
> 
> > -----Original Message-----
> > From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Zhiqiang Hou
> > Sent: Tuesday, March 24, 2020 1:42 PM
> > To: u-boot at lists.denx.de; Priyanka Jain <priyanka.jain at nxp.com>; Biwen
> > Li <biwen.li at nxp.com>
> > Cc: Z.q. Hou <zhiqiang.hou at nxp.com>
> > Subject: [PATCHv2 9/9] configs: ls208xa: Enable GIC_V3_ITS config
> >
> > From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
> 
> Reviewed-by: Wasim Khan <wasim.khan at nxp.com>
> 
> >
> > Enable GIC_V3_ITS config to initialize the GIC redistributor tables.
> >
> > Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
> > ---
> > V2:
> >  - No change.
> >
> >  configs/ls2080aqds_SECURE_BOOT_defconfig      | 1 +
> >  configs/ls2080aqds_defconfig                  | 1 +
> >  configs/ls2080aqds_nand_defconfig             | 1 +
> >  configs/ls2080aqds_qspi_defconfig             | 1 +
> >  configs/ls2080aqds_sdcard_defconfig           | 1 +
> >  configs/ls2080ardb_SECURE_BOOT_defconfig      | 1 +
> >  configs/ls2080ardb_defconfig                  | 1 +
> >  configs/ls2080ardb_nand_defconfig             | 1 +
> >  configs/ls2081ardb_defconfig                  | 1 +
> >  configs/ls2088aqds_tfa_defconfig              | 1 +
> >  configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 1 +
> >  configs/ls2088ardb_qspi_defconfig             | 1 +
> >  configs/ls2088ardb_tfa_SECURE_BOOT_defconfig  | 1 +
> >  configs/ls2088ardb_tfa_defconfig              | 1 +
> >  14 files changed, 14 insertions(+)
> >
> > diff --git a/configs/ls2080aqds_SECURE_BOOT_defconfig
> > b/configs/ls2080aqds_SECURE_BOOT_defconfig
> > index 8a792e449a..9039b252c1 100644
> > --- a/configs/ls2080aqds_SECURE_BOOT_defconfig
> > +++ b/configs/ls2080aqds_SECURE_BOOT_defconfig
> > @@ -62,3 +62,4 @@ CONFIG_USB_XHCI_DWC3=y  CONFIG_RSA=y
> > CONFIG_RSA_SOFTWARE_EXP=y
> CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2080aqds_defconfig
> > b/configs/ls2080aqds_defconfig index
> > bc4c218c21..b14b3ca5e7 100644
> > --- a/configs/ls2080aqds_defconfig
> > +++ b/configs/ls2080aqds_defconfig
> > @@ -63,3 +63,4 @@ CONFIG_DM_USB=y
> >  CONFIG_USB_XHCI_HCD=y
> >  CONFIG_USB_XHCI_DWC3=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2080aqds_nand_defconfig
> > b/configs/ls2080aqds_nand_defconfig
> > index e840cbf0ef..fac2b04068 100644
> > --- a/configs/ls2080aqds_nand_defconfig
> > +++ b/configs/ls2080aqds_nand_defconfig
> > @@ -70,3 +70,4 @@ CONFIG_DM_USB=y
> >  CONFIG_USB_XHCI_HCD=y
> >  CONFIG_USB_XHCI_DWC3=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2080aqds_qspi_defconfig
> > b/configs/ls2080aqds_qspi_defconfig
> > index 861e652f7f..343c7675e0 100644
> > --- a/configs/ls2080aqds_qspi_defconfig
> > +++ b/configs/ls2080aqds_qspi_defconfig
> > @@ -62,3 +62,4 @@ CONFIG_DM_USB=y
> >  CONFIG_USB_XHCI_HCD=y
> >  CONFIG_USB_XHCI_DWC3=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2080aqds_sdcard_defconfig
> > b/configs/ls2080aqds_sdcard_defconfig
> > index 864e70d334..dd2862ffe0 100644
> > --- a/configs/ls2080aqds_sdcard_defconfig
> > +++ b/configs/ls2080aqds_sdcard_defconfig
> > @@ -69,3 +69,4 @@ CONFIG_DM_USB=y
> >  CONFIG_USB_XHCI_HCD=y
> >  CONFIG_USB_XHCI_DWC3=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2080ardb_SECURE_BOOT_defconfig
> > b/configs/ls2080ardb_SECURE_BOOT_defconfig
> > index 4abfc64705..743e25f7b7 100644
> > --- a/configs/ls2080ardb_SECURE_BOOT_defconfig
> > +++ b/configs/ls2080ardb_SECURE_BOOT_defconfig
> > @@ -64,3 +64,4 @@ CONFIG_USB_XHCI_DWC3=y  CONFIG_RSA=y
> > CONFIG_RSA_SOFTWARE_EXP=y
> CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2080ardb_defconfig
> > b/configs/ls2080ardb_defconfig index 0102e14ecb..e9dfc3603e 100644
> > --- a/configs/ls2080ardb_defconfig
> > +++ b/configs/ls2080ardb_defconfig
> > @@ -65,3 +65,4 @@ CONFIG_DM_USB=y
> >  CONFIG_USB_XHCI_HCD=y
> >  CONFIG_USB_XHCI_DWC3=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2080ardb_nand_defconfig
> > b/configs/ls2080ardb_nand_defconfig
> > index 448e0fe58d..68ec26e405 100644
> > --- a/configs/ls2080ardb_nand_defconfig
> > +++ b/configs/ls2080ardb_nand_defconfig
> > @@ -70,3 +70,4 @@ CONFIG_DM_USB=y
> >  CONFIG_USB_XHCI_HCD=y
> >  CONFIG_USB_XHCI_DWC3=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2081ardb_defconfig
> > b/configs/ls2081ardb_defconfig index
> > e446a1120b..4036ed94e5 100644
> > --- a/configs/ls2081ardb_defconfig
> > +++ b/configs/ls2081ardb_defconfig
> > @@ -62,3 +62,4 @@ CONFIG_DM_USB=y
> >  CONFIG_USB_XHCI_HCD=y
> >  CONFIG_USB_XHCI_DWC3=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2088aqds_tfa_defconfig
> > b/configs/ls2088aqds_tfa_defconfig
> > index 9f49736b4f..d3ee37cabe 100644
> > --- a/configs/ls2088aqds_tfa_defconfig
> > +++ b/configs/ls2088aqds_tfa_defconfig
> > @@ -74,3 +74,4 @@ CONFIG_DM_USB=y
> >  CONFIG_USB_XHCI_HCD=y
> >  CONFIG_USB_XHCI_DWC3=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
> > b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
> > index ae4a6820ff..9b06bf4257 100644
> > --- a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
> > +++ b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
> > @@ -59,3 +59,4 @@ CONFIG_USB_XHCI_DWC3=y  CONFIG_RSA=y
> > CONFIG_RSA_SOFTWARE_EXP=y
> CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2088ardb_qspi_defconfig
> > b/configs/ls2088ardb_qspi_defconfig
> > index 1ad5f3b367..3203384c5b 100644
> > --- a/configs/ls2088ardb_qspi_defconfig
> > +++ b/configs/ls2088ardb_qspi_defconfig
> > @@ -63,3 +63,4 @@ CONFIG_DM_USB=y
> >  CONFIG_USB_XHCI_HCD=y
> >  CONFIG_USB_XHCI_DWC3=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> > b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> > index c0d0a99c8a..41a2770bb9 100644
> > --- a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> > +++ b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> > @@ -76,3 +76,4 @@ CONFIG_RSA=y
> >  CONFIG_SPL_RSA=y
> >  CONFIG_RSA_SOFTWARE_EXP=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > diff --git a/configs/ls2088ardb_tfa_defconfig
> > b/configs/ls2088ardb_tfa_defconfig
> > index ccbaaf7a5c..b27b2c59cb 100644
> > --- a/configs/ls2088ardb_tfa_defconfig
> > +++ b/configs/ls2088ardb_tfa_defconfig
> > @@ -81,3 +81,4 @@ CONFIG_DM_USB=y
> >  CONFIG_USB_XHCI_HCD=y
> >  CONFIG_USB_XHCI_DWC3=y
> >  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
> > +CONFIG_GIC_V3_ITS=y
> > --
> > 2.17.1



More information about the U-Boot mailing list