On Wed, Mar 16, 2016 at 9:44 PM, Simon Glass <[email protected]> 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 <[email protected]> > --- > > 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! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

