
17 Mar
2016
17 Mar
'16
3:31 a.m.
On Wed, Mar 16, 2016 at 9:44 PM, Simon Glass sjg@chromium.org wrote:
This is missing, with causes lldiv() to fail on boards with use the private libgcc. Add the missing routine.
Code is available for using the CLZ instruction but it is not enabled at present.
This comes from coreboot version 4.0.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Add source coreboot version information to the commit message
Changes in v2: None
arch/arm/lib/Makefile | 3 +- arch/arm/lib/_uldivmod.S | 245 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 247 insertions(+), 1 deletion(-) create mode 100644 arch/arm/lib/_uldivmod.S
applied to u-boot-x86, thanks!