summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/jailhouse
Commit message (Collapse)AuthorAgeFilesLines
* recipes-kernel: jailhouse: Update SRCREV to latestNikhil Devshatwar2020-03-171-1/+1
| | | | | Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-bsp: jailhouse: Update tty for j7-evm jailhouseNikhil Devshatwar2020-03-051-1/+2
| | | | | | | | | | Latest upstream jailhouse uses ttyS3 as the console for inmate cell. Update the recipe to pass the correct cmdline. Override only for j7-evm Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-kernel: jailhose: Update to 0.12 versionNikhil Devshatwar2020-02-251-8/+3
| | | | | | | | Jailhouse 0.12 does not need to define custom config flags. Remove the steps to copy the config from do_configure task Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* jailhouse: update to ti2019.04-rc3 tagDenys Dmytriyenko2019-10-031-1/+1
| | | | | | This includes ramdisk alignment fix. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-kernel: jailhouse: update SRCREV to ti2019.04-rc2 tagNikhil Devshatwar2019-09-271-1/+1
| | | | | Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* jailhouse: ensure INITRAMFS_IMAGE is initialized, pass full CC varDenys Dmytriyenko2019-09-121-3/+2
| | | | | | | | | * 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>
* jailhouse: use ramfs for linux-demoJacob Stiffler2019-08-301-4/+17
| | | | | | | | * 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>
* jailhouse: provide tools packageJacob Stiffler2019-08-301-4/+20
| | | | | | | | | | | | 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>
* jailhouse: remove earlycon bootargs for all k3Jacob Stiffler2019-08-301-2/+1
| | | | | | | * Also update to ti2019.03-rc4 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* jailhouse: update to ti2019.03-rc2Jacob Stiffler2019-08-201-5/+6
| | | | | | | | | * 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>
* jailhouse: update to ti2019.02-rc4 tagDenys Dmytriyenko2019-07-171-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* jailhouse: Pin to TI SOCsKhem Raj2019-07-161-0/+1
| | | | | | | | | | 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>
* jailhouse: combine 2 __anonymous() functions, clean tabsDenys Dmytriyenko2019-07-161-9/+6
| | | | | | | | 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>
* jailhouse: Limit OE architectures to supported onesKhem Raj2019-07-161-0/+2
| | | | | | | | 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>
* jailhouse: Update with inmate DT bugfixesNikhil Devshatwar2019-07-101-1/+1
| | | | | Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* jailhouse: add recipe for Jailhouse module, FW, cells, inmates and basic demoDenys Dmytriyenko2019-07-092-0/+161
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>