summary refs log tree commit diff stats
path: root/hw/core/qdev-properties-system.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-10-24 19:01:23 +0200
committerPeter Maydell <peter.maydell@linaro.org>2020-10-27 11:10:44 +0000
commitf5600924ad42fba8eb5e30778baff6b4a5644070 (patch)
tree5c16de79db95d63a4782fdfa5df530993554f0fd /hw/core/qdev-properties-system.c
parent96c741d7ce94741234e4ccad0d08c0055dd48c7e (diff)
downloadfocaccia-qemu-f5600924ad42fba8eb5e30778baff6b4a5644070.tar.gz
focaccia-qemu-f5600924ad42fba8eb5e30778baff6b4a5644070.zip
hw/arm/bcm2836: Split out common realize() code
The realize() function is clearly composed of two parts,
each described by a comment:

  void realize()
  {
     /* common peripherals from bcm2835 */
     ...
     /* bcm2836 interrupt controller (and mailboxes, etc.) */
     ...
   }

Split the two part, so we can reuse the common part with other
SoCs from this family.

Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20201024170127.3592182-6-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/core/qdev-properties-system.c')
0 files changed, 0 insertions, 0 deletions