hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283x
commit926dcdf073a2f9cf8f8d4d71b35110544dae2b40
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 13 Mar 2018 15:34:54 +0000 (13 15:34 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Mar 2018 18:23:24 +0000 (19 18:23 +0000)
treeef823d2bc4a32c31028df92480b8a2424f88a698
parent3d260cf3c6375c641106c71dd6cf9b638b73847b
hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283x

Our BCM2836 type is really a generic one that can be any of
the bcm283x family. Rename it accordingly. We change only
the names which are visible via the header file to the
rest of the QEMU code, leaving private function names
in bcm2836.c as they are.

This is a preliminary to making bcm283x be an abstract
parent class to specific types for the bcm2836 and bcm2837.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andrew Baumann <Andrew.Baumann@microsoft.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180313153458.26822-6-peter.maydell@linaro.org
hw/arm/bcm2836.c
hw/arm/raspi.c
include/hw/arm/bcm2836.h