summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLojewski, Evan <github@meklort.com>2019-05-12 03:28:30 -0600
committerLojewski, Evan <github@meklort.com>2019-05-12 03:28:30 -0600
commitcc10033a4f758ce3e9199afe515c5a080d6b3ecb (patch)
tree2c2be2794b53f4ba27ae2c66eacec28476a97334 /include
parent838f2e1bf458feb438eb27fdc637b1cd7486959a (diff)
downloadbcm5719-ortega-cc10033a4f758ce3e9199afe515c5a080d6b3ecb.tar.gz
bcm5719-ortega-cc10033a4f758ce3e9199afe515c5a080d6b3ecb.zip
Add defines for ape entry in the code directory.
Diffstat (limited to 'include')
-rw-r--r--include/bcm5719_eeprom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bcm5719_eeprom.h b/include/bcm5719_eeprom.h
index 4086898..76ea78a 100644
--- a/include/bcm5719_eeprom.h
+++ b/include/bcm5719_eeprom.h
@@ -34,6 +34,9 @@
#define BCM_CODE_DIRECTORY_CPU_RXP (0x05)
#define BCM_CODE_DIRECTORY_CPU_CP (0x06)
#define BCM_CODE_DIRECTORY_CPU_MCP (0x07)
+#define BCM_CODE_DIRECTORY_CPU_APE (0x0D)
+
+#define BCM_CODE_DIRECTORY_ADDR_APE (0x07)
#define BCM_CODE_DIRECTORY_GET_LENGTH(__x__) ((__x__) & (0x00FFFFFFu))
#define BCM_CODE_DIRECTORY_GET_CPU(__x__) (((__x__) & (0x0F000000u)) >> 24) /* FIXME: spec shows bit 27 as reserved. */
OpenPOWER on IntegriCloud