CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2015/07/15 15:09:41
Modified files: sys/arch/arm/cortex: ampintc.c sys/arch/armv7/armv7: armv7.c armv7_machdep.h platform.c sys/arch/armv7/exynos: exynos4.c exynos5.c Log message: The exynos gic is not at a fixed offset from periphbase unlike the other socs. Handle this by setting variables in exynos{4,5}_init functions and calling the board_init callback earlier. tested by and ok bmercer@