Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sha256: Use const where possible and add watchdog function | Simon Glass | 2012-12-11 | -2/+35 |
| | | | | | | | | | In preparation for making the hash function common, we may as well use const where we can. Also add a watchdog version of the hashing function. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | Rename lib_generic/ to lib/ | Peter Tyser | 2010-04-13 | -0/+262 |
Now that the other architecture-specific lib directories have been moved out of the top-level directory there's not much reason to have the '_generic' suffix on the common lib directory. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |