Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-24 | lib: Add a function to convert a string to upper case | Simon Glass | |
Add a helper function for this operation. Update the strtoul() tests to check upper case as well. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> | |||
2020-04-24 | test: Add the beginnings of some string tests | Simon Glass | |
There are quite a few string functions in U-Boot with no tests. Make a start by adding a test for strtoul(). Signed-off-by: Simon Glass <sjg@chromium.org> |