commit | a2f3a93057fbfae5a1240a9adb43ff1c88d22119 | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@chromium.org> | Sun Dec 02 04:55:18 2012 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 06 14:30:40 2012 -0800 |
tree | d3338158170744d00fb569ffac2edecbf72dbd2c | |
parent | 8f090cae603abcc50f61b2f72ccb6f0eee86334f [diff] |
Introduce arch_phys_memset which works like memset but on physical memory The default implementation of this function is just memset, but other implementations will be needed when physical memory isn't accessible by U-Boot using normal addressing mechanisms. Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Che-Liang Chiou <clchiou@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>