From: Lokesh Vutla <[email protected]> The AM654 SoC is a lead device of the TI's K3 Multicore SoC architecture platform, targeted for broad market and industrial control with aim to meet the complex processing needs of modern embedded products.
This series add support for the AM654 based board to Jailhouse. Kernel used: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/ U-boot used: http://git.ti.com/cgit/cgit.cgi/ti-u-boot/ti-u-boot.git/log/?h=ti-u-boot-2019.01 It is assumed that for uart and gic demos, the mcu uart0 power-domain and pinmux is enabled by u-boot. Root cell logs: https://pastebin.ubuntu.com/p/H4Gh7nC253/ Linux inmate logs: https://pastebin.ubuntu.com/p/RNfH6ZWspr/ Lokesh Vutla (4): configs: k3-am654: Add root cell configuration configs: inmates: k3-am654: Add gic and uart demo configurations configs: inmates: k3-am654: Add linux inmate demo configuration configs: k3-am654: Add linux inmate demo dts configs/arm64/dts/inmate-k3-am654.dts | 144 ++++++++++++++++++ configs/arm64/k3-am654-gic-demo.c | 74 ++++++++++ configs/arm64/k3-am654-linux-demo.c | 132 +++++++++++++++++ configs/arm64/k3-am654-uart-demo.c | 74 ++++++++++ configs/arm64/k3-am654.c | 204 ++++++++++++++++++++++++++ 5 files changed, 628 insertions(+) create mode 100644 configs/arm64/dts/inmate-k3-am654.dts create mode 100644 configs/arm64/k3-am654-gic-demo.c create mode 100644 configs/arm64/k3-am654-linux-demo.c create mode 100644 configs/arm64/k3-am654-uart-demo.c create mode 100644 configs/arm64/k3-am654.c -- 2.21.0 -- 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]. For more options, visit https://groups.google.com/d/optout.
