summaryrefslogtreecommitdiff
path: root/arch/arm/lib/_uldivmod.S
Commit message (Collapse)AuthorAgeLines
* arm: Add a 64-bit division routine to the private librarySimon Glass2016-03-17-0/+245
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>