diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-03-27 12:10:58 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-04-24 16:03:38 +0200 |
commit | 6c3014858c4c0024dd0560f08a6eda0f92f658d6 (patch) | |
tree | dd474c2e68b37c51c9cb7526e48452aaddccb19e /docs/user | |
parent | 92360d6e624404492afe5d32ca669a33df181742 (diff) | |
download | qemu-6c3014858c4c0024dd0560f08a6eda0f92f658d6.zip qemu-6c3014858c4c0024dd0560f08a6eda0f92f658d6.tar.gz qemu-6c3014858c4c0024dd0560f08a6eda0f92f658d6.tar.bz2 |
target/nios2: Remove the deprecated Nios II target
The Nios II target is deprecated since v8.2 in commit 9997771bc1
("target/nios2: Deprecate the Nios II architecture").
Remove:
- Buildsys / CI infra
- User emulation
- System emulation (10m50-ghrd & nios2-generic-nommu machines)
- Tests
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Marek Vasut <marex@denx.de>
Message-Id: <20240327144806.11319-3-philmd@linaro.org>
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/main.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/user/main.rst b/docs/user/main.rst index d5fbb78..e04bc2c 100644 --- a/docs/user/main.rst +++ b/docs/user/main.rst @@ -159,10 +159,6 @@ Other binaries * ``qemu-mipsn32el`` executes 32-bit little endian MIPS binaries (MIPS N32 ABI). -- user mode (NiosII) - - * ``qemu-nios2`` TODO. - - user mode (PowerPC) * ``qemu-ppc64`` TODO. |