repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[drm/drm-misc.git]
/
tools
/
testing
/
kunit
/
qemu_configs
/
m68k.py
blob
287fc386f8a7ff167cf972d1c9252a8f3e450d86
1
# SPDX-License-Identifier: GPL-2.0-only
2
from
..
qemu_config
import
QemuArchParams
3
4
QEMU_ARCH
=
QemuArchParams
(
linux_arch
=
'm68k'
,
5
kconfig
=
'''
6
CONFIG_VIRT=y'''
,
7
qemu_arch
=
'm68k'
,
8
kernel_path
=
'vmlinux'
,
9
kernel_command_line
=
'console=hvc0'
,
10
extra_qemu_params
=[
'-machine'
,
'virt'
])