Re: [U-Boot] [PATCH] ARM: always perform per-CPU GIC init

2016-04-18 Thread Masahiro Yamada
2016-04-16 5:40 GMT+09:00 Stephen Warren : > From: Stephen Warren > > The current code in ARMv8's lowlevel_init() skips the per-CPU GIC > initialization ifndef CONFIG_ARMV8_MULTIENTRY. However, the per-CPU init > should always occur; it's just the one-time init that should only happen > on the mas

[U-Boot] [PATCH] ARM: always perform per-CPU GIC init

2016-04-15 Thread Stephen Warren
From: Stephen Warren The current code in ARMv8's lowlevel_init() skips the per-CPU GIC initialization ifndef CONFIG_ARMV8_MULTIENTRY. However, the per-CPU init should always occur; it's just the one-time init that should only happen on the master. Once this consideration is taken into account, t