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/boot/rv64/jh7110/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 atos/boot/rv64/jh7110/Makefile (limited to 'atos/boot/rv64/jh7110') diff --git a/atos/boot/rv64/jh7110/Makefile b/atos/boot/rv64/jh7110/Makefile new file mode 100644 index 0000000..122fdba --- /dev/null +++ b/atos/boot/rv64/jh7110/Makefile @@ -0,0 +1,11 @@ +# +# Copyright (c) 2026, Apollo Telephone Laboratories. +# Provided under the BSD-3 clause. +# + +IMG_PATH = $(GLOBAL_ROOT)/out/cirrus.img + +.PHONY: all +all: + mkfs.fat -C $(IMG_PATH) 4096 + mcopy -i $(IMG_PATH) $(GLOBAL_ROOT)/out/atos.bin :: -- cgit v1.2.3