mem: Add a gasket that allows memory ranges to be re-mapped.
authorAli Saidi <Ali.Saidi@ARM.com>
Tue, 25 Sep 2012 16:49:40 +0000 (11:49 -0500)
committerAli Saidi <Ali.Saidi@ARM.com>
Tue, 25 Sep 2012 16:49:40 +0000 (11:49 -0500)
commit396600de107220db8c2c8f3951eeb7062ac0e81c
treec5c1d81488c543d02a3d1547213c21ddd906edc3
parent0c99d21ad748371e801508a8c3652e07e2e56f93
mem: Add a gasket that allows memory ranges to be re-mapped.

For example if DRAM is at two locations and mirrored this patch allows the
mirroring to occur.
src/mem/AddrMapper.py [new file with mode: 0644]
src/mem/SConscript
src/mem/addr_mapper.cc [new file with mode: 0644]
src/mem/addr_mapper.hh [new file with mode: 0644]
src/mem/packet.hh