Home
last modified time | relevance | path

Searched hist:"22 b10ee0cdb0e66404166421929c465a44d8e7ee" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/pm/sam/
H A Dat91_pm.c22b10ee0cdb0e66404166421929c465a44d8e7ee Thu Apr 11 03:08:21 UTC 2024 Tony Han <tony.han@microchip.com> drivers: pm: sam: change memory area type to coherent for mapping SRAM

Mapping with memory area type MEM_AREA_TEE_RAM would enable cacheable
attribute, it might cause abort in same cases. Here change the memory
area type to MEM_AREA_TEE_COHERENT to map SRAM with non-cacheable
attribute to avoid the aborts in the low-power process.

Signed-off-by: Tony Han <tony.han@microchip.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>