summaryrefslogtreecommitdiffstats
path: root/libs/bcm5719
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-04-13 14:41:27 -0600
committerEvan Lojewski <github@meklort.com>2019-04-13 14:41:27 -0600
commit9db4685b32a3ece9f0e95a1bc97b051c2019cb4a (patch)
tree7f4b48bccaa5667b9414882bb8c3e31efbc2a505 /libs/bcm5719
parent19da364af4fd28d072f03b5f665885a4dc9cbe4c (diff)
downloadbcm5719-ortega-9db4685b32a3ece9f0e95a1bc97b051c2019cb4a.tar.gz
bcm5719-ortega-9db4685b32a3ece9f0e95a1bc97b051c2019cb4a.zip
Split APE register region into two - mapped in different places based on host, mips, or ape cpu.
Diffstat (limited to 'libs/bcm5719')
-rw-r--r--libs/bcm5719/APE_sym.s6
-rw-r--r--libs/bcm5719/bcm5719_sym.s6
2 files changed, 10 insertions, 2 deletions
diff --git a/libs/bcm5719/APE_sym.s b/libs/bcm5719/APE_sym.s
index e5d6e97..fb9dcae 100644
--- a/libs/bcm5719/APE_sym.s
+++ b/libs/bcm5719/APE_sym.s
@@ -46,7 +46,11 @@
.global APE
.equ APE, 0x60200000
-.size APE, 0x8440
+.size APE, 0x328
+
+.global APE_PERI
+.equ APE_PERI, 0x60240000
+.size APE_PERI, 0x440
.global DEVICE
.equ DEVICE, 0xa0040000
diff --git a/libs/bcm5719/bcm5719_sym.s b/libs/bcm5719/bcm5719_sym.s
index b08df7e..08c00dd 100644
--- a/libs/bcm5719/bcm5719_sym.s
+++ b/libs/bcm5719/bcm5719_sym.s
@@ -46,7 +46,11 @@
.global APE
.equ APE, 0xc0010000
-.size APE, 0x8440
+.size APE, 0x328
+
+.global APE_PERI
+.equ APE_PERI, 0xc0018000
+.size APE_PERI, 0x440
.global BOOTCODE
.equ BOOTCODE, 0x8000000
OpenPOWER on IntegriCloud