]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Introduce addr_map library
authorKumar Gala <galak@kernel.crashing.org>
Sat, 13 Dec 2008 23:20:28 +0000 (17:20 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 15 Dec 2008 21:05:36 +0000 (22:05 +0100)
commit63240ba88cd6a220057a0f28e5bf97f5b17ac84b
tree1d4751b84ae82fe4c5dfea92765c8f4c855231e8
parent65e43a10631537dcb92c302d36301a12308216c3
Introduce addr_map library

Add a library that helps in translating between virtual and physical
addresses.  This library can be useful as a simple means to implement
map_physmem() and virt_to_phys() for platforms that need functionality
beyond the simple 1:1 mapping.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/addr_map.h [new file with mode: 0644]
lib_generic/Makefile
lib_generic/addr_map.c [new file with mode: 0644]