OSDN Git Service

hw/arm/bcm2836: Use correct affinity values for BCM2837
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 13 Mar 2018 15:34:56 +0000 (15:34 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Mar 2018 18:23:24 +0000 (18:23 +0000)
commit1bcb4d16bb0b4ad2fdde8802ccd0598cdf020fc7
tree40dc758c6784c33d8d77dcf7ddea78b16d9e6e84
parent0fd74f03ed7e8c95279a9af2b684dd65713ca03f
hw/arm/bcm2836: Use correct affinity values for BCM2837

The BCM2837 sets the Aff1 field of the MPIDR affinity values for the
CPUs to 0, whereas the BCM2836 uses 0xf. Set this correctly, as it
is required for Linux to boot.

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-8-peter.maydell@linaro.org
hw/arm/bcm2836.c