Re: [U-Boot] [BUG] efi_loader: GetNextVariableName() fails on qemu-x86_64

2019-01-23 Thread Simon Glass
Hi Heinrich, On Wed, 23 Jan 2019 at 14:21, Heinrich Schuchardt wrote: > > Hello Simon, hello Bin, > > on qemu-x86_64 (and not any other architecture) we received an error in > a unit test. > > Once I undefined __HAVE_ARCH_MEMMOVE the error disappeared. Same happens > if I use my own memmove() cod

[U-Boot] [BUG] efi_loader: GetNextVariableName() fails on qemu-x86_64

2019-01-22 Thread Heinrich Schuchardt
Hello Simon, hello Bin, on qemu-x86_64 (and not any other architecture) we received an error in a unit test. Once I undefined __HAVE_ARCH_MEMMOVE the error disappeared. Same happens if I use my own memmove() code in lib/slre.c. The memmove() that fails is in function relocate() in lib/slre.c. S