diff options
Diffstat (limited to 'atos/boot/rv64/jh7110')
| -rw-r--r-- | atos/boot/rv64/jh7110/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
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 :: |
