]> git.dujemihanovic.xyz Git - u-boot.git/commit
memory: stm32-fmc2-ebi: add MP25 RIF support
authorChristophe Kerello <christophe.kerello@foss.st.com>
Wed, 6 Mar 2024 09:50:47 +0000 (10:50 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 19 Apr 2024 08:28:35 +0000 (10:28 +0200)
commita10ee1322ae4aff1d9e1a283e89a90ce230e3aa8
tree5cbe0ddfeba892ec325ed92ccccb8b0300ffb634
parent3171e38194525431169ea0fba8f4471bd35e7c1c
memory: stm32-fmc2-ebi: add MP25 RIF support

The FMC2 revision 2 supports security and isolation compliant with
the Resource Isolation Framework (RIF). From RIF point of view,
the FMC2 is composed of several independent resources, listed below,
which can be assigned to different security and compartment domains:
 - 0: Common FMC_CFGR register.
 - 1: EBI controller for Chip Select 1.
 - 2: EBI controller for Chip Select 2.
 - 3: EBI controller for Chip Select 3.
 - 4: EBI controller for Chip Select 4.
 - 5: NAND controller.

Signed-off-by: Christophe Kerello <christophe.kerello@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
drivers/memory/stm32-fmc2-ebi.c