aboutsummaryrefslogtreecommitdiff
path: root/include/firmware/imx
Commit message (Collapse)AuthorAgeFilesLines
* imx: scu_api: add implementation of sc_pm_reset_reasonIgor Opaniuk2024-02-081-0/+6
| | | | | | | Add implementation of sc_pm_reset_reason() call for obtaining reset reason. Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
* imx: scu_api: update to version 1.16 and add more APIsPeng Fan2023-07-137-30/+209
| | | | | | | | | | Upgrade SCFW API to 1.16 Add more APIs: sc_misc_get_button_status sc_pm_reboot sc_seco_v2x_build_info Signed-off-by: Peng Fan <peng.fan@nxp.com>
* imx: firmware: sci: add inline functions when IMX8 not enabledPeng Fan2023-05-211-0/+241
| | | | | | | Since we might reuse some drivers for other platforms, while the drivers have sci firmware api, so to avoid build failure add inline functions Signed-off-by: Peng Fan <peng.fan@nxp.com>
* imx: move imx8 sci header file to include/firmware/imxPeng Fan2023-05-218-0/+835
Move imx8 sci header file to include/firmware/imx, then we could use build macro to reuse some i.MX8 drivers for i.MX9, such as drivers/cpu/imx8_cpu.c. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Stefano Babic <sbabic@denx.de>