summaryrefslogtreecommitdiffstats
path: root/cf-code/cf-fsi-fw.S
diff options
context:
space:
mode:
Diffstat (limited to 'cf-code/cf-fsi-fw.S')
-rw-r--r--cf-code/cf-fsi-fw.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S
index 7bcc8c8..9ac91ee 100644
--- a/cf-code/cf-fsi-fw.S
+++ b/cf-code/cf-fsi-fw.S
@@ -198,6 +198,10 @@ _start:
add.l #DATA_GPIO_VREG,%a4
movea.l #CVIC_BASE,%a2
+ /* Store some diagnostic stuff */
+ move.l %d0,%a1@(CF_RESET_D0)
+ move.l %d1,%a1@(CF_RESET_D1)
+
/* Cache clock bit number */
moveq.l #CLOCK_GPIO_BIT,%d5
OpenPOWER on IntegriCloud