mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Remove the deprecated moxie target
There are no known users of this CPU anymore, and there are no binaries available online which could be used for regression tests, so the code has likely completely bit-rotten already. It's been marked as deprecated since two releases now and nobody spoke up that there is still a need to keep it, thus let's remove it now. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210430160355.698194-1-thuth@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> [Commit message typos fixed, trivial conflicts resolved] Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
a67b996e78
commit
875bb7e35b
38 changed files with 13 additions and 1987 deletions
|
@ -61,13 +61,6 @@ static const uint8_t kernel_plml605[] = {
|
|||
0xfc, 0xff, 0x00, 0xb8 /* bri -4 loop */
|
||||
};
|
||||
|
||||
static const uint8_t bios_moxiesim[] = {
|
||||
0x20, 0x10, 0x00, 0x00, 0x03, 0xf8, /* ldi.s r1,0x3f8 */
|
||||
0x1b, 0x20, 0x00, 0x00, 0x00, 0x54, /* ldi.b r2,'T' */
|
||||
0x1e, 0x12, /* st.b r1,r2 */
|
||||
0x1a, 0x00, 0x00, 0x00, 0x10, 0x00 /* jmpa 0x1000 */
|
||||
};
|
||||
|
||||
static const uint8_t bios_raspi2[] = {
|
||||
0x08, 0x30, 0x9f, 0xe5, /* ldr r3,[pc,#8] Get base */
|
||||
0x54, 0x20, 0xa0, 0xe3, /* mov r2,#'T' */
|
||||
|
@ -145,7 +138,6 @@ static testdef_t tests[] = {
|
|||
sizeof(kernel_pls3adsp1800), kernel_pls3adsp1800 },
|
||||
{ "microblazeel", "petalogix-ml605", "", "TT",
|
||||
sizeof(kernel_plml605), kernel_plml605 },
|
||||
{ "moxie", "moxiesim", "", "TT", sizeof(bios_moxiesim), 0, bios_moxiesim },
|
||||
{ "arm", "raspi2", "", "TT", sizeof(bios_raspi2), 0, bios_raspi2 },
|
||||
/* For hppa, force bios to output to serial by disabling graphics. */
|
||||
{ "hppa", "hppa", "-vga none", "SeaBIOS wants SYSTEM HALT" },
|
||||
|
|
|
@ -40,7 +40,6 @@ static struct arch2cpu cpus_map[] = {
|
|||
{ "mipsel", "I7200" },
|
||||
{ "mips64", "20Kc" },
|
||||
{ "mips64el", "I6500" },
|
||||
{ "moxie", "MoxieLite" },
|
||||
{ "nios2", "FIXME" },
|
||||
{ "or1k", "or1200" },
|
||||
{ "ppc", "604" },
|
||||
|
|
|
@ -126,8 +126,6 @@ qtests_mips64el = \
|
|||
(config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \
|
||||
(config_all_devices.has_key('CONFIG_VGA') ? ['display-vga-test'] : [])
|
||||
|
||||
qtests_moxie = [ 'boot-serial-test' ]
|
||||
|
||||
qtests_ppc = \
|
||||
(config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \
|
||||
(config_all_devices.has_key('CONFIG_M48T59') ? ['m48t59-test'] : []) + \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue