aboutsummaryrefslogtreecommitdiff
path: root/platform/ext/index.rst
AgeCommit message (Collapse)Author
2022-04-23docs: Stop gathering documents in a temporary dirAnton Komlev
Signed-off-by: Anton Komlev <anton.komlev@arm.com> Change-Id: I497057dc1d5c3a86766037a493c9d85804d7f738
2022-03-23Docs: some clean-up to platform folderDavid Hu
- Remove support platform list from integration guide. Only keep the list under platform folder. Otherwise platform vendors have to maintain two lists and information can be duplicated or misaligned. - Refine Arm platform doc structure to put OpenAMP docs under Corstone-1000 - Refine Cypress PSoC64 doc structure to move library docs under the PSoC64 list. Change-Id: I7fad8dd1eb52594d406f6be8a61c38c27fcb72ff Signed-off-by: David Hu <david.hu@arm.com>
2021-10-07Platform: Add provisioning api and implementationRaef Coles
Provision data and secrets to OTP memory, where they can later be retrieved. Used for all data that should be changed on a per-device / per-implementation basis. Add a cmake option to replace with platform-specific implementation. Update provisioning documentation. Change-Id: I0f2e85e93c12bd47b9f68490672d0fc0695e1612 Signed-off-by: Raef Coles <raef.coles@arm.com>
2021-06-04Platform: Add arm folder for arm platformsSummer Qin
Put arm platforms into arm folder and remove some unused cryptocell-312-runtime. It will be convenient for users and developers. Signed-off-by: Summer Qin <summer.qin@arm.com> Change-Id: I1187a8f2b18903e531ce28b2d23be251ec1e2b45
2021-05-06Docs: Refine introductionSummer Qin
Refine the content of introduction. Move 'releases' and 'platform supported' into their separate directory. Signed-off-by: Summer Qin <summer.qin@arm.com> Change-Id: Ia791ae8114401966a9512fb0d12f98068b1b775e
2021-05-06platform: stm: update rst documentation for multi platformLudovic Barre
This patch updates rst documentation for manage multi platform. -stm index lists SOC and Board supported by stmicroelectronics -Soc documentation are defined in stm/common/<SOC> directory -Board documentation are defined in stm/<Board> directory The content of stm/readme.rst file is splited to: -common/stm32l5xx/readme.rst => Soc -nucleo_l552ze_q/readme.rst => Board -stm32l562e_dk/readme.rst => Board Change-Id: Id2d29281ad6054a8a9305893c2c82466b89a9167 Signed-off-by: Ludovic Barre <ludovic.barre@foss.st.com>
2021-04-29Platform: Add support for BL5340 DVKJamie McCrae
This adds supports for the Laird Connectivity BL5340 DVK (development kit) application core, which is based on the nRF5340 SoC. Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com> Change-Id: I062412918d4cbe692748c1a31fef444190f50661
2021-04-21Docs: Restructure the documentsSummer Qin
Restructure the file category to let it more friendly to users. Signed-off-by: Summer Qin <summer.qin@arm.com> Change-Id: I7ced0e2d700ce03423e472e0098608f3445ba169
2020-11-23Docs: Fixed minor warnings in documentationMinos Galanakis
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com> Change-Id: Ifab8a93287ab154350d3a35ac43b4b95fe18ff21
2020-10-29Platform: Adding Nuvoton M2351 Supportwschang0
The NuMicro® M2351 microcontroller series is powered by Arm® Cortex®-M23 core with TrustZone® for Armv8-M architecture, which elevates the traditional firmware security to the new level of robust software security. The porting will apply trusted-firmware-M to M2351 to make it easy to create the security firmware on Nuvoton M2351 platform. Signed-off-by: WSChang <wschang0@nuvoton.com> Change-Id: I059618223fae8ab9ca085e9c998d51e3d12e8d86
2020-10-08Platform: Add support for new SOCs: nRF5340 and nRF9160Øyvind Rønningstad
Supporting most configurations. This patch targets the nRF9160 and the nRF5340 application core. The nRF5340 is a dual-core SOC (application core and network core). The nRF5340 application core is a Cortex-M33F with TrustZone-M. The nRF9160 is an SOC with LTE-M/NB-IOT/GPS connectivity. The nRF9160 has a Cortex-M33F with TrustZone-M. Common code between the two platforms has been placed into a common directory. The platforms do not use the tfm_common_s.ld linker script since the nRF IDAU needs some alterations to the placement of the veneers. The common directory contains parts of the nrfx driver framework, copied from https://github.com/NordicSemiconductor/nrfx version 2.3.0 at commit 6c31cb7d0e4038afa1efc9bfed40206adfd7b83e. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no> Change-Id: I15b932f444aa9adf2ef2489e9ecf036c64c851a7
2020-08-10Docs: Add process for platform removalSoby Mathew
Signed-off-by: Soby Mathew <soby.mathew@arm.com> Change-Id: I3aefb16be610cb60270e8837bd8ce598c25a7f9a
2020-06-19Docs: Restructuring and new layoutMinos Galanakis
This patch implements a set of user-experiences aimed changes.It modifies the documentation structure and switches to a more reactive design for the rtd theme. * The documentation layout has been redesigned to be more intuitive,easier to maintain and and scale. * The landing page introduces a new dashboard. * Introduced dedicated space for release documents, and changelog has been modified to directly source content from referenced documents. * Added quick-link navigation for items that need emphasis. * Relevant design documents can now be grouped in suf-folders. * There is dedicated space for custom platform, and third party tools documents. * Wildcard and regex matching has been introduced to indexes. Change-Id: Ib02d17d5d26187d397ba17317788cf2a01401b07 Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>