This series adds support for the Texas Instrument's j721e-evm board. The J721E SoC belongs to the K3 Multicore SoC architecture platform for automotive applications such as infotainment, cluster, premium Audio, Gateway, industrial and a range of broad market applications.
Verified with the 5.5 linux-stable kernel on J721E common processor board. All DT bindings are compliant with upstream kernel. Nikhil Devshatwar (4): inmates: uart-8250: Add MDR quirk for enabling UART configs: arm64: Add support for k3-j721-evm board configs: arm64: Add gic and uart demos for j721-evm board configs: arm64: Add Linux demo for j721-evm board configs/arm64/dts/inmate-k3-j721e-evm.dts | 433 ++++++++++++++++++++++ configs/arm64/k3-j721e-evm-gic-demo.c | 72 ++++ configs/arm64/k3-j721e-evm-linux-demo.c | 262 +++++++++++++ configs/arm64/k3-j721e-evm-uart-demo.c | 72 ++++ configs/arm64/k3-j721e-evm.c | 363 ++++++++++++++++++ include/jailhouse/console.h | 7 +- inmates/lib/uart-8250.c | 3 + 7 files changed, 1211 insertions(+), 1 deletion(-) create mode 100644 configs/arm64/dts/inmate-k3-j721e-evm.dts create mode 100644 configs/arm64/k3-j721e-evm-gic-demo.c create mode 100644 configs/arm64/k3-j721e-evm-linux-demo.c create mode 100644 configs/arm64/k3-j721e-evm-uart-demo.c create mode 100644 configs/arm64/k3-j721e-evm.c -- 2.17.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20191223151353.22495-1-nikhil.nd%40ti.com.
