summaryrefslogtreecommitdiffstats
path: root/libs/bcm5719
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-03-23 16:24:42 -0600
committerEvan Lojewski <github@meklort.com>2019-03-23 16:24:42 -0600
commit8905806adb192188cc97a6084e899dbb69091448 (patch)
tree8b1ff21ee4355e5c05e72daf7b1f3226207be808 /libs/bcm5719
parent97f0d0f23389f19e09abafae2e2cc5131bfb1874 (diff)
downloadbcm5719-ortega-8905806adb192188cc97a6084e899dbb69091448.tar.gz
bcm5719-ortega-8905806adb192188cc97a6084e899dbb69091448.zip
Split APE SHM out of the APE register area. Instantiate 4x in the APE, one per functino.
Diffstat (limited to 'libs/bcm5719')
-rw-r--r--libs/bcm5719/APE_sym.s16
-rw-r--r--libs/bcm5719/bcm5719_sym.s4
2 files changed, 20 insertions, 0 deletions
diff --git a/libs/bcm5719/APE_sym.s b/libs/bcm5719/APE_sym.s
index df23eb1..ca1184e 100644
--- a/libs/bcm5719/APE_sym.s
+++ b/libs/bcm5719/APE_sym.s
@@ -68,4 +68,20 @@
.equ NVM, 0x60240000
.size NVM, 0x3c
+.global SHM
+.equ SHM, 0x60220000
+.size SHM, 0x9b4
+
+.global SHM1
+.equ SHM1, 0x60221000
+.size SHM1, 0x0
+
+.global SHM2
+.equ SHM2, 0x60222000
+.size SHM2, 0x0
+
+.global SHM3
+.equ SHM3, 0x60223000
+.size SHM3, 0x0
+
diff --git a/libs/bcm5719/bcm5719_sym.s b/libs/bcm5719/bcm5719_sym.s
index 7b9561a..b08df7e 100644
--- a/libs/bcm5719/bcm5719_sym.s
+++ b/libs/bcm5719/bcm5719_sym.s
@@ -76,6 +76,10 @@
.equ SDBCACHE, 0x20000
.size SDBCACHE, 0xc800
+.global SHM
+.equ SHM, 0xc0014000
+.size SHM, 0x9b4
+
.global TXMBUF
.equ TXMBUF, 0x2c800
.size TXMBUF, 0x7400
OpenPOWER on IntegriCloud