Skip to content

Commit 9d49bcf

Browse files
author
Markus Armbruster
committed
Drop the deprecated lm32 target
Target lm32 was deprecated in commit d849800, v5.2.0. See there for rationale. Some of its code lives on in device models derived from milkymist ones: hw/char/digic-uart.c and hw/display/bcm2835_fb.c. Cc: Michael Walle <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> Message-Id: <[email protected]> Acked-by: Michael Walle <[email protected]> [Trivial conflicts resolved, reST markup fixed]
1 parent 09ec851 commit 9d49bcf

File tree

150 files changed

+17
-12234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+17
-12234
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ build-deprecated:
624624
IMAGE: debian-all-test-cross
625625
CONFIGURE_ARGS: --disable-tools
626626
MAKE_CHECK_ARGS: build-tcg
627-
TARGETS: ppc64abi32-linux-user lm32-softmmu unicore32-softmmu
627+
TARGETS: ppc64abi32-linux-user unicore32-softmmu
628628
artifacts:
629629
expire_in: 2 days
630630
paths:

MAINTAINERS

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -207,19 +207,6 @@ F: disas/hppa.c
207207
F: hw/net/*i82596*
208208
F: include/hw/net/lasi_82596.h
209209

210-
LM32 TCG CPUs
211-
R: Michael Walle <[email protected]>
212-
S: Orphan
213-
F: target/lm32/
214-
F: disas/lm32.c
215-
F: hw/lm32/
216-
F: hw/*/lm32_*
217-
F: hw/*/milkymist-*
218-
F: include/hw/display/milkymist_tmu2.h
219-
F: include/hw/char/lm32_juart.h
220-
F: include/hw/lm32/
221-
F: tests/tcg/lm32/
222-
223210
M68K TCG CPUs
224211
M: Laurent Vivier <[email protected]>
225212
S: Maintained
@@ -1081,18 +1068,6 @@ F: default-configs/*/hppa-softmmu.mak
10811068
F: hw/hppa/
10821069
F: pc-bios/hppa-firmware.img
10831070

1084-
LM32 Machines
1085-
-------------
1086-
EVR32 and uclinux BSP
1087-
R: Michael Walle <[email protected]>
1088-
S: Orphan
1089-
F: hw/lm32/lm32_boards.c
1090-
1091-
milkymist
1092-
R: Michael Walle <[email protected]>
1093-
S: Orphan
1094-
F: hw/lm32/milkymist.c
1095-
10961071
M68K Machines
10971072
-------------
10981073
an5206

configure

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ if [ "$ARCH" = "unknown" ]; then
16631663
fi
16641664

16651665
default_target_list=""
1666-
deprecated_targets_list=ppc64abi32-linux-user,lm32-softmmu,unicore32-softmmu
1666+
deprecated_targets_list=ppc64abi32-linux-user,unicore32-softmmu
16671667
deprecated_features=""
16681668
mak_wilds=""
16691669

@@ -3617,7 +3617,7 @@ case "$fdt" in
36173617
esac
36183618

36193619
##########################################
3620-
# opengl probe (for sdl2, gtk, milkymist-tmu2)
3620+
# opengl probe (for sdl2, gtk)
36213621

36223622
gbm="no"
36233623
if $pkg_config gbm; then
@@ -6274,14 +6274,13 @@ fi
62746274
# UNLINK is used to remove symlinks from older development versions
62756275
# that might get into the way when doing "git update" without doing
62766276
# a "make distclean" in between.
6277-
DIRS="tests tests/tcg tests/tcg/lm32 tests/qapi-schema tests/qtest/libqos"
6277+
DIRS="tests tests/tcg tests/qapi-schema tests/qtest/libqos"
62786278
DIRS="$DIRS tests/qtest tests/qemu-iotests tests/vm tests/fp tests/qgraph"
62796279
DIRS="$DIRS docs docs/interop fsdev scsi"
62806280
DIRS="$DIRS pc-bios/optionrom pc-bios/s390-ccw"
62816281
DIRS="$DIRS roms/seabios"
62826282
DIRS="$DIRS contrib/plugins/"
62836283
LINKS="Makefile"
6284-
LINKS="$LINKS tests/tcg/lm32/Makefile"
62856284
LINKS="$LINKS tests/tcg/Makefile.target"
62866285
LINKS="$LINKS pc-bios/optionrom/Makefile"
62876286
LINKS="$LINKS pc-bios/s390-ccw/Makefile"

default-configs/devices/lm32-softmmu.mak

Lines changed: 0 additions & 12 deletions
This file was deleted.

default-configs/targets/lm32-softmmu.mak

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)