mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-26 19:42:33 -06:00
target/avr: Register AVR support with the rest of QEMU
Add AVR related definitions into QEMU, make AVR support buildable. [AM: Remove word 'Atmel' from filenames and all elements of code] Suggested-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com> Signed-off-by: Michael Rolnik <mrolnik@gmail.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com> Signed-off-by: Thomas Huth <huth@tuxfamily.org> Message-Id: <20200705140315.260514-23-huth@tuxfamily.org> [PMD: Fixed @avr tag in qapi/machine.json] Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
9d8caa67a2
commit
42f3ff0013
8 changed files with 75 additions and 1 deletions
7
configure
vendored
7
configure
vendored
|
@ -8143,6 +8143,10 @@ case "$target_name" in
|
|||
mttcg="yes"
|
||||
gdb_xml_files="aarch64-core.xml aarch64-fpu.xml arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml arm-m-profile.xml"
|
||||
;;
|
||||
avr)
|
||||
gdb_xml_files="avr-cpu.xml"
|
||||
target_compiler=$cross_cc_avr
|
||||
;;
|
||||
cris)
|
||||
;;
|
||||
hppa)
|
||||
|
@ -8387,6 +8391,9 @@ for i in $ARCH $TARGET_BASE_ARCH ; do
|
|||
disas_config "ARM_A64"
|
||||
fi
|
||||
;;
|
||||
avr)
|
||||
disas_config "AVR"
|
||||
;;
|
||||
cris)
|
||||
disas_config "CRIS"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue