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.
Lokesh Vutla (1): ci, Documentation: Add TI's K3 specific configs Nikhil Devshatwar (4): 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 inmates: uart-8250: Add MDR quirk for enabling UART ci/jailhouse-config-k3.h | 2 + configs/arm64/dts/inmate-k3-j721e-evm.dts | 180 +++++++++++++++ configs/arm64/k3-j721e-evm-gic-demo.c | 72 ++++++ configs/arm64/k3-j721e-evm-linux-demo.c | 163 ++++++++++++++ configs/arm64/k3-j721e-evm-uart-demo.c | 72 ++++++ configs/arm64/k3-j721e-evm.c | 254 ++++++++++++++++++++++ inmates/lib/uart-8250.c | 4 + 7 files changed, 747 insertions(+) create mode 100644 ci/jailhouse-config-k3.h 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/20190523211623.9718-1-nikhil.nd%40ti.com. For more options, visit https://groups.google.com/d/optout.
