aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/jailhouse
AgeCommit message (Collapse)Author
2019-10-03jailhouse: update to ti2019.04-rc3 tagDenys Dmytriyenko
This includes ramdisk alignment fix. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-27recipes-kernel: jailhouse: update SRCREV to ti2019.04-rc2 tagNikhil Devshatwar
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-12jailhouse: ensure INITRAMFS_IMAGE is initialized, pass full CC varDenys Dmytriyenko
* If both INITRAMFS_IMAGE and JH_RAMFS_IMAGE are unset, variables fail to expand, which leads to dependency errors. * Passing full CC variable ensure all options are specified, especially --sysroot one for internal toolchains. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-30jailhouse: use ramfs for linux-demoJacob Stiffler
* Configure the linux-demo to use a ramfs for the linux inmate. * Using JH_RAMFS_IMAGE, this can be set in some global conf. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-30jailhouse: provide tools packageJacob Stiffler
Create a package containing the jailhouse tools which are used to work with the cells and inmates. This recipe provides a good example for using the jailhouse-cell-linux tool. The tools require the pyjailhouse python modules, so package them as well. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-30jailhouse: remove earlycon bootargs for all k3Jacob Stiffler
* Also update to ti2019.03-rc4 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-20jailhouse: update to ti2019.03-rc2Jacob Stiffler
* extend to am65xx family * and correct am65xx cell and inmate filenames. * remove earlycon bootargs for am65xx Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-17jailhouse: update to ti2019.02-rc4 tagDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-16jailhouse: Pin to TI SOCsKhem Raj
This needs to be ported and tested with non-TI SOCs its better to limit this to just TI SOCs as of now this makes sure that meta-ti can be used in a multi-BSP distro Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-16jailhouse: combine 2 __anonymous() functions, clean tabsDenys Dmytriyenko
Fixes WARNING: python should use 4 spaces indentation, but found tabs in jailhouse_git.bb, line 85 Reported-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-16jailhouse: Limit OE architectures to supported onesKhem Raj
Fixes ERROR: cannot map 'mips' to a jailhouse supported architecture Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-10jailhouse: Update with inmate DT bugfixesNikhil Devshatwar
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-07-09jailhouse: add recipe for Jailhouse module, FW, cells, inmates and basic demoDenys Dmytriyenko
Builds the Jailhouse kernel module, hypervisor binaries and all the cell configs for root cell and other demos. Generate the linux-demo loader script without initramfs. Supports am65x and j7-evm machines [nikhil.nd@ti.com: Update for public trees] Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Reviewed-by: Subhajit Paul <subhajit_paul@ti..com> Tested-by: Subhajit Paul <subhajit_paul@ti..com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>