aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/lib/cfg/platform/qemu.hwibin0 -> 96 bytes
-rw-r--r--src/lib/cfg/platform/qemu.hwi.license3
-rw-r--r--src/lib/cfg/platform/qemu.txt3
-rw-r--r--src/lib/cfg/platform/qemu.txt.license3
5 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index c57e1df..1dc1ede 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ zig build -Dplatform=<PLATFORM>
```
Replace `<PLATFORM>` with the platform you want to build for.
-Support options include `qemu` and `lpi4a`.
+Supported options include `qemu` and `lpi4a`.
See the `src/lib/cfg/platform` directory for the full list.
You can also use any other Zig build mode, e.g. `--release=fast`.
diff --git a/src/lib/cfg/platform/qemu.hwi b/src/lib/cfg/platform/qemu.hwi
new file mode 100644
index 0000000..4cc52e8
--- /dev/null
+++ b/src/lib/cfg/platform/qemu.hwi
Binary files differ
diff --git a/src/lib/cfg/platform/qemu.hwi.license b/src/lib/cfg/platform/qemu.hwi.license
new file mode 100644
index 0000000..b2d2485
--- /dev/null
+++ b/src/lib/cfg/platform/qemu.hwi.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2024 Himbeer <himbeer@disroot.org>
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/src/lib/cfg/platform/qemu.txt b/src/lib/cfg/platform/qemu.txt
new file mode 100644
index 0000000..352e5d4
--- /dev/null
+++ b/src/lib/cfg/platform/qemu.txt
@@ -0,0 +1,3 @@
+cpus 0 0 0x989680
+plic 0xc000000 0x600000
+pcie 0x30000000 0x10000000
diff --git a/src/lib/cfg/platform/qemu.txt.license b/src/lib/cfg/platform/qemu.txt.license
new file mode 100644
index 0000000..b2d2485
--- /dev/null
+++ b/src/lib/cfg/platform/qemu.txt.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2024 Himbeer <himbeer@disroot.org>
+
+SPDX-License-Identifier: CC0-1.0