| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-02 | arm: lib: Drop underscore from private libgcc filenames | Marek Vasut | |
| Drop the underscore from the filenames of files implementing libgcc routines. There is no functional change. This change is done to make sync with Linux kernel easier. Signed-off-by: Marek Vasut <[email protected]> Cc: Albert Aribaud <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Simon Glass <[email protected]> Cc: Tom Rini <[email protected]> Reviewed-by: Tom Rini <[email protected]> | |||
| 2016-03-17 | arm: Add a 64-bit division routine to the private library | Simon Glass | |
| 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]> | |||
