Home
last modified time | relevance | path

Searched hist:f33bc3efdaba2ce695bcba5d2d538b07ae6b962e (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/drivers/
H A Dplic.hf33bc3efdaba2ce695bcba5d2d538b07ae6b962e Tue Sep 26 13:29:46 UTC 2023 Alvin Chang <alvinga@andestech.com> drivers: plic: Maintain controller data in driver source file

To align the design from other architecture, we move the interrupt
controller data instance from platform source file to driver source
file. With this change, the PLIC initialization functions no more get
the controller data as input argument. Platforms do not need to care
about the interrupt controller data instance.

Signed-off-by: Alvin Chang <alvinga@andestech.com>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Marouene Boubakri <marouene.boubakri@nxp.com>
/optee_os/core/drivers/
H A Dplic.cf33bc3efdaba2ce695bcba5d2d538b07ae6b962e Tue Sep 26 13:29:46 UTC 2023 Alvin Chang <alvinga@andestech.com> drivers: plic: Maintain controller data in driver source file

To align the design from other architecture, we move the interrupt
controller data instance from platform source file to driver source
file. With this change, the PLIC initialization functions no more get
the controller data as input argument. Platforms do not need to care
about the interrupt controller data instance.

Signed-off-by: Alvin Chang <alvinga@andestech.com>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Marouene Boubakri <marouene.boubakri@nxp.com>
/optee_os/core/arch/riscv/plat-virt/
H A Dmain.cf33bc3efdaba2ce695bcba5d2d538b07ae6b962e Tue Sep 26 13:29:46 UTC 2023 Alvin Chang <alvinga@andestech.com> drivers: plic: Maintain controller data in driver source file

To align the design from other architecture, we move the interrupt
controller data instance from platform source file to driver source
file. With this change, the PLIC initialization functions no more get
the controller data as input argument. Platforms do not need to care
about the interrupt controller data instance.

Signed-off-by: Alvin Chang <alvinga@andestech.com>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Marouene Boubakri <marouene.boubakri@nxp.com>