aboutsummaryrefslogtreecommitdiff
path: root/include/physmem.h
AgeCommit message (Collapse)AuthorFilesLines
2012-12-06Introduce arch_phys_memset which works like memset but on physical memoryGabe Black1-0/+21
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>