From b2b2d5124db13714ed82181c9558568d908dfa2a Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 9 Dec 2022 00:32:34 -0600 Subject: Implement cp15 control --- tb/sim/cpuid.S | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tb/sim/cpuid.S (limited to 'tb/sim/cpuid.S') diff --git a/tb/sim/cpuid.S b/tb/sim/cpuid.S new file mode 100644 index 0000000..cde1786 --- /dev/null +++ b/tb/sim/cpuid.S @@ -0,0 +1,4 @@ +.global reset +reset: + mrc p15, 0, r0, c0, c0, 0 + mov pc, lr -- cgit v1.2.3