commit | 9ab60493c9cf018e82b0a6d0f2f35792dfb12ba9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 16 07:44:34 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Mar 17 10:27:27 2016 +0800 |
tree | f6b7f523569a7d2344efd97946cb55716b755ccc | |
parent | 93a1c3cd54313f9d0ece5aba417e7feeedd503a9 [diff] |
arm: Add a 64-bit division routine to the private library 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>