Hi Jan, On 20/03/19 7:24 PM, Jan Kiszka wrote: > 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?
5.0 should do for basic boot. But mmc fs is still not ready in upstream because of some erratas. > >> 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? U-Boot definitely enables it all the time as it is used for very early debug. If we do not want to depend on u-boot then hypervisor should take care of two things: - Pinmux - Enabling power-domain which is done by calling a sysfw api. Not sure how we can handle this. So I have this assumption. > >> >> 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. Sure. Thanks and regards, Lokesh -- 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.
