Searched hist:"926 dcdf073a2f9cf8f8d4d71b35110544dae2b40" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/arm/ |
H A D | bcm2836.h | diff 926dcdf073a2f9cf8f8d4d71b35110544dae2b40 Tue Mar 13 10:34:54 CDT 2018 Peter Maydell <peter.maydell@linaro.org> 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
|
/openbmc/qemu/hw/arm/ |
H A D | bcm2836.c | diff 926dcdf073a2f9cf8f8d4d71b35110544dae2b40 Tue Mar 13 10:34:54 CDT 2018 Peter Maydell <peter.maydell@linaro.org> 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
|
H A D | raspi.c | diff 926dcdf073a2f9cf8f8d4d71b35110544dae2b40 Tue Mar 13 10:34:54 CDT 2018 Peter Maydell <peter.maydell@linaro.org> 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
|