]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
Introduce arch_phys_memset which works like memset but on physical memory
authorGabe Black <gabeblack@chromium.org>
Sun, 2 Dec 2012 04:55:18 +0000 (04:55 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Dec 2012 22:30:40 +0000 (14:30 -0800)
commit40fef0490610686022f99b8e070df7ac761c11a0
treed3338158170744d00fb569ffac2edecbf72dbd2c
parentec516c489969c1c12e9b26900facee6efd60c938
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>
README
include/physmem.h [new file with mode: 0644]
lib/Makefile
lib/physmem.c [new file with mode: 0644]