3f088e36de
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 >
2012-04-13 11:39:06 +00:00
5ae9330682
arm hw/: Don't use CPUState
...
Scripted conversion:
for file in hw/arm-misc.h hw/arm_boot.c hw/arm_pic.c hw/armv7m.c hw/exynos4210.h hw/highbank.c hw/integratorcp.c hw/musicpal.c hw/omap.h hw/pxa.h hw/pxa2xx_gpio.c hw/pxa2xx_pic.c hw/realview.c hw/strongarm.h hw/versatilepb.c hw/vexpress.c hw/xilinx_zynq.c ; do
sed -i "s/CPUState/CPUARMState/g" $file
done
Signed-off-by: Andreas Färber <afaerber@suse.de >
Acked-by: Anthony Liguori <aliguori@us.ibm.com >
2012-03-14 22:20:26 +01:00
e5a4914efc
ARM: exynos4210: UART support
...
Add basic support of exynos4210 UART
Signed-off-by: Maksim Kozlov <m.kozlov@samsung.com >
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com >
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2012-02-17 11:13:02 +00:00
0caa711335
ARM: Samsung exynos4210-based boards emulation
...
Add initial support of NURI and SMDKC210 boards
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com >
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2012-02-17 11:12:59 +00:00
8e03cf1eeb
ARM: exynos4210: IRQ subsystem support.
...
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com >
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2012-02-17 11:12:57 +00:00