Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-26 | memcpy/memmove: Do not copy to same address | Matthias Weisser | |
In some cases (e.g. bootm with a elf payload which is already at the right position) there is a in place copy of data to the same address. Catching this saves some ms while booting. Signed-off-by: Matthias Weisser <weisserm@arcor.de> | |||
2010-04-13 | Rename lib_generic/ to lib/ | Peter Tyser | |
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> |