diff mbox series

[v3,09/15] configs: ns3: enable GIC ITS LPI table programing

Message ID 20200610104120.30668-10-rayagonda.kokatanur@broadcom.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series add initial support for broadcom NS3 soc | expand

Commit Message

Rayagonda Kokatanur June 10, 2020, 10:41 a.m. UTC
Enables the GIC_V3 ITS LPI configuration table and
LPI table.

Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Signed-off-by: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
---
 configs/bcm_ns3_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass June 26, 2020, 1:11 a.m. UTC | #1
On Wed, 10 Jun 2020 at 04:42, Rayagonda Kokatanur
<rayagonda.kokatanur@broadcom.com> wrote:
>
> Enables the GIC_V3 ITS LPI configuration table and
> LPI table.

Please write out these in full somewhere. As it is they are
meaningless to people reading the commit.

>
> Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
> Signed-off-by: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
> ---
>  configs/bcm_ns3_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>


> diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig
> index 7e51a926f7..040e753f9f 100644
> --- a/configs/bcm_ns3_defconfig
> +++ b/configs/bcm_ns3_defconfig
> @@ -1,4 +1,5 @@
>  CONFIG_ARM=y
> +CONFIG_GIC_V3_ITS=y
>  CONFIG_TARGET_BCMNS3=y
>  CONFIG_SYS_TEXT_BASE=0xFF000000
>  CONFIG_ENV_SIZE=0x80000
> --
> 2.17.1
>
diff mbox series

Patch

diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig
index 7e51a926f7..040e753f9f 100644
--- a/configs/bcm_ns3_defconfig
+++ b/configs/bcm_ns3_defconfig
@@ -1,4 +1,5 @@ 
 CONFIG_ARM=y
+CONFIG_GIC_V3_ITS=y
 CONFIG_TARGET_BCMNS3=y
 CONFIG_SYS_TEXT_BASE=0xFF000000
 CONFIG_ENV_SIZE=0x80000