summaryrefslogtreecommitdiff
path: root/atos/arch/rv64/jh7110/ke/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'atos/arch/rv64/jh7110/ke/head.S')
-rw-r--r--atos/arch/rv64/jh7110/ke/head.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/atos/arch/rv64/jh7110/ke/head.S b/atos/arch/rv64/jh7110/ke/head.S
new file mode 100644
index 0000000..bc4a5ae
--- /dev/null
+++ b/atos/arch/rv64/jh7110/ke/head.S
@@ -0,0 +1,10 @@
+/*
+ * Copyright (c) 2026, Apollo Telephone Laboratories.
+ * Provided under the BSD-3 clause.
+ */
+
+ .text
+ .globl MdHartEntry
+MdHartEntry:
+1: wfi
+ j 1b