Re: [U-Boot] [PATCH 1/1] efi_loader: replace efi_div10 by div64_u64

2017-10-05 Thread Alexander Graf
On 03.10.17 05:17, Heinrich Schuchardt wrote: We should use the existing 64bit division instead of reinventing the wheel. Signed-off-by: Heinrich Schuchardt This patch increases the code size by ~200 bytes on armv7 with gcc7 for me. I'm not sure about the runtime -

[U-Boot] [PATCH 1/1] efi_loader: replace efi_div10 by div64_u64

2017-10-02 Thread Heinrich Schuchardt
We should use the existing 64bit division instead of reinventing the wheel. Signed-off-by: Heinrich Schuchardt --- The patch is based on v2017.11-rc1 with no other patches applied. Applying it will require rebasing [PATCH 1/1] efi_loader: provide function comments for boot