| 3879761f | 21-May-2024 |
Yann Gautier <yann.gautier@st.com> |
feat(stm32mp2-fdts): add sdmmc nodes in SoC DT file
Add the sdmmc1 & sdmmc2 nodes in stm32mp251.dtsi file, to support eMMC or SD-cards. To avoid increasing DT size if SD-card or eMMC boot is not sel
feat(stm32mp2-fdts): add sdmmc nodes in SoC DT file
Add the sdmmc1 & sdmmc2 nodes in stm32mp251.dtsi file, to support eMMC or SD-cards. To avoid increasing DT size if SD-card or eMMC boot is not selected, the nodes are removed from DT thanks to stm32mp25-bl2.dtsi overlay.
Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I2ed841442b7dddf0c441ae3b3d2462ef535f9951
show more ...
|
| 53e89824 | 21-May-2024 |
Yann Gautier <yann.gautier@st.com> |
feat(stm32mp2-fdts): add io_policies
This will be required for FCONF management on STM32MP2.
Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: If651a9aa36cdf415f570b2392daa08c198d629d2 |
| a1a50ef1 | 16-May-2024 |
Patrick Delaunay <patrick.delaunay@foss.st.com> |
feat(stm32mp2-fdts): remove pins-are-numbered
Remove the deprecated property "pins-are-numbered" from pinctrl and pinctrl_z nodes of stm32mp25 soc to conform with the upstream series of the link bel
feat(stm32mp2-fdts): remove pins-are-numbered
Remove the deprecated property "pins-are-numbered" from pinctrl and pinctrl_z nodes of stm32mp25 soc to conform with the upstream series of the link below.
Link: https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=69786
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Change-Id: I1ed98c94c5003bc9903229957cb072da4211238f
show more ...
|
| a22f84f0 | 10-Jul-2024 |
Balint Dobszay <balint.dobszay@arm.com> |
docs: add binding for vm availability messages
SPs can subscribe to get notified when a VM is created or destroyed. This patch adds a binding to the SP manifest to represent this.
Signed-off-by: Ba
docs: add binding for vm availability messages
SPs can subscribe to get notified when a VM is created or destroyed. This patch adds a binding to the SP manifest to represent this.
Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> Change-Id: Ib23655575f471a22bcf261f70f2c4124a3f292c3
show more ...
|
| d2d1da5f | 12-Aug-2024 |
Joanna Farley <joanna.farley@arm.com> |
Merge "feat(versal2): add dummy implementation for SCMI PD" into integration |
| a71f11ba | 12-Aug-2024 |
Joanna Farley <joanna.farley@arm.com> |
Merge "fix(versal2): add ufs specific features support" into integration |
| 2e1db2b4 | 12-Aug-2024 |
Joanna Farley <joanna.farley@arm.com> |
Merge "feat(versal): deprecate build time arg VERSAL_PLATFORM" into integration |
| 778e2452 | 12-Aug-2024 |
Joanna Farley <joanna.farley@arm.com> |
Merge changes from topic "xlnx_tfa_passthrough_plm_ipi_cmd" into integration
* changes: docs(xilinx): update SMC documentation in TF-A feat(xilinx): add feature check function for TF-A specific
Merge changes from topic "xlnx_tfa_passthrough_plm_ipi_cmd" into integration
* changes: docs(xilinx): update SMC documentation in TF-A feat(xilinx): add feature check function for TF-A specific APIs feat(xilinx): update SiP SVC version number feat(xilinx): update TF-A to passthrough all PLM commands fix(xilinx): fix logic to read ipi response
show more ...
|
| 7322e855 | 09-Aug-2024 |
Madhukar Pappireddy <madhukar.pappireddy@arm.com> |
Merge changes from topic "nxp-s32g2/add-xbar-clk" into integration
* changes: feat(nxp-clk): enable the XBAR clock feat(nxp-clk): add dependencies for the XBAR clock feat(nxp-clk): add CGM0 in
Merge changes from topic "nxp-s32g2/add-xbar-clk" into integration
* changes: feat(nxp-clk): enable the XBAR clock feat(nxp-clk): add dependencies for the XBAR clock feat(nxp-clk): add CGM0 instance feat(nxp-clk): add DFS module enablement feat(nxp-clk): add clock objects for ARM DFS refactor(nxp-clk): organize early clocks in groups
show more ...
|
| 1a721748 | 09-Aug-2024 |
Yann Gautier <yann.gautier@foss.st.com> |
fix(checkpatch): detect issues in commit message
The current implementation of make checkpatch does not detect issues when Signed-off-by line is missing. The solution is to concatenate the output of
fix(checkpatch): detect issues in commit message
The current implementation of make checkpatch does not detect issues when Signed-off-by line is missing. The solution is to concatenate the output of both git log and git diff before executing checkpatch script.
Change-Id: Ic2d6f8bc10316d73b72a73a1807aa36cdec6900d Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
show more ...
|
| b9c20e5d | 29-Jul-2024 |
Amit Nagal <amit.nagal@amd.com> |
fix(versal2): add ufs specific features support
Following IOCTL IDs are required for UFS specific functionalities.
IOCTL ID - 40(IOCTL_UFS_TXRX_CFGRDY_GET) This gives the Tx_Rx_config_rdy_signal_mo
fix(versal2): add ufs specific features support
Following IOCTL IDs are required for UFS specific functionalities.
IOCTL ID - 40(IOCTL_UFS_TXRX_CFGRDY_GET) This gives the Tx_Rx_config_rdy_signal_mon(0xF1061054) register value which contains the Tx and Rx lanes configuration ready signal information.
IOCTL ID - 41(IOCTL_UFS_SRAM_CSR_SEL) Select - 0(IOCTL_UFS_SRAM_CSR_SET) This will allow to set sram control and status register (0xF106104C) with the value provided by driver.
Select - 1(IOCTL_UFS_SRAM_CSR_GET) This should return the sram control and status register (0xF106104C) value to the driver.
UFS Host reset assert/de-assert(using SCMI) support is added. register address : 0xF1260340
UFS PHY reset assert/de-assert(using SCMI) support is added. register address : 0xF1061050
Change-Id: I5368cc7251350946bd5ddb3a4c817b75e1d4a43e Signed-off-by: Amit Nagal <amit.nagal@amd.com>
show more ...
|
| 095a20a7 | 02-Feb-2024 |
Michal Simek <michal.simek@amd.com> |
feat(versal2): add dummy implementation for SCMI PD
Add dummy implementation of power domain. There is dwc3 usb driver which requires power domain to be setup and make sense to have interface prepar
feat(versal2): add dummy implementation for SCMI PD
Add dummy implementation of power domain. There is dwc3 usb driver which requires power domain to be setup and make sense to have interface prepared even it is not doing anything. When this runs on real HW functionality will be extended.
Change-Id: I68151edc3ab817da3308e7c21af57a3355a17d37 Signed-off-by: Michal Simek <michal.simek@amd.com>
show more ...
|
| b8ad8800 | 05-Aug-2024 |
Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> |
feat(nxp-clk): enable the XBAR clock
Enable the XBAR clock, which is the primary system clock.
Change-Id: Idaafbb8894472b10e1ed8a35b25967c82106e667 Signed-off-by: Ghennadi Procopciuc <ghennadi.proc
feat(nxp-clk): enable the XBAR clock
Enable the XBAR clock, which is the primary system clock.
Change-Id: Idaafbb8894472b10e1ed8a35b25967c82106e667 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
show more ...
|
| 5692f881 | 05-Aug-2024 |
Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> |
feat(nxp-clk): add dependencies for the XBAR clock
Add all clock modules required to enable the XBAR clock, including the DFS, its output dividers and MC_CGM muxes.
Change-Id: Ib9cf82c0e40b76863637
feat(nxp-clk): add dependencies for the XBAR clock
Add all clock modules required to enable the XBAR clock, including the DFS, its output dividers and MC_CGM muxes.
Change-Id: Ib9cf82c0e40b76863637ed7602c3a09411d17615 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
show more ...
|
| 9dbca85d | 05-Aug-2024 |
Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> |
feat(nxp-clk): add CGM0 instance
Introduce the MC_CGM0 instance responsible for XBAR and other peripheral clocks.
Change-Id: Icf1e9ce6e71e4ff446835d1e7b6522bfb6f2b4b6 Signed-off-by: Ghennadi Procop
feat(nxp-clk): add CGM0 instance
Introduce the MC_CGM0 instance responsible for XBAR and other peripheral clocks.
Change-Id: Icf1e9ce6e71e4ff446835d1e7b6522bfb6f2b4b6 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
show more ...
|
| 4cd04c50 | 05-Aug-2024 |
Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> |
feat(nxp-clk): add DFS module enablement
Implement enable and set_module_rate callbacks for DFS modules.
Change-Id: Ic9d6034ac04adbabd8fc782aea94ce252439f136 Signed-off-by: Ghennadi Procopciuc <ghe
feat(nxp-clk): add DFS module enablement
Implement enable and set_module_rate callbacks for DFS modules.
Change-Id: Ic9d6034ac04adbabd8fc782aea94ce252439f136 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
show more ...
|
| 92fead00 | 08-Aug-2024 |
Manish Pandey <manish.pandey2@arm.com> |
Merge "fix(gicv3): incorrect impdef power down sequence" into integration |
| 9a01089d | 25-Jul-2024 |
Madhukar Pappireddy <madhukar.pappireddy@arm.com> |
docs: fix discrepancies in value type of manifest fields
In order to avoid the complexity of supporting value types smaller than u32 and avoid discrepancies for the various manifest fields among dif
docs: fix discrepancies in value type of manifest fields
In order to avoid the complexity of supporting value types smaller than u32 and avoid discrepancies for the various manifest fields among different projects, the value type for relevant fields are upgraded to u32.
Change-Id: Ib033019b3b8c26bf4b8b50f89b7a6d1a772e5e51 Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
show more ...
|
| 3b63eef9 | 25-Jul-2024 |
Madhukar Pappireddy <madhukar.pappireddy@arm.com> |
docs: update ff-a manifest bindings
Various SPMC projects within trustefirmware.org have decided to adhere to a common FF-A manifest binding document. The one hosted in the readthedocs portal of TF-
docs: update ff-a manifest bindings
Various SPMC projects within trustefirmware.org have decided to adhere to a common FF-A manifest binding document. The one hosted in the readthedocs portal of TF-A project will be considered as the reference.
Hence, this binding document is updated to reflect new additions made to binding document hosted in Hafnium project. Eventually, all other binding document are going to be removed.
Also, few fields were incorrectly identified as mandatory. Necessary corrections are made in this patch.
Change-Id: I2eadd77487c770e49605285bbd72027c5e72e385 Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
show more ...
|
| 65e573fc | 25-Jul-2024 |
Madhukar Pappireddy <madhukar.pappireddy@arm.com> |
chore(docs): remove hafnium specific documentation
All the relevant documentation for Hafnium as the chosen Secure Partition Manager has been moved to hafnium project[1].
This patch removes the red
chore(docs): remove hafnium specific documentation
All the relevant documentation for Hafnium as the chosen Secure Partition Manager has been moved to hafnium project[1].
This patch removes the redundant sections without any loss of information.
This patch adds links to documentation of each of the SPM projects.
[1] https://hafnium.readthedocs.io/en/latest/secure-partition-manager/index.html
Change-Id: I52caf7dc50f4aa253c68309cac0915b7d368939d Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
show more ...
|
| 8fef541d | 08-Aug-2024 |
Manish Pandey <manish.pandey2@arm.com> |
Merge "fix(psci): fix parent parsing in psci_is_last_cpu_to_idle_at_pwrlvl" into integration |
| 44ae54af | 05-Aug-2024 |
Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> |
feat(nxp-clk): add clock objects for ARM DFS
The DFS modules are connected to the PLL VCO and provide a clock downstream through a set of output dividers, the frequency of which can be adjusted prog
feat(nxp-clk): add clock objects for ARM DFS
The DFS modules are connected to the PLL VCO and provide a clock downstream through a set of output dividers, the frequency of which can be adjusted programmatically.
Change-Id: Ie945d10fd39e6e40e6c051ccde8486dcfb5bd53f Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
show more ...
|
| d3869455 | 23-Jul-2024 |
Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> |
refactor(nxp-clk): organize early clocks in groups
This reduces the length of the s32cc_init_early_clks function and offers space for more early clocks to be added.
Change-Id: I0d11b97779433a6b15cd
refactor(nxp-clk): organize early clocks in groups
This reduces the length of the s32cc_init_early_clks function and offers space for more early clocks to be added.
Change-Id: I0d11b97779433a6b15cd76c36aefbb7b92381067 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
show more ...
|
| b95f398e | 29-Jul-2024 |
Xialin Liu <Xialin.Liu@ARM.com> |
feat(arm): update documentation for cot-dt2c
Add documentation for the cot-dt2c feature
Change-Id: I27383882b639e39217d09ca76e316098cc4753d0 Signed-off-by: Xialin Liu <Xialin.Liu@ARM.com> |
| ac106f20 | 02-Aug-2024 |
Xialin Liu <Xialin.Liu@ARM.com> |
feat(arm): remove the bl2 static c file
There is no need for the bl2 static c file for CCA and Duaroot CoT, remove them from the repo
Change-Id: I251d085034dae0f6b3c6cefdbb129a9e1dd0530b Signed-off
feat(arm): remove the bl2 static c file
There is no need for the bl2 static c file for CCA and Duaroot CoT, remove them from the repo
Change-Id: I251d085034dae0f6b3c6cefdbb129a9e1dd0530b Signed-off-by: Xialin Liu <Xialin.Liu@ARM.com>
show more ...
|