| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-08 | lib: Add memdup() | Simon Glass | |
| Add a function to duplicate a memory region, a little like strdup(). Signed-off-by: Simon Glass <sjg@chromium.org> | |||
| 2020-05-18 | common: Drop log.h from common header | Simon Glass | |
| Move this header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
| 2019-02-09 | test: provide unit test for memory functions | Heinrich Schuchardt | |
| Memory functions may have architecture specific implementations. These should be tested. Provide unit tests for memset(), memcpy(), memmove(). Provide a 'ut lib' sub-command to execute the tests. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
