Home
last modified time | relevance | path

Searched hist:"43 cbaf061587e7e8b3529e4b1d30de3ab1b52d3e" (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/utils/
H A Dmem_region.c43cbaf061587e7e8b3529e4b1d30de3ab1b52d3e Thu Aug 03 07:56:38 UTC 2017 Roberto Vargas <roberto.vargas@arm.com> Add mem_region utility functions

This commit introduces a new type (mem_region_t) used to describe
memory regions and it adds two utility functions:

- clear_mem_regions: This function clears (write 0) to a set
of regions described with an array of mem_region_t.

- mem_region_in_array_chk This function checks if a
region is covered by some of the regions described
with an array of mem_region_t.

Change-Id: I12ce549f5e81dd15ac0981645f6e08ee7c120811
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
/rk3399_ARM-atf/include/lib/
H A Dutils.h43cbaf061587e7e8b3529e4b1d30de3ab1b52d3e Thu Aug 03 07:56:38 UTC 2017 Roberto Vargas <roberto.vargas@arm.com> Add mem_region utility functions

This commit introduces a new type (mem_region_t) used to describe
memory regions and it adds two utility functions:

- clear_mem_regions: This function clears (write 0) to a set
of regions described with an array of mem_region_t.

- mem_region_in_array_chk This function checks if a
region is covered by some of the regions described
with an array of mem_region_t.

Change-Id: I12ce549f5e81dd15ac0981645f6e08ee7c120811
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>