Hi Henning, On 1/29/19 10:25 AM, Henning Schild wrote: > Hi Andreas, > > thanks for sharing that! Do you happen to know if that will work for an > fsl-ls1046a as well? I guess a dts diff should give a clue. > If it does the target should probably be called fsl-ls1046a. yes, for sure there is sharing potential with other boards which use the LS1046a-SoC as well and even the LS1043a is similar. On the other hand there is also information contained in the Jailhouse config files which is determined by the board manufacturers like available size of DRAM and usable debug console. So if a board manufacturer decides to route out DUART2 instead of DUART1 from the LS1046a as the debug console the config has to be adapted, too.
As most of the generic configs reflect the hardware board name instead of the SoC name (except imx8m I guess) as of today, I decided to use that naming scheme as well in this case. But yes, we could think of adding some more configurable parts in the configs if that would be the way to go in future. Andreas > > We talked off list and i have those configs for an fsl-ls1043a. There > is good config sharing potential between the two. Let us see if that > gets merged, and thanks for starting the discussion! > > Henning > > On Tue, 29 Jan 2019 10:00:24 +0100 > <[email protected]> wrote: > >> From: Andreas Messerschmid <[email protected]> >> >> This series adds support for the miriac SBC-LS1046A to Jailhouse. >> >> Andreas Messerschmid (4): >> configs: miriac-sbc-ls1046a: Add root cell configuration >> configs: miriac-sbc-ls1046a: Add GIC demo inmate configuration >> configs: miriac-sbc-ls1046a: Add linux inmate demo configuration >> configs: miriac-sbc-ls1046a: Add linux inmate demo dts >> >> configs/arm64/dts/inmate-miriac-sbc-ls1046a.dts | 106 ++++++ >> configs/arm64/miriac-sbc-ls1046a-gic-demo.c | 74 ++++ >> configs/arm64/miriac-sbc-ls1046a-linux-demo.c | 137 +++++++ >> configs/arm64/miriac-sbc-ls1046a.c | 458 >> ++++++++++++++++++++++++ 4 files changed, 775 insertions(+) >> create mode 100644 configs/arm64/dts/inmate-miriac-sbc-ls1046a.dts >> create mode 100644 configs/arm64/miriac-sbc-ls1046a-gic-demo.c >> create mode 100644 configs/arm64/miriac-sbc-ls1046a-linux-demo.c >> create mode 100644 configs/arm64/miriac-sbc-ls1046a.c >> > -- 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.
