From b93251d1661fe46fc4c02be7885675eaf3e90858 Mon Sep 17 00:00:00 2001 From: "Ian M." Date: Fri, 18 Sep 2026 02:22:24 +0000 Subject: initial commit Signed-off-by: Ian M. --- atos/arch/rv64/jh7110/ke/head.S | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 atos/arch/rv64/jh7110/ke/head.S (limited to 'atos/arch/rv64/jh7110/ke/head.S') 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 -- cgit v1.2.3