commit | 40fef0490610686022f99b8e070df7ac761c11a0 | [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 | ec516c489969c1c12e9b26900facee6efd60c938 [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>