Hi Wasim, Thanks a lot for your review!
Regards, Zhiqiang > -----Original Message----- > From: Wasim Khan <wasim.k...@nxp.com> > Sent: 2020年4月21日 15:41 > To: Z.q. Hou <zhiqiang....@nxp.com>; u-boot@lists.denx.de; Priyanka Jain > <priyanka.j...@nxp.com>; Biwen Li <biwen...@nxp.com> > Cc: Z.q. Hou <zhiqiang....@nxp.com> > Subject: RE: [PATCHv2 7/9] configs: ls1088a: Enable GIC_V3_ITS config > > > > > -----Original Message----- > > From: U-Boot <u-boot-boun...@lists.denx.de> On Behalf Of Zhiqiang Hou > > Sent: Tuesday, March 24, 2020 1:42 PM > > To: u-boot@lists.denx.de; Priyanka Jain <priyanka.j...@nxp.com>; Biwen > > Li <biwen...@nxp.com> > > Cc: Z.q. Hou <zhiqiang....@nxp.com> > > Subject: [PATCHv2 7/9] configs: ls1088a: Enable GIC_V3_ITS config > > > > From: Hou Zhiqiang <zhiqiang....@nxp.com> > > > > Enable GIC_V3_ITS config to initialize the GIC redistributor tables. > > > > Signed-off-by: Hou Zhiqiang <zhiqiang....@nxp.com> > > Reviewed-by: Wasim Khan <wasim.k...@nxp.com> > > > --- > > V2: > > - No change. > > > > configs/ls1088aqds_defconfig | 1 + > > configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | 1 + > > configs/ls1088aqds_qspi_defconfig | 1 + > > configs/ls1088aqds_sdcard_ifc_defconfig | 1 + > > configs/ls1088aqds_sdcard_qspi_defconfig | 1 + > > configs/ls1088aqds_tfa_defconfig | 1 + > > configs/ls1088ardb_qspi_SECURE_BOOT_defconfig | 1 + > > configs/ls1088ardb_qspi_defconfig | 1 + > > configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 1 + > > configs/ls1088ardb_sdcard_qspi_defconfig | 1 + > > configs/ls1088ardb_tfa_SECURE_BOOT_defconfig | 1 + > > configs/ls1088ardb_tfa_defconfig | 1 + > > 12 files changed, 12 insertions(+) > > > > diff --git a/configs/ls1088aqds_defconfig > > b/configs/ls1088aqds_defconfig index > > 7713e58bbe..b1b74f9af4 100644 > > --- a/configs/ls1088aqds_defconfig > > +++ b/configs/ls1088aqds_defconfig > > @@ -59,3 +59,4 @@ CONFIG_USB_XHCI_DWC3=y > CONFIG_USB_DWC3=y > > CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y > > +CONFIG_GIC_V3_ITS=y > > diff --git a/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig > > b/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig > > index 242c40b8b5..943b914e01 100644 > > --- a/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig > > +++ b/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig > > @@ -60,3 +60,4 @@ CONFIG_USB_GADGET=y > > CONFIG_RSA=y > > CONFIG_RSA_SOFTWARE_EXP=y > > CONFIG_EFI_LOADER_BOUNCE_BUFFER=y > > +CONFIG_GIC_V3_ITS=y > > diff --git a/configs/ls1088aqds_qspi_defconfig > > b/configs/ls1088aqds_qspi_defconfig > > index 3649b06a75..490782ebfc 100644 > > --- a/configs/ls1088aqds_qspi_defconfig > > +++ b/configs/ls1088aqds_qspi_defconfig > > @@ -61,3 +61,4 @@ CONFIG_USB_XHCI_DWC3=y > CONFIG_USB_DWC3=y > > CONFIG_USB_GADGET=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y > > +CONFIG_GIC_V3_ITS=y > > diff --git a/configs/ls1088aqds_sdcard_ifc_defconfig > > b/configs/ls1088aqds_sdcard_ifc_defconfig > > index 815ea5ce4a..a4c6b27a3d 100644 > > --- a/configs/ls1088aqds_sdcard_ifc_defconfig > > +++ b/configs/ls1088aqds_sdcard_ifc_defconfig > > @@ -67,3 +67,4 @@ CONFIG_USB_XHCI_DWC3=y > CONFIG_USB_DWC3=y > > CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y > > +CONFIG_GIC_V3_ITS=y > > diff --git a/configs/ls1088aqds_sdcard_qspi_defconfig > > b/configs/ls1088aqds_sdcard_qspi_defconfig > > index 275dbf9e0e..435f704eb3 100644 > > --- a/configs/ls1088aqds_sdcard_qspi_defconfig > > +++ b/configs/ls1088aqds_sdcard_qspi_defconfig > > @@ -70,3 +70,4 @@ CONFIG_USB_XHCI_HCD=y > CONFIG_USB_XHCI_DWC3=y > > CONFIG_USB_DWC3=y CONFIG_USB_GADGET=y > > +CONFIG_GIC_V3_ITS=y > > diff --git a/configs/ls1088aqds_tfa_defconfig > > b/configs/ls1088aqds_tfa_defconfig > > index 1144cba983..5c2a699849 100644 > > --- a/configs/ls1088aqds_tfa_defconfig > > +++ b/configs/ls1088aqds_tfa_defconfig > > @@ -78,3 +78,4 @@ CONFIG_USB_XHCI_DWC3=y > CONFIG_USB_DWC3=y > > CONFIG_USB_GADGET=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y > > +CONFIG_GIC_V3_ITS=y > > diff --git a/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig > > b/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig > > index 3f654e2e1d..89e9a46c4f 100644 > > --- a/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig > > +++ b/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig > > @@ -61,3 +61,4 @@ CONFIG_USB_GADGET=y > > CONFIG_RSA=y > > CONFIG_RSA_SOFTWARE_EXP=y > > CONFIG_EFI_LOADER_BOUNCE_BUFFER=y > > +CONFIG_GIC_V3_ITS=y > > diff --git a/configs/ls1088ardb_qspi_defconfig > > b/configs/ls1088ardb_qspi_defconfig > > index 935d76b4be..3c2fda4593 100644 > > --- a/configs/ls1088ardb_qspi_defconfig > > +++ b/configs/ls1088ardb_qspi_defconfig > > @@ -62,3 +62,4 @@ CONFIG_USB_XHCI_DWC3=y > CONFIG_USB_DWC3=y > > CONFIG_USB_GADGET=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y > > +CONFIG_GIC_V3_ITS=y > > diff --git a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig > > b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig > > index 562cbdd3ab..da41ccaa29 100644 > > --- a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig > > +++ b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig > > @@ -70,3 +70,4 @@ CONFIG_USB_XHCI_DWC3=y > CONFIG_USB_DWC3=y > > CONFIG_RSA=y CONFIG_SPL_RSA=y > > +CONFIG_GIC_V3_ITS=y > > diff --git a/configs/ls1088ardb_sdcard_qspi_defconfig > > b/configs/ls1088ardb_sdcard_qspi_defconfig > > index 1e6fdceca1..0483e5d8d2 100644 > > --- a/configs/ls1088ardb_sdcard_qspi_defconfig > > +++ b/configs/ls1088ardb_sdcard_qspi_defconfig > > @@ -71,3 +71,4 @@ CONFIG_USB_XHCI_HCD=y > CONFIG_USB_XHCI_DWC3=y > > CONFIG_USB_DWC3=y CONFIG_USB_GADGET=y > > +CONFIG_GIC_V3_ITS=y > > diff --git a/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig > > b/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig > > index 0086039e52..079e6c53fb 100644 > > --- a/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig > > +++ b/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig > > @@ -71,3 +71,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/ls1088ardb_tfa_defconfig > > b/configs/ls1088ardb_tfa_defconfig > > index a7908e95b5..e3d4b02d21 100644 > > --- a/configs/ls1088ardb_tfa_defconfig > > +++ b/configs/ls1088ardb_tfa_defconfig > > @@ -77,3 +77,4 @@ CONFIG_USB_ETHER_ASIX=y > CONFIG_USB_ETHER_ASIX88179=y > > CONFIG_USB_ETHER_RTL8152=y > CONFIG_EFI_LOADER_BOUNCE_BUFFER=y > > +CONFIG_GIC_V3_ITS=y > > -- > > 2.17.1