From 8905806adb192188cc97a6084e899dbb69091448 Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Sat, 23 Mar 2019 16:24:42 -0600 Subject: Split APE SHM out of the APE register area. Instantiate 4x in the APE, one per functino. --- libs/bcm5719/APE_sym.s | 16 ++++++++++++++++ libs/bcm5719/bcm5719_sym.s | 4 ++++ 2 files changed, 20 insertions(+) (limited to 'libs') 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 -- cgit v1.2.1