resources: Add lupIO resources to resources.json

Note: Adding the sources to this resources is still a TODO.
Change-Id: I410b3a25064aa1a8dcfaf058a4f110232385d08b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-resources/+/53563
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: Bobby Bruce <bbruce@ucdavis.edu>
diff --git a/resources.json b/resources.json
index bed2e3f..dec0e31 100644
--- a/resources.json
+++ b/resources.json
@@ -18,6 +18,20 @@
             }
         },
         {
+            "type": "resource",
+            "name" : "riscv-lupio-busybox-img",
+            "documentation" : "A RISCV disk image, based on busybox, to be used with the LupioBoard. Should be used with the 'riscv-lupio-busybox-img' kernel resource.",
+            "architecture": "RISCV",
+            "is_zipped" : true,
+            "md5sum" : "e5bee8a31f45f4803f87c0d781553ccc",
+            "url": "{url_base}/images/riscv/busybox/riscv-lupio-busybox.img.gz",
+            "source" : null,
+            "additional_metadata" : {
+                "root_partition": "1"
+            }
+        },
+
+        {
             "type" : "resource",
             "name" : "x86-m5-exit",
             "documentation" : "A simple binary which will run `m5 exit`. Compiled to the X86 ISA.",
@@ -161,6 +175,15 @@
                     "md5sum" : "ac29fe5f71c096e6b2044b4e4d623edc",
                     "url" : "{url_base}/kernels/riscv/static/bootloader-vmlinux-5.10",
                     "source" : "src/riscv-fs"
+                },
+                {
+                    "type" : "resource",
+                    "name" : "riscv-lupio-linux-kernel",
+                    "documentation": "A kernel built with LupIO device (https://gitlab.com/luplab/lupio) drivers. Must be used when setting LupIO board workloads. Compataible with the 'riscv-lupio-busybox-img' disk image resource.",
+                    "is_zipped" : false,
+                    "md5sum" : "f94351edbbb0e7bd9617f7b381635546",
+                    "url" : "{url_base}/kernels/riscv/static/lupio-linux",
+                    "source" : null
                 }
             ]
         },