On Dec 15, 2008, at 3:07 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1229210430-4522-2-git-send-email- > [email protected]> you wrote: >> 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 <[email protected]> >> --- >> * Folded in Becky's phys_size_t changes >> >> include/addr_map.h | 29 +++++++++++++++++ >> lib_generic/Makefile | 1 + >> lib_generic/addr_map.c | 81 ++++++++++++++++++++++++++++++++++++++ >> ++++++++++ >> 3 files changed, 111 insertions(+), 0 deletions(-) >> create mode 100644 include/addr_map.h >> create mode 100644 lib_generic/addr_map.c > > Applied, thanks. > > As discussed, I'll be leaving patches 3/4 and 4/4 of this series for > Andy to pick them up.
just to be clear are you thinking for this upcoming release or the one following it? - k _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

