Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-28 | firmware: imx: add dummy functions | Peng Fan | 1 | -0/+19 | |
add dummy functions to avoid build failure when header files are included, but drivers are not built. Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]> | |||||
2020-06-23 | firmware: imx: add resource management api | Peng Fan | 1 | -0/+69 | |
Add resource management API, when we have multiple partition running together, resources not owned to current partition should not be used. Reviewed-by: Leonard Crestez <[email protected]> Reviewed-by: Dong Aisheng <[email protected]> Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]> | |||||
2019-02-11 | firmware: imx: Add support to start/stop a CPU | Daniel Baluta | 1 | -0/+3 | |
This is done via RPC call to SCU. Signed-off-by: Daniel Baluta <[email protected]> Reviewed-by: Dong Aisheng <[email protected]> Signed-off-by: Shawn Guo <[email protected]> | |||||
2018-11-14 | firmware: imx: add pm svc headfile | A.s. Dong | 1 | -0/+85 | |
Add SCU PM SVC related protocol definitions which will be used by a number of PM functions like Power Domain, Clock, Reset and etc. The detailed implementation of each function will put in the individual function drivers. Cc: Shawn Guo <[email protected]> Cc: Sascha Hauer <[email protected]> Reviewed-by: Ulf Hansson <[email protected]> Signed-off-by: Dong Aisheng <[email protected]> Signed-off-by: Shawn Guo <[email protected]> | |||||
2018-10-08 | firmware: imx: add misc svc support | Dong Aisheng | 1 | -0/+55 | |
Add SCU MISC SVC support which provides misc control get/set functions. Cc: Shawn Guo <[email protected]> Reviewed-by: Sascha Hauer <[email protected]> Signed-off-by: Dong Aisheng <[email protected]> Signed-off-by: Shawn Guo <[email protected]> |