mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-17 18:02:14 -07:00
hw/arm/bcm2836: Introduce the BCM2835 SoC
Reviewed-by: Luc Michel <luc.michel@greensocs.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20201024170127.3592182-7-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
f5600924ad
commit
df6cf08dea
3 changed files with 37 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ OBJECT_DECLARE_TYPE(BCM283XState, BCM283XClass, BCM283X)
|
|||
* them, code using these devices should always handle them via the
|
||||
* BCM283x base class, so they have no BCM2836(obj) etc macros.
|
||||
*/
|
||||
#define TYPE_BCM2835 "bcm2835"
|
||||
#define TYPE_BCM2836 "bcm2836"
|
||||
#define TYPE_BCM2837 "bcm2837"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue