git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db23e67
)
arm64: versal-net: Setup correct addresses of GICR/GICD
author
Michal Simek
<michal.simek@amd.com>
Tue, 6 Feb 2024 11:51:39 +0000
(12:51 +0100)
committer
Michal Simek
<michal.simek@amd.com>
Wed, 14 Feb 2024 10:23:43 +0000
(11:23 +0100)
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>
Link:
https://lore.kernel.org/r/5d3d0e1afb1f673ffeb4a1c5d7f040475c806a30.1707220293.git.michal.simek@amd.com
include/configs/xilinx_versal_net.h
patch
|
blob
|
history
diff --git
a/include/configs/xilinx_versal_net.h
b/include/configs/xilinx_versal_net.h
index
2b441da
..
9cb6b2b
100644
(file)
--- 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 0x
F9
000000
-#define GICR_BASE 0x
F9
060000
+#define GICD_BASE 0x
e2
000000
+#define GICR_BASE 0x
e2
060000
/* Serial setup */
#define CFG_SYS_BAUDRATE_TABLE \