Re: [U-Boot] memcpy/memset on arm64 platforms

2019-01-11 Thread Philipp Tomsich
> On 11.01.2019, at 23:28, Alexander Graf wrote: > > > > On 11.01.19 17:44, Philipp Tomsich wrote: >> >>> On 07.01.2019, at 10:13, Lokesh Vutla wrote: >>> >>> Hi All, >>> I am trying to enable CONFIG_USE_ARCH_MEMSET/MEMCPY on arm64 platforms >>> and realized that there is no arm64 spe

Re: [U-Boot] memcpy/memset on arm64 platforms

2019-01-11 Thread Alexander Graf
On 11.01.19 17:44, Philipp Tomsich wrote: > >> On 07.01.2019, at 10:13, Lokesh Vutla wrote: >> >> Hi All, >> I am trying to enable CONFIG_USE_ARCH_MEMSET/MEMCPY on arm64 platforms >> and realized that there is no arm64 specific memcpy available in u-boot. So >> I tried porting arm64 spec

Re: [U-Boot] memcpy/memset on arm64 platforms

2019-01-11 Thread Philipp Tomsich
> On 07.01.2019, at 10:13, Lokesh Vutla wrote: > > Hi All, > I am trying to enable CONFIG_USE_ARCH_MEMSET/MEMCPY on arm64 platforms > and realized that there is no arm64 specific memcpy available in u-boot. So I > tried porting arm64 specific memcpy from kernel[1]. Memcpy stopped working

Re: [U-Boot] memcpy/memset on arm64 platforms

2019-01-11 Thread Jagan Teki
On Fri, Jan 11, 2019 at 9:43 PM Tom Rini wrote: > > On Mon, Jan 07, 2019 at 02:43:05PM +0530, Lokesh Vutla wrote: > > > Hi All, > > I am trying to enable CONFIG_USE_ARCH_MEMSET/MEMCPY on arm64 > > platforms and > > realized that there is no arm64 specific memcpy available in u-boot. So I >

Re: [U-Boot] memcpy/memset on arm64 platforms

2019-01-11 Thread Marek Vasut
On 1/11/19 5:13 PM, Tom Rini wrote: > On Mon, Jan 07, 2019 at 02:43:05PM +0530, Lokesh Vutla wrote: > >> Hi All, >> I am trying to enable CONFIG_USE_ARCH_MEMSET/MEMCPY on arm64 platforms >> and >> realized that there is no arm64 specific memcpy available in u-boot. So I >> tried porting arm6

Re: [U-Boot] memcpy/memset on arm64 platforms

2019-01-11 Thread Tom Rini
On Mon, Jan 07, 2019 at 02:43:05PM +0530, Lokesh Vutla wrote: > Hi All, > I am trying to enable CONFIG_USE_ARCH_MEMSET/MEMCPY on arm64 platforms > and > realized that there is no arm64 specific memcpy available in u-boot. So I > tried porting arm64 specific memcpy from kernel[1]. Memcpy sto

Re: [U-Boot] memcpy/memset on arm64 platforms

2019-01-10 Thread Lokesh Vutla
Hi All, Any help is much appreciated. Thanks and regards, Lokesh On 07/01/19 2:43 PM, Lokesh Vutla wrote: > Hi All, > I am trying to enable CONFIG_USE_ARCH_MEMSET/MEMCPY on arm64 platforms and > realized that there is no arm64 specific memcpy available in u-boot. So I > tried > porti