“STM32MPU Embedded Software architecture overview”的版本间的差异

来自百问网嵌入式Linux wiki
(创建页面,内容为“== STM32MPU Embedded Software overview == The diagram below shows STM32MPU Embedded Software distribution main components: * The '''OpenSTLinux distribution''',…”)
 
(清空页面)
标签清空
第1行: 第1行:
== STM32MPU Embedded Software overview ==
 
The diagram below shows [[STM32MPU Embedded Software distribution]] main components:
 
* The '''OpenSTLinux distribution''', running on the Arm<sup>&reg;</sup> Cortex<sup>&reg;</sup>-A, including:
 
** The '''OpenSTLinux BSP''' with:
 
*** The [[Boot_chain_overview|boot chain]] based on [[TF-A overview|TF-A]] and [[U-Boot overview|U-Boot]].
 
*** The [[OP-TEE overview|OP-TEE ]] secure OS running on the Arm<sup>&reg;</sup> Cortex<sup>&reg;</sup>-A in secure mode.
 
*** The '''Linux<sup>&reg;</sup> kernel''' running on the Arm<sup>&reg;</sup> Cortex<sup>&reg;</sup>-A in non-secure mode.
 
** The '''application frameworks''' are composed of middlewares relying on the BSP and providing API:
 
*** on the '''OP-TEE'''  side to run '''Trusted Applications (TA)''' that allow to manipulate secrets (not visible from the Linux and STM32Cube MPU Package)
 
*** on the '''Linux''' side to run '''Applications''' that typically interact with the user via the display, the touchscreen, etc.
 
* The '''STM32Cube MPU Package''' is running on the Arm<sup>&reg;</sup> Cortex<sup>&reg;</sup>-M: it is based on HAL drivers and middlewares, like other STM32 microcontrollers, completed with [[Coprocessor_management_overview|coprocessor management]].<br />
 
The figure below is clickable so that the user can directly jump to one of the sub-levels listed above.<br />
 
{{ImageMap|Image: STM32MPU Embedded Software architecture overview.png{{!}} frame {{!}} center {{!}} STM32MPU Embedded Software architecture overview.
 
rect 621 104 715 408 [[STM32CubeMP1 architecture]]
 
rect 157 161 253 220 [[OP-TEE overview]]
 
rect 157 328 253 385 [[OP-TEE overview]]
 
rect 260 326 356 385 [[TF-A overview]]
 
rect 376 326 473 385 [[U-Boot overview]]
 
rect 481 328 577 385 [[STM32MP15 Linux kernel overview]]
 
poly 372 302 476 302 476 389 258 389 258 323 372 323 [[Boot_chain_overview|Boot chain overview]]
 
rect 481 161 577 220 [[Linux application frameworks overview]]
 
rect 149 297 586 395 [[OpenSTLinux BSP architecture overview]]
 
rect 126 105 596 408 [[OpenSTLinux architecture overview]]
 
circle 60 462 33 [[:category:Platform configuration]]
 
circle 264 462 33 [[Security overview]]
 
}}
 
[[File:OpenSTLinux OE legend.png|center]]
 
<br />
 
  
== Open Source Software (OSS) philosophy ==
 
The '''Open source software''' source code is released under a license in which the copyright holder grants users the rights to study, change and distribute the software to anyone and for any purpose<ref>https://en.wikipedia.org/wiki/Open-source_software</ref>.
 
<br />
 
STMicroelectronics maximizes the using of open source software and contributes to those communities. Notice that, due to the software review life cycle, it can take some time before getting all developments accepted in the communities, so STMicroelectronics can also temporarily provide some source code on github<ref>[[STM32MP1 Distribution Package]]</ref>, until it is merged in the targeted repository.
 
 
== References ==
 
<references/>
 

2024年3月6日 (三) 16:25的版本