Registered User Tag: 2017 source edit |
Registered User m (remove "Cortex-A35 master boot" chapter, useless for v6 and wording to review) Tag: 2017 source edit |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ApplicableFor | |||
|MPUs list=STM32MP25x | |MPUs list=STM32MP23x, STM32MP25x | ||
|MPUs checklist=STM32MP13x, STM32MP15x, STM32MP25x | |MPUs checklist=STM32MP13x, STM32MP15x, STM32MP21x, STM32MP23x, STM32MP25x | ||
}} | }} | ||
==Article purpose== | ==Article purpose== | ||
The purpose of this article is to: | The purpose of this article is to: | ||
Line 15: | Line 14: | ||
By default, this memory is exclusively assigned to video encoder and decoder engines (Configuration is done in [[SYSCFG internal peripheral|SYSCFG]] by the main processor. In that case, it is not accessible by the rest of the system.</br> | By default, this memory is exclusively assigned to video encoder and decoder engines (Configuration is done in [[SYSCFG internal peripheral|SYSCFG]] by the main processor. In that case, it is not accessible by the rest of the system.</br> | ||
When both the [[VENC internal peripheral|video encoder]] and the [[VDEC internal peripheral|video decoder]] are not used, it is possible to allocate this memory to the rest of the system. | When both the [[VENC internal peripheral|video encoder]] (only for {{MicroprocessorDevice | device=25}}) and the [[VDEC internal peripheral|video decoder]] are not used, it is possible to allocate this memory to the rest of the system. | ||
In that case, VDERAM is protected via a [[RISAB internal peripheral|RISAB]] memory firewall allowing to define 4-Kbyte granularity regions with different access rights. Each region could be assigned to different execution contexts. | In that case, VDERAM is protected via a [[RISAB internal peripheral|RISAB]] memory firewall allowing to define 4-Kbyte granularity regions with different access rights. Each region could be assigned to different execution contexts. | ||
Line 30: | Line 29: | ||
===Boot time assignment=== | ===Boot time assignment=== | ||
====On {{MicroprocessorDevice | device=2}}==== | ====On {{MicroprocessorDevice | device=2}}==== | ||
VDERAM is not used at boot time and during low power exit sequence. Bootloaders do not have information about the VDERAM product assignment between the [[VENC internal peripheral|video encoder]], the [[VDEC internal peripheral|video decoder]], and other system components. | |||
VDERAM is not used at boot time and during low power exit sequence. Bootloaders do not have information about the VDERAM product assignment between the [[VENC internal peripheral|video encoder]] (only for {{MicroprocessorDevice | device=25}}), the [[VDEC internal peripheral|video decoder]], and other system components. | |||
{{#lst:STM32MP2_internal_peripherals_assignment_table_template|stm32mp2_a35_boottime}} | {{#lst:STM32MP2_internal_peripherals_assignment_table_template|stm32mp2_a35_boottime}} | ||
<section begin= | <section begin=stm32mp23_a35_boottime /><section begin=stm32mp25_a35_boottime /> | ||
| rowspan="1" | Core/RAM | | rowspan="1" | Core/RAM | ||
| rowspan="1" | [[STM32MP2 VDERAM internal memory|VDERAM]] | | rowspan="1" | [[STM32MP2 VDERAM internal memory|VDERAM]] | ||
Line 42: | Line 42: | ||
| | | | ||
|- | |- | ||
<section end= | <section end=stm32mp23_a35_boottime /><section end=stm32mp25_a35_boottime /> | ||
|} | |} | ||
===Runtime assignment=== | ===Runtime assignment=== | ||
====On {{MicroprocessorDevice | device=23}}==== | |||
In [[STM32MPU Embedded Software architecture overview|STM32MPU Embedded Software]], when [[VDEC internal peripheral|video decoder]] isavailable depending on part number, they are activated by default to demonstrate the platform capabilities. | |||
When [[VDEC internal peripheral|video decoder]] is not available, VDERAM is free for the rest of the system. | |||
{{#lst:STM32MP2_internal_peripherals_assignment_table_template|stm32mp23_runtime}} | |||
<section begin=stm32mp23_a35_runtime /> | |||
| rowspan="2" | Core/RAM | |||
| rowspan="2" | [[STM32MP2 VDERAM internal memory|VDERAM]] | |||
| VDERAM | |||
| <span title="assignable peripheral" style="font-size:21px">☐</span><sup>OP-TEE</sup> | |||
<span title="assignable peripheral" style="font-size:21px">☐</span><sup>BL31</sup> | |||
| <span title="assignable peripheral" style="font-size:21px">☐</span> | |||
| <span title="assignable peripheral" style="font-size:21px">☐</span> | |||
| <span title="assignable peripheral" style="font-size:21px">☐</span> | |||
| Free for any use if [[VDEC internal peripheral|video decoder]] not used. | |||
|- | |||
<section end=stm32mp23_a35_runtime /> | |||
|} | |||
====On {{MicroprocessorDevice | device=25}}==== | |||
In [[STM32MPU Embedded Software architecture overview|STM32MPU Embedded Software]], when [[VENC internal peripheral|video encoder]] and [[VDEC internal peripheral|video decoder]] are available depending on part number, they are activated by default to demonstrate the platform capabilities. | In [[STM32MPU Embedded Software architecture overview|STM32MPU Embedded Software]], when [[VENC internal peripheral|video encoder]] and [[VDEC internal peripheral|video decoder]] are available depending on part number, they are activated by default to demonstrate the platform capabilities. | ||
When [[VENC internal peripheral|video encoder]] and [[VDEC internal peripheral|video decoder]] are not available, VDERAM is free for the rest of the system. | When [[VENC internal peripheral|video encoder]] and [[VDEC internal peripheral|video decoder]] are not available, VDERAM is free for the rest of the system. | ||
{{#lst:STM32MP2_internal_peripherals_assignment_table_template|stm32mp25_runtime}} | {{#lst:STM32MP2_internal_peripherals_assignment_table_template|stm32mp25_runtime}} | ||
<section begin=stm32mp25_a35_runtime /> | <section begin=stm32mp25_a35_runtime /> |
Latest revision as of 16:41, 22 October 2024
1. Article purpose[edit | edit source]
The purpose of this article is to:
- briefly introduce the VDERAM internal memory peripheral and its main features,
- indicate the peripheral instances assignment at boot time and their assignment at runtime (including whether instances can be allocated to secure contexts),
- list the software frameworks and drivers managing the peripheral,
- explain how to configure the peripheral.
2. Peripheral overview[edit | edit source]
The VDERAM peripheral is 128-Kbyte wide and located physically close to both the video decoder and the video encoder, for optimized performances from the engines.
By default, this memory is exclusively assigned to video encoder and decoder engines (Configuration is done in SYSCFG by the main processor. In that case, it is not accessible by the rest of the system.
When both the video encoder (only for STM32MP25x lines ) and the video decoder are not used, it is possible to allocate this memory to the rest of the system.
In that case, VDERAM is protected via a RISAB memory firewall allowing to define 4-Kbyte granularity regions with different access rights. Each region could be assigned to different execution contexts. VDERAM also owns automatic clock gating (for power management optimization) which can be linked:
- either on one processor low power state if bank is only assigned to this processor,
- or on system low power state if bank is assigned to several processors.
VDERAM content is preserved in (LPLV)Stop1/2 low power mode but it is lost in Standby low power mode as not supplied.
Refer to the STM32 MPU reference manuals for the complete list of features, and to the software frameworks and drivers, introduced below, to see which features are implemented.
3. Peripheral usage[edit | edit source]
This chapter is applicable in the scope of the OpenSTLinux BSP running on the Arm® Cortex®-A processor(s), and the STM32CubeMPU Package running on the Arm® Cortex®-M processor.
3.1. Boot time assignment[edit | edit source]
3.1.1. On STM32MP2 series[edit | edit source]
VDERAM is not used at boot time and during low power exit sequence. Bootloaders do not have information about the VDERAM product assignment between the video encoder (only for STM32MP25x lines ), the video decoder, and other system components.
Click on to expand or collapse the legend...
- ☐ means that the peripheral can be assigned to the given boot time context.
- ☑ means that the peripheral is assigned by default to the given boot time context and that the peripheral is mandatory for the STM32 MPU Embedded Software distribution.
- ⬚ means that the peripheral can be assigned to the given boot time context, but this configuration is not supported in STM32 MPU Embedded Software distribution.
- ✓ is used for system peripherals that cannot be unchecked because they are hardware connected in the device.
The present chapter describes STMicroelectronics recommendations or choice of implementation. Additional possibilities might be described in STM32MP25 reference manuals.
Domain | Peripheral | Boot time allocation | Comment ![]() | |||
---|---|---|---|---|---|---|
Instance | Cortex-A35 secure (ROM code) |
Cortex-A35 secure (TF-A BL2) |
Cortex-A35 non-secure (U-Boot) | |||
Core/RAM | VDERAM | VDERAM | ☐ | ☐ |
3.2. Runtime assignment[edit | edit source]
3.2.1. On STM32MP23 unknown microprocessor device[edit | edit source]
In STM32MPU Embedded Software, when video decoder isavailable depending on part number, they are activated by default to demonstrate the platform capabilities. When video decoder is not available, VDERAM is free for the rest of the system.
| rowspan="2" | Core/RAM | rowspan="2" | VDERAM | VDERAM | ☐OP-TEE ☐BL31 | ☐ | ☐ | ☐ | Free for any use if video decoder not used. |-
|}
3.2.2. On STM32MP25x lines
[edit | edit source]
In STM32MPU Embedded Software, when video encoder and video decoder are available depending on part number, they are activated by default to demonstrate the platform capabilities. When video encoder and video decoder are not available, VDERAM is free for the rest of the system.
Click on to expand or collapse the legend...
Check boxes illustrate the possible peripheral allocations supported by STM32 MPU Embedded Software:
- ☐ means that the peripheral can be assigned to the given runtime context.
- ☑ means that the peripheral is assigned by default to the given runtime context and that the peripheral is mandatory for the STM32 MPU Embedded Software distribution.
- ⬚ means that the peripheral can be assigned to the given runtime context, but this configuration is not supported in STM32 MPU Embedded Software distribution.
- ✓ is used for system peripherals that cannot be unchecked because they are hardware connected in the device.
The present chapter describes STMicroelectronics recommendations or choice of implementation. Additional possibilities might be described in STM32MP25 reference manuals.
Domain | Peripheral | Runtime allocation | Comment ![]() | |||||
---|---|---|---|---|---|---|---|---|
Instance | Cortex-A35 secure (OP-TEE / TF-A BL31) |
Cortex-A35 non-secure (Linux) |
Cortex-M33 secure (TF-M) |
Cortex-M33 non-secure (STM32Cube) |
Cortex-M0+![]() (STM32Cube) | |||
Core/RAM | VDERAM | VDERAM | ☐OP-TEE
☐BL31 |
☐ | ☐ | ☐ | Free for any use if video encoder and video decoder not used. |
4. Software frameworks and drivers[edit | edit source]
Below are listed the software frameworks and drivers using the VDERAM peripheral for the embedded software components listed in the above tables.
- Linux®: reserved memory that is used by the dmaengine (for DMA buffers management) or RPMsg for interprocess communication with the coprocessor
- OP-TEE: OP-TEE
- STM32Cube: STM32Cube
- TF-M : TF-M
The default assignment set in STMicroelectronics distribution is in line with the platform memory mapping that can be adapted by the platform user.
5. How to assign and configure the peripheral[edit | edit source]
The peripheral assignment can be done via the STM32CubeMX graphical tool (and manually completed if needed).
This tool also helps to configure the peripheral:
- partial device trees (pin control and clock tree) generation for the OpenSTLinux software components,
- HAL initialization code generation for the STM32CubeMPU Package.
The configuration is applied by the firmware running in the context in which the peripheral is assigned.