On 20.03.19 13:47, Lokesh wrote: > 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/
What is the minimum version needed? 5.1-rc1? > 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. How is that ensured? > > 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 > Nice! Will unfortunately take a while until I have time to look into details, but it's queued now. I also have some fragments for jailhouse-images here, specifically as we have basic enabling (without Jaihouse) in use internally for a while. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux -- 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.
