]> git.proxmox.com Git - qemu.git/commit
ARM: Exynos4210: Drop gic_cpu_write() after initialization.
authorEvgeny Voevodin <e.voevodin@samsung.com>
Fri, 13 Apr 2012 11:39:06 +0000 (11:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Apr 2012 11:39:06 +0000 (11:39 +0000)
commit3f088e36de5a72a69e530d4bbf1fabaa507da0db
tree29971aefa7c2fec7ca7fe1571b885d52d1721a05
parentb85f62d7811c80646065f8f96c2248ea86cfd911
ARM: Exynos4210: Drop gic_cpu_write() after initialization.

Remove gic_cpu_write() call after initialization that was emulating
functionality of earliest SOC bootloader which enables external
GIC CPU1 interface. Instead introduce Exynos4210-specific secondary
CPU bootloader, which enables both Internal and External GIC CPU1
interfaces.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/exynos4210.c
hw/exynos4210.h
hw/exynos4210_gic.c
hw/exynos4_boards.c