summaryrefslogtreecommitdiffstats
path: root/src/runtime/rt_start.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/rt_start.S')
-rw-r--r--src/runtime/rt_start.S10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/runtime/rt_start.S b/src/runtime/rt_start.S
index cea710b57..a8356fc27 100644
--- a/src/runtime/rt_start.S
+++ b/src/runtime/rt_start.S
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2013
+# COPYRIGHT International Business Machines Corp. 2013,2014
#
# p1
#
@@ -22,8 +22,16 @@
# IBM_PROLOG_END_TAG
.include "kernel/ppcconsts.S"
+#define __HOSTBOOT_RUNTIME_INTERFACE_VERSION_ONLY 1
+#include <runtime/interface.h>
+
.section .text.intvects
+.org 0x0;
+hbrt_desired_interface_version:
+ .quad 0x4842525456455253 # 'HBRTVERS' eyecatch.
+ .quad HOSTBOOT_RUNTIME_INTERFACE_VERSION
+
.org 0x100;
_init:
mflr r10 # Save LR
OpenPOWER on IntegriCloud