Re: [U-Boot] [PATCH 1/1] efi_selftest: fix memory allocation in HII tests

2019-02-14 Thread Alexander Graf
On 12.02.19 22:01, Heinrich Schuchardt wrote: > In efi_selftest we are in EFI land. We cannot call U-Boot library > functions malloc() and free() but should use the boot time services > instead. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Alexander Graf Alex _

[U-Boot] [PATCH 1/1] efi_selftest: fix memory allocation in HII tests

2019-02-12 Thread Heinrich Schuchardt
In efi_selftest we are in EFI land. We cannot call U-Boot library functions malloc() and free() but should use the boot time services instead. Signed-off-by: Heinrich Schuchardt --- There are still issues remaining in this test: - not all allocated memory is freed - variable ret used for efi_stat