summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-22 16:23:11 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-04-12 13:21:02 -0500
commitda3be2e4bd8e322830f7be12e9b375bbe62de42a (patch)
treeb51f0537bfee80212809463cdd5cd32637753252 /include
parentb0a9eb5952d2071a5d7e3943778516aaf29b890f (diff)
downloadtalos-skiboot-da3be2e4bd8e322830f7be12e9b375bbe62de42a.tar.gz
talos-skiboot-da3be2e4bd8e322830f7be12e9b375bbe62de42a.zip
Signal skiboot completion to BMC when done
Diffstat (limited to 'include')
-rw-r--r--include/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ast.h b/include/ast.h
index 414ff6a3..50e7dbef 100644
--- a/include/ast.h
+++ b/include/ast.h
@@ -36,6 +36,7 @@
/* LPC registers */
#define LPC_BASE 0x1e789000
+#define LPC_BTIMSR (LPC_BASE + 0x60)
#define LPC_HICR6 (LPC_BASE + 0x80)
#define LPC_HICR7 (LPC_BASE + 0x88)
#define LPC_HICR8 (LPC_BASE + 0x8c)
OpenPOWER on IntegriCloud