]> Git Repo - J-u-boot.git/commit
Introduce arch_phys_memset which works like memset but on physical memory
authorGabe Black <[email protected]>
Sun, 2 Dec 2012 04:55:18 +0000 (04:55 +0000)
committerSimon Glass <[email protected]>
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 <[email protected]>
Signed-off-by: Che-Liang Chiou <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
README
include/physmem.h [new file with mode: 0644]
lib/Makefile
lib/physmem.c [new file with mode: 0644]
This page took 0.026982 seconds and 4 git commands to generate.