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.
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 | 285 +++++++++++++++++++++++++ configs/arm64/k3-j721e-evm-gic-demo.c | 72 +++++++ configs/arm64/k3-j721e-evm-linux-demo.c | 242 +++++++++++++++++++++ configs/arm64/k3-j721e-evm-uart-demo.c | 72 +++++++ configs/arm64/k3-j721e-evm.c | 340 ++++++++++++++++++++++++++++++ include/jailhouse/console.h | 7 +- inmates/lib/uart-8250.c | 3 + 7 files changed, 1020 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.7.4 -- 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/1567599723-19589-1-git-send-email-nikhil.nd%40ti.com.
