public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anand Moon <linux.amoon@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] configs: meson64: enable GIC support for G12A/G12B
Date: Tue, 26 Nov 2019 21:12:04 +0000	[thread overview]
Message-ID: <20191126211206.4537-3-linux.amoon@gmail.com> (raw)
In-Reply-To: <20191126211206.4537-1-linux.amoon@gmail.com>

Enable GIC support for G12A/G12B platform.

Signed-off-by: Anand Moon <linux.amoon@gmail.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 */
-- 
2.24.0

  parent reply	other threads:[~2019-11-26 21:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 21:12 [U-Boot] [PATCH 0/4] Odroid n2 using eMMC would fail to boot up Anand Moon
2019-11-26 21:12 ` [U-Boot] [PATCH 1/4] mmc: meson-gx: Fix tx phase in the tuning process Anand Moon
2019-11-27 13:00   ` Neil Armstrong
2019-11-27 14:42     ` Anand Moon
2019-12-04  9:26       ` Neil Armstrong
2019-12-20 10:10         ` Neil Armstrong
2019-12-20 18:58           ` Anand Moon
2019-12-20 18:47             ` Anand Moon
2019-12-20 19:23               ` Jerome Brunet
2019-12-21 11:30                 ` Anand Moon
2019-11-26 21:12 ` Anand Moon [this message]
2019-11-27 12:56   ` [U-Boot] [PATCH 2/4] configs: meson64: enable GIC support for G12A/G12B Neil Armstrong
2019-11-26 21:12 ` [U-Boot] [PATCH 3/4] board: amlogic: select PWRSEQ for all amlogic platform Anand Moon
2019-11-27 12:56   ` Neil Armstrong
2019-11-26 21:12 ` [U-Boot] [PATCH 4/4] board: amlogic: Add missing config option Anand Moon
2019-11-27 12:55   ` Neil Armstrong
2019-11-27 14:43     ` Anand Moon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191126211206.4537-3-linux.amoon@gmail.com \
    --to=linux.amoon@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox