J7200 is a new SoC from Texas instruments which is targeted for automotive networking and Gateway applications.
k3-j7200-evm is the board with this SoC, which is similar to the k3-j721e-evm evaluation board. Add support for root cell, baremetal and Linux inmate cell configs to support this new platform. Nikhil Devshatwar (3): configs: arm64: Add support for k3-j7200-evm board configs: arm64: Add inmate demo config for j7200-evm board configs: arm64: Add Linux demo for k3j7200-evm board configs/arm64/dts/inmate-k3-j7200-evm.dts | 351 +++++++++++++++++++++ configs/arm64/k3-j7200-evm-inmate-demo.c | 128 ++++++++ configs/arm64/k3-j7200-evm-linux-demo.c | 238 ++++++++++++++ configs/arm64/k3-j7200-evm.c | 359 ++++++++++++++++++++++ 4 files changed, 1076 insertions(+) create mode 100644 configs/arm64/dts/inmate-k3-j7200-evm.dts create mode 100644 configs/arm64/k3-j7200-evm-inmate-demo.c create mode 100644 configs/arm64/k3-j7200-evm-linux-demo.c create mode 100644 configs/arm64/k3-j7200-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/20201020074525.7941-1-nikhil.nd%40ti.com.
