diff mbox series

[PATCHv3,2/3] configs: meson64: enable GIC support for G12A/G12B

Message ID 20191226113353.1757-3-linux.amoon@gmail.com
State Accepted, archived
Commit 920c0d4523a846bd33ec6ca0cb27462cc01e33b5
Delegated to: Neil Armstrong
Headers show
Series Odroid n2 using eMMC would fail to boot up | expand

Commit Message

Anand Moon Dec. 26, 2019, 11:33 a.m. UTC
Enable GIC support for G12A/G12B platform.

Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
---
 include/configs/meson64.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Neil Armstrong Jan. 7, 2020, 1:41 p.m. UTC | #1
On 26/12/2019 12:33, Anand Moon wrote:
> Enable GIC support for G12A/G12B platform.
> 
> Signed-off-by: Anand Moon <linux.amoon@gmail.com>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  include/configs/meson64.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/meson64.h b/include/configs/meson64.h
> index 736081277d..50707a3197 100644
> --- a/include/configs/meson64.h
> +++ b/include/configs/meson64.h
> @@ -8,7 +8,7 @@
>  #define __MESON64_CONFIG_H
>  
>  /* Generic Interrupt Controller Definitions */
> -#if defined(CONFIG_MESON_AXG)
> +#if (defined(CONFIG_MESON_AXG) || defined(CONFIG_MESON_G12A))
>  #define GICD_BASE			0xffc01000
>  #define GICC_BASE			0xffc02000
>  #else /* MESON GXL and GXBB */
> 

Applied this patch to u-boot-amlogic

Neil
Peng Fan Jan. 8, 2020, 1:15 a.m. UTC | #2
> Subject: Re: [PATCHv3 2/3] configs: meson64: enable GIC support for
> G12A/G12B
> 
> On 26/12/2019 12:33, Anand Moon wrote:
> > Enable GIC support for G12A/G12B platform.

Just wonder what is GIC support in U-Boot?

Thanks,
Peng.

> >
> > Signed-off-by: Anand Moon <linux.amoon@gmail.com>
> > Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
> > ---
> >  include/configs/meson64.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/include/configs/meson64.h b/include/configs/meson64.h
> > index 736081277d..50707a3197 100644
> > --- a/include/configs/meson64.h
> > +++ b/include/configs/meson64.h
> > @@ -8,7 +8,7 @@
> >  #define __MESON64_CONFIG_H
> >
> >  /* Generic Interrupt Controller Definitions */ -#if
> > defined(CONFIG_MESON_AXG)
> > +#if (defined(CONFIG_MESON_AXG) || defined(CONFIG_MESON_G12A))
> >  #define GICD_BASE			0xffc01000
> >  #define GICC_BASE			0xffc02000
> >  #else /* MESON GXL and GXBB */
> >
> 
> Applied this patch to u-boot-amlogic
> 
> Neil
diff mbox series

Patch

diff --git a/include/configs/meson64.h b/include/configs/meson64.h
index 736081277d..50707a3197 100644
--- a/include/configs/meson64.h
+++ b/include/configs/meson64.h
@@ -8,7 +8,7 @@ 
 #define __MESON64_CONFIG_H
 
 /* Generic Interrupt Controller Definitions */
-#if defined(CONFIG_MESON_AXG)
+#if (defined(CONFIG_MESON_AXG) || defined(CONFIG_MESON_G12A))
 #define GICD_BASE			0xffc01000
 #define GICC_BASE			0xffc02000
 #else /* MESON GXL and GXBB */