coreboot-kgpe-d16/src/commonlib
Aaron Durbin 5907eb8f5a commonlib/region: add xlate_region_device
There are cases where one region_device needs to be
accessed using offset/sizes from one address space
that need the offset translated into a different
address space for operations to take place. The
xlate_region_device provides an offset that is
subtracted from the incoming transaction before
deferring to the backing access region.

Change-Id: I41d43924bb6fbc7b4d3681877543209e1085e15c
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/12227
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2015-10-29 18:58:07 +01:00
..
include/commonlib commonlib/region: add xlate_region_device 2015-10-29 18:58:07 +01:00
fsp1_1_relocate.c fsp1_1: move relocation algorithm to commonlib 2015-10-02 12:15:25 +00:00
Makefile.inc fsp1_1: move relocation algorithm to commonlib 2015-10-02 12:15:25 +00:00
mem_pool.c
region.c commonlib/region: add xlate_region_device 2015-10-29 18:58:07 +01:00