mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
tests/boot-serial-test: Add support for the mcf5208evb board
We can output a character quite easily here with some few lines of assembly that we provide as a mini-kernel for this board. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1512031988-32490-4-git-send-email-thuth@redhat.com> [lv: add boot-serial-test in check-qtest-m68k] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
7deddf96e9
commit
598a29f360
2 changed files with 12 additions and 0 deletions
|
@ -297,6 +297,8 @@ gcov-files-x86_64-y = $(subst i386-softmmu/,x86_64-softmmu/,$(gcov-files-i386-y)
|
|||
|
||||
check-qtest-alpha-y = tests/boot-serial-test$(EXESUF)
|
||||
|
||||
check-qtest-m68k-y = tests/boot-serial-test$(EXESUF)
|
||||
|
||||
check-qtest-mips-y = tests/endianness-test$(EXESUF)
|
||||
|
||||
check-qtest-mips64-y = tests/endianness-test$(EXESUF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue