commit | eef14296bd3a01a3b736e242b76435268aa682dd | [log] [tgz] |
---|---|---|
author | Anson Huang <Anson.Huang@nxp.com> | Fri Jan 04 09:10:04 2019 +0800 |
committer | Anson Huang <Anson.Huang@nxp.com> | Fri Jan 04 10:12:24 2019 +0800 |
tree | 3b5ad8cfbd475b0249678bc5dbc069b57f1a80f5 | |
parent | 13a5c7ece5a13c636e52f22b45f592b72b6453d1 [diff] |
Add NXP's i.MX8 SoCs system controller console support NXP's i.MX8 SoCs with system controller inside support outputting debug message to system controller's console via calling SCFW API, since TF-A shares debug console with Linux kernel which will have confliction if Linux kernel and TF-A's console are both enabled, this patch adds support for switching TF-A debug console to system controller to easy TF-A debug. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>