target/avr: Introduce basic CPU class object
commitf1c671f96cb34deb28418c1b856f4132a752e87d
authorMichael Rolnik <mrolnik@gmail.com>
Sun, 26 Jan 2020 18:51:34 +0000 (26 19:51 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 10 Jul 2020 15:58:32 +0000 (10 17:58 +0200)
treefda93a912eddf4db54a73e8c7894c7c834cc542b
parentc8c0d267fd423dcda81fec5dc35ca7a6c3207213
target/avr: Introduce basic CPU class object

This patch introduces AVR CPU class object and its basic elements
and functions.

[AM: Split a larger AVR introduction patch into logical units]
Suggested-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Co-developed-by: Michael Rolnik <mrolnik@gmail.com>
Co-developed-by: Sarah Harris <S.E.Harris@kent.ac.uk>
Signed-off-by: Michael Rolnik <mrolnik@gmail.com>
Signed-off-by: Sarah Harris <S.E.Harris@kent.ac.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[thuth: Adjusted reset and parent_reset handling]
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200705140315.260514-3-huth@tuxfamily.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/avr/cpu-qom.h [new file with mode: 0644]
target/avr/cpu.c [new file with mode: 0644]
target/avr/cpu.h