Re: [U-Boot] [PATCH v2 3/3] CONFIG_EFI_LOADER breaks rock2 kernel loading

2016-08-09 Thread Simon Glass
Hi Sandy, On 8 August 2016 at 19:35, Sandy Patterson wrote: > I also found that once the barrier stuff was in, the EFI_LOADER change was > unnecessary. > > On Mon, Aug 8, 2016 at 8:50 PM, Ziyuan Xu wrote: >> >> Hi Simon, >> >> I think you can drop this patch due to it fixes by a78cd86 - ARM: Rew

Re: [U-Boot] [PATCH v2 3/3] CONFIG_EFI_LOADER breaks rock2 kernel loading

2016-08-08 Thread Sandy Patterson
I also found that once the barrier stuff was in, the EFI_LOADER change was unnecessary. On Mon, Aug 8, 2016 at 8:50 PM, Ziyuan Xu wrote: > Hi Simon, > > I think you can drop this patch due to it fixes by a78cd86 - ARM: Rework > and correct barrier which Tom had merge it into u-boot/master. > > >

Re: [U-Boot] [PATCH v2 3/3] CONFIG_EFI_LOADER breaks rock2 kernel loading

2016-08-08 Thread Ziyuan Xu
Hi Simon, I think you can drop this patch due to it fixes by a78cd86 - ARM: Rework and correct barrier which Tom had merge it into u-boot/master. On 2016年08月09日 05:43, Simon Glass wrote: Hi Sandy, On 22 July 2016 at 08:40, Sandy Patterson wrote: The problem seems to be invalidate_icache_al

Re: [U-Boot] [PATCH v2 3/3] CONFIG_EFI_LOADER breaks rock2 kernel loading

2016-08-08 Thread Simon Glass
Hi Sandy, On 22 July 2016 at 08:40, Sandy Patterson wrote: > The problem seems to be invalidate_icache_all() inside the runtime. > This patch just disables EFI_LOADER for rock2 board. > > Signed-off-by: Sandy Patterson > --- > > configs/rock2_defconfig | 1 + > 1 file changed, 1 insertion(+) C

[U-Boot] [PATCH v2 3/3] CONFIG_EFI_LOADER breaks rock2 kernel loading

2016-07-22 Thread Sandy Patterson
The problem seems to be invalidate_icache_all() inside the runtime. This patch just disables EFI_LOADER for rock2 board. Signed-off-by: Sandy Patterson --- configs/rock2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rock2_defconfig b/configs/rock2_defconfig index 3e16b80