summaryrefslogtreecommitdiffstats
path: root/cf-fsi-fw.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-06 14:49:57 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-06 14:49:57 +1000
commit7bb0225cade2d7f352314e26d7bbf043c1de296c (patch)
tree4d4661e1dd970bc2e8a435989ec935d183b1c289 /cf-fsi-fw.h
parent3fceea5544f8c7614c07ee9664783b750bb0e721 (diff)
downloadcf-fsi-7bb0225cade2d7f352314e26d7bbf043c1de296c.tar.gz
cf-fsi-7bb0225cade2d7f352314e26d7bbf043c1de296c.zip
Header cleanups
Diffstat (limited to 'cf-fsi-fw.h')
-rw-r--r--cf-fsi-fw.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cf-fsi-fw.h b/cf-fsi-fw.h
index 0cbcb20..4942901 100644
--- a/cf-fsi-fw.h
+++ b/cf-fsi-fw.h
@@ -56,6 +56,8 @@
/* Signature & version */
#define SYS_SIG_REG 0x0c /* 2 bytes system signature */
+#define SYS_SIG_ROMULUS 0x526d /* 'Rm' */
+#define SYS_SIG_WITHERSPOON 0x5773 /* 'Ws' */
#define FW_VERS_REG 0x0e
#define API_VERS_REG 0x0f
@@ -88,8 +90,8 @@
* SRAM layout: Trace buffer (debug builds only)
*/
#define TRACEBUF 0x100
-#define TR_CLKOBIT0 0x80
-#define TR_CLKOBIT1 0x81
+#define TR_CLKOBIT0 0xc0
+#define TR_CLKOBIT1 0xc1
#define TR_CLKOSTART 0x82
#define TR_OLEN 0x83/* + len */
#define TR_CLKZ 0x84 /* + count */
OpenPOWER on IntegriCloud