1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-07 11:42:13 +02:00
Files
u-boot-megous/arch/sandbox/cpu
Paul Burton f7ae1ca3e8 sandbox: Use asm-generic/io.h
Convert the sandbox architecture to make use of the new asm-generic/io.h
to provide address mapping functions. As sandbox actually performs
non-identity mapping between physical & virtual addresses we can't
simply make use of the generic mapping functions, but are able to
implement phys_to_virt() & make use of it from map_physmem().

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
2017-10-02 21:52:24 -04:00
..
2017-10-02 21:52:24 -04:00
2016-07-14 20:40:24 -06:00
2017-07-28 12:02:47 -06:00