diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/lib/cfg/platform/qemu.hwi | bin | 0 -> 96 bytes | |||
-rw-r--r-- | src/lib/cfg/platform/qemu.hwi.license | 3 | ||||
-rw-r--r-- | src/lib/cfg/platform/qemu.txt | 3 | ||||
-rw-r--r-- | src/lib/cfg/platform/qemu.txt.license | 3 |
5 files changed, 10 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..4cc52e8 --- /dev/null +++ b/src/lib/cfg/platform/qemu.hwi 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 |