Skip to content

Commit

Permalink
MIPS: remove deprecated qemu_mips board
Browse files Browse the repository at this point in the history
Remove qemu_mips boards because DM migration doesn't make sense.
The board support for qemu_mips is already marked as deprecated
in Qemu in favour of the Malta board. Also qemu_mips support
has been removed from Linux a long time ago.

The official replacement is the Malta board. The same Malta U-Boot
image can be used with Qemu and on physical hardware.
All combinations of Big Endian and Little Endian as well as 32 bit
and 64 bit are supported.

Signed-off-by: Daniel Schwierzeck <[email protected]>
  • Loading branch information
danielschwierzeck committed May 25, 2021
1 parent 9c8e58a commit 5308a71
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 512 deletions.
12 changes: 0 additions & 12 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,18 +205,6 @@ jobs:
qemu_arm64:
TEST_PY_BD: "qemu_arm64"
TEST_PY_TEST_SPEC: "not sleep"
qemu_mips:
TEST_PY_BD: "qemu_mips"
TEST_PY_TEST_SPEC: "not sleep"
qemu_mipsel:
TEST_PY_BD: "qemu_mipsel"
TEST_PY_TEST_SPEC: "not sleep"
qemu_mips64:
TEST_PY_BD: "qemu_mips64"
TEST_PY_TEST_SPEC: "not sleep"
qemu_mips64el:
TEST_PY_BD: "qemu_mips64el"
TEST_PY_TEST_SPEC: "not sleep"
qemu_malta:
TEST_PY_BD: "malta"
TEST_PY_ID: "--id qemu"
Expand Down
24 changes: 0 additions & 24 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,30 +225,6 @@ qemu_arm64 test.py:
TEST_PY_TEST_SPEC: "not sleep"
<<: *buildman_and_testpy_dfn

qemu_mips test.py:
variables:
TEST_PY_BD: "qemu_mips"
TEST_PY_TEST_SPEC: "not sleep"
<<: *buildman_and_testpy_dfn

qemu_mipsel test.py:
variables:
TEST_PY_BD: "qemu_mipsel"
TEST_PY_TEST_SPEC: "not sleep"
<<: *buildman_and_testpy_dfn

qemu_mips64 test.py:
variables:
TEST_PY_BD: "qemu_mips64"
TEST_PY_TEST_SPEC: "not sleep"
<<: *buildman_and_testpy_dfn

qemu_mips64el test.py:
variables:
TEST_PY_BD: "qemu_mips64el"
TEST_PY_TEST_SPEC: "not sleep"
<<: *buildman_and_testpy_dfn

qemu_malta test.py:
variables:
TEST_PY_BD: "malta"
Expand Down
11 changes: 0 additions & 11 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ choice
prompt "Target select"
optional

config TARGET_QEMU_MIPS
bool "Support qemu-mips"
select ROM_EXCEPTION_VECTORS
select SUPPORTS_BIG_ENDIAN
select SUPPORTS_CPU_MIPS32_R1
select SUPPORTS_CPU_MIPS32_R2
select SUPPORTS_CPU_MIPS64_R1
select SUPPORTS_CPU_MIPS64_R2
select SUPPORTS_LITTLE_ENDIAN

config TARGET_MALTA
bool "Support malta"
select DM
Expand Down Expand Up @@ -174,7 +164,6 @@ endchoice
source "board/imgtec/boston/Kconfig"
source "board/imgtec/malta/Kconfig"
source "board/imgtec/xilfpga/Kconfig"
source "board/qemu-mips/Kconfig"
source "arch/mips/mach-ath79/Kconfig"
source "arch/mips/mach-mscc/Kconfig"
source "arch/mips/mach-bmips/Kconfig"
Expand Down
26 changes: 0 additions & 26 deletions board/qemu-mips/Kconfig

This file was deleted.

14 changes: 0 additions & 14 deletions board/qemu-mips/MAINTAINERS

This file was deleted.

7 changes: 0 additions & 7 deletions board/qemu-mips/Makefile

This file was deleted.

40 changes: 0 additions & 40 deletions board/qemu-mips/lowlevel_init.S

This file was deleted.

85 changes: 0 additions & 85 deletions board/qemu-mips/qemu-mips.c

This file was deleted.

29 changes: 0 additions & 29 deletions configs/qemu_mips64_defconfig

This file was deleted.

30 changes: 0 additions & 30 deletions configs/qemu_mips64el_defconfig

This file was deleted.

27 changes: 0 additions & 27 deletions configs/qemu_mips_defconfig

This file was deleted.

28 changes: 0 additions & 28 deletions configs/qemu_mipsel_defconfig

This file was deleted.

Loading

0 comments on commit 5308a71

Please sign in to comment.