summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/qoriq/start/epapr_hcalls.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/qoriq/start/epapr_hcalls.S')
-rw-r--r--bsps/powerpc/qoriq/start/epapr_hcalls.S26
1 files changed, 26 insertions, 0 deletions
diff --git a/bsps/powerpc/qoriq/start/epapr_hcalls.S b/bsps/powerpc/qoriq/start/epapr_hcalls.S
new file mode 100644
index 0000000000..b019e5d710
--- /dev/null
+++ b/bsps/powerpc/qoriq/start/epapr_hcalls.S
@@ -0,0 +1,26 @@
+/*
+ * Copyright (c) 2017 embedded brains GmbH. All rights reserved.
+ *
+ * embedded brains GmbH
+ * Dornierstr. 4
+ * 82178 Puchheim
+ * Germany
+ * <rtems@embedded-brains.de>
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#include <libcpu/powerpc-utility.h>
+
+ .text
+
+ .global epapr_hypercall_start
+epapr_hypercall_start:
+
+ sc 1
+ nop
+ nop
+ nop
+ blr