Re: [PATCH v1 4/5] arm64: arch/arm/lib: Add optimized memset/memcpy functions

2021-08-06 Thread Wolfgang Denk
Dear Stefan, In message <20210806133843.3642916-5...@denx.de> you wrote: > Ported from https://github.com/ARM-software/optimized-routines Please provide exact reference, at least including file names and git commit ID's. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Mana

Re: [PATCH v1 4/5] arm64: arch/arm/lib: Add optimized memset/memcpy functions

2021-08-06 Thread Stefan Roese
Hi Tom, On 06.08.21 16:43, Tom Rini wrote: On Fri, Aug 06, 2021 at 03:38:42PM +0200, Stefan Roese wrote: Ported from https://github.com/ARM-software/optimized-routines Please note that when adding these optimized functions as default memset memcpy functions in U-Boot, U-Boot fails to boot on

Re: [PATCH v1 4/5] arm64: arch/arm/lib: Add optimized memset/memcpy functions

2021-08-06 Thread Tom Rini
On Fri, Aug 06, 2021 at 03:38:42PM +0200, Stefan Roese wrote: > Ported from https://github.com/ARM-software/optimized-routines > > Please note that when adding these optimized functions as default memset > memcpy functions in U-Boot, U-Boot fails to boot on the LX2160ARDB. > After the initial ATF

[PATCH v1 4/5] arm64: arch/arm/lib: Add optimized memset/memcpy functions

2021-08-06 Thread Stefan Roese
Ported from https://github.com/ARM-software/optimized-routines Please note that when adding these optimized functions as default memset memcpy functions in U-Boot, U-Boot fails to boot on the LX2160ARDB. After the initial ATF output, no U-Boot output is shown on the serial console. Some exception