aboutsummaryrefslogtreecommitdiff
path: root/src/soc/example/min86/cache_as_ram.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/example/min86/cache_as_ram.S')
-rw-r--r--src/soc/example/min86/cache_as_ram.S11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/soc/example/min86/cache_as_ram.S b/src/soc/example/min86/cache_as_ram.S
new file mode 100644
index 0000000000..a350143834
--- /dev/null
+++ b/src/soc/example/min86/cache_as_ram.S
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+.global bootblock_pre_c_entry
+
+.code32
+bootblock_pre_c_entry:
+ call bootblock_c_entry_bist
+
+.Lhlt:
+ hlt
+ jmp .Lhlt