| 0e51db5a | 21-Oct-2022 |
Yann Gautier <yann.gautier@st.com> |
refactor(stm32mp15-fdts): remove unused PMIC nodes
The onkey and watchdog features of the PMIC are not used in TF-A for STM32MP15 boards. Remove the nodes from DT.
Signed-off-by: Yann Gautier <yann
refactor(stm32mp15-fdts): remove unused PMIC nodes
The onkey and watchdog features of the PMIC are not used in TF-A for STM32MP15 boards. Remove the nodes from DT.
Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I2933e0bdc5843fcb549a817742106d9c66097869
show more ...
|
| 600c8f7d | 21-Oct-2022 |
Yann Gautier <yann.gautier@st.com> |
fix(stm32mp15-fdts): use interrupts-extended for i2c2
Update SoC DT file STM32MP151 to use interrupts-extended instead of interrupts for i2c2. This correct a compilation warning: build/stm32mp1/debu
fix(stm32mp15-fdts): use interrupts-extended for i2c2
Update SoC DT file STM32MP151 to use interrupts-extended instead of interrupts for i2c2. This correct a compilation warning: build/stm32mp1/debug/fdts/stm32mp157c-ev1-bl2.pre.dts:23.3-26: Warning (interrupts_property): /soc/i2c@40013000:#interrupt-cells: size is (28), expected multiple of 12
Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: If512807cd23c72f95e1e02b15f30d20a849d8412
show more ...
|
| 2fff46c8 | 14-Dec-2022 |
Davidson K <davidson.kumaresan@arm.com> |
fix(tc): change the properties of optee reserved memory
make it part of the restricted dma pool to ensure it is not used for general dma operations.
Change-Id: Ia14738de70b4d7719d7460ed8d16e727aea8
fix(tc): change the properties of optee reserved memory
make it part of the restricted dma pool to ensure it is not used for general dma operations.
Change-Id: Ia14738de70b4d7719d7460ed8d16e727aea8d8c4 Signed-off-by: Davidson K <davidson.kumaresan@arm.com>
show more ...
|
| 8ef8e0e3 | 06-Oct-2022 |
Lionel Debieve <lionel.debieve@foss.st.com> |
fix(stm32mp13-fdts): remove secure status
Remove the secure status for PKA and SAES entries. The peripherals are used in BL2 at EL3, context will remain secure only.
Change-Id: I79d95bc55a9afd27f29
fix(stm32mp13-fdts): remove secure status
Remove the secure status for PKA and SAES entries. The peripherals are used in BL2 at EL3, context will remain secure only.
Change-Id: I79d95bc55a9afd27f295249936d7bc332c777f5e Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com>
show more ...
|
| 60da130a | 23-Aug-2022 |
Andre Przywara <andre.przywara@arm.com> |
fix(fvp_ve): fdts: Fix vexpress,config-bus subnode names
The arm,vexpress,config-bus DT binding restricts the possible (sub)node names. Adjust the current node names, to drop the unneeded address sp
fix(fvp_ve): fdts: Fix vexpress,config-bus subnode names
The arm,vexpress,config-bus DT binding restricts the possible (sub)node names. Adjust the current node names, to drop the unneeded address specifier, and make the node names binding compliant.
Change-Id: Ic48c6969268c960ce92c8ec3a756ed1d89e61b08 Signed-off-by: Andre Przywara <andre.przywara@arm.com>
show more ...
|
| 0e3d8807 | 22-Aug-2022 |
Andre Przywara <andre.przywara@arm.com> |
fix(fvp): fdts: Fix idle-states entry method
When firmware implements idle states via PSCI, the value of the DT entry-method property must be "psci", not "arm,psci".
Fix this to make the CPU descri
fix(fvp): fdts: Fix idle-states entry method
When firmware implements idle states via PSCI, the value of the DT entry-method property must be "psci", not "arm,psci".
Fix this to make the CPU description binding compliant.
Signed-off-by: Andre Przywara <andre.przywara@arm.com> Change-Id: Icd1bf704d177368af9b7aab545f47e580791b8cc
show more ...
|