commit | 0949bd1b8af30df9faaec24898190dd2694cff95 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Sat Dec 13 17:20:28 2008 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Mon Dec 15 22:05:36 2008 +0100 |
tree | 1d4751b84ae82fe4c5dfea92765c8f4c855231e8 | |
parent | 9364a67ab2b42cf655fd640d793e3948ace903cb [diff] |
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>