commit | 63240ba88cd6a220057a0f28e5bf97f5b17ac84b | [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 | 65e43a10631537dcb92c302d36301a12308216c3 [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>