diff mbox series

arm64: versal-net: Setup correct addresses of GICR/GICD

Message ID 5d3d0e1afb1f673ffeb4a1c5d7f040475c806a30.1707220293.git.michal.simek@amd.com
State Accepted
Commit c2ad5fb616d4e8aa2ac00e224030589847731fbe
Delegated to: Michal Simek
Headers show
Series arm64: versal-net: Setup correct addresses of GICR/GICD | expand

Commit Message

Michal Simek Feb. 6, 2024, 11:51 a.m. UTC
Previous addresses where used in past in emulation environment but never
gets to silicon that's why use correct addresses.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 include/configs/xilinx_versal_net.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Michal Simek Feb. 14, 2024, 10:23 a.m. UTC | #1
On 2/6/24 12:51, Michal Simek wrote:
> Previous addresses where used in past in emulation environment but never
> gets to silicon that's why use correct addresses.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   include/configs/xilinx_versal_net.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/configs/xilinx_versal_net.h b/include/configs/xilinx_versal_net.h
> index 2b441da91a10..9cb6b2bfea3e 100644
> --- a/include/configs/xilinx_versal_net.h
> +++ b/include/configs/xilinx_versal_net.h
> @@ -16,8 +16,8 @@
>   /* #define CONFIG_ARMV8_SWITCH_TO_EL1 */
>   
>   /* Generic Interrupt Controller Definitions */
> -#define GICD_BASE	0xF9000000
> -#define GICR_BASE	0xF9060000
> +#define GICD_BASE	0xe2000000
> +#define GICR_BASE	0xe2060000
>   
>   /* Serial setup */
>   #define CFG_SYS_BAUDRATE_TABLE \

Applied.
M
diff mbox series

Patch

diff --git a/include/configs/xilinx_versal_net.h b/include/configs/xilinx_versal_net.h
index 2b441da91a10..9cb6b2bfea3e 100644
--- a/include/configs/xilinx_versal_net.h
+++ b/include/configs/xilinx_versal_net.h
@@ -16,8 +16,8 @@ 
 /* #define CONFIG_ARMV8_SWITCH_TO_EL1 */
 
 /* Generic Interrupt Controller Definitions */
-#define GICD_BASE	0xF9000000
-#define GICR_BASE	0xF9060000
+#define GICD_BASE	0xe2000000
+#define GICR_BASE	0xe2060000
 
 /* Serial setup */
 #define CFG_SYS_BAUDRATE_TABLE \