summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* linux-ti-staging: update to ti2019.04-rc2 tagDan Murphy2019-09-242-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.04-rc1 tagDan Murphy2019-09-182-4/+4
| | | | | Signed-off-by: Dan Murphy <dmurphy@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>
* linux-ti-staging: update to ti2019.03-rc4 tagDan Murphy2019-08-302-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.03-rc3 tagDan Murphy2019-08-202-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@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>
* linux-ti-staging: update to ti2019.03-rc2 tagDan Murphy2019-08-142-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.03-rc1 tagDan Murphy2019-08-072-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.19.59, drop k3-j721e-dp0.dtboDenys Dmytriyenko2019-08-032-5/+5
| | | | 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>
* linux-ti-staging: update to ti2019.02-rc4 tagDan Murphy2019-07-172-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> 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>
* linux-ti-staging: update to ti2019.02-rc3 tagDan Murphy2019-07-102-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.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>
* linux-ti-staging: add configuration for remoteproc/rpmsg IPC modulesDenys Dmytriyenko2019-07-091-0/+6
| | | | | | | | | | * rpmsg_client_sample is a test module and should not be autoloaded * Both k3_r5 and k3_dsp remoteproc modules depend on virtio_rpmsg_bus Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Suman Anna <s-anna@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update with A&D and Jailhouse mergesDenys Dmytriyenko2019-07-092-3/+3
| | | | 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>
* linux-ti-staging: update to ti2019.02-rc2 tagDan Murphy2019-07-032-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: switch RDEPENDS to prueth-fw-am65xJacob Stiffler2019-06-271-1/+1
| | | | | | | * Switch am65xx RDEPENDS from prueth-fw-bin to prueth-fw-am65x. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cadence-mhdp-fw: add Cadence MHDP DP bridge firmwareDenys Dmytriyenko2019-06-271-0/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update the RT kernel tag for ti2019.02-rc1Dan Murphy2019-06-272-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to the latestDenys Dmytriyenko2019-06-252-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cmem: Add CMEM 384MB block to dra76xx to enable opencl and tidlDjordje Senicic2019-06-202-2/+33
| | | | | Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.19.50Denys Dmytriyenko2019-06-202-5/+5
| | | | | | Includes other updates from Platform, Connectivity, A&D and GFX. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-uio: rebase pru-uio device tree filesGou, Hongmei2019-06-195-26/+14
| | | | | | | | * Update mdio register entries to use the full address * For AM571x, remove the entries which are available after using DT overlay Signed-off-by: Hongmei Gou <h-gou@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-stagin: update to the latestDenys Dmytriyenko2019-06-152-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to the latest with support for J7Denys Dmytriyenko2019-06-112-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: enable ptp/testptp targetDenys Dmytriyenko2019-05-182-0/+28
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update the RT kernel tag for ti2019.01-rc4Dan Murphy2019-05-151-1/+1
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.01-rc4 tagDan Murphy2019-05-152-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.01-rc3 tagDan Murphy2019-05-092-4/+4
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.01-rc2 tagDan Murphy2019-05-012-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.01-rc1 tagDan Murphy2019-04-242-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.19.31Denys Dmytriyenko2019-04-172-5/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.00-rc5 tagDan Murphy2019-04-042-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.00-rc4 tagDan Murphy2019-03-282-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.00-rc3 tagDan Murphy2019-03-212-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.00-rc2 tagDan Murphy2019-03-132-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.00-rc1 tagDenys Dmytriyenko2019-03-052-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.19.25Denys Dmytriyenko2019-03-042-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.19.24Denys Dmytriyenko2019-02-262-5/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to the latestDenys Dmytriyenko2019-02-202-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.19.15Denys Dmytriyenko2019-02-0527-18/+18
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cmem.inc: add arm64 support for cmem injectionDenys Dmytriyenko2019-01-091-2/+5
| | | | | | | | | | | | Since cmem 4.16 now supports arm64, update cmem injection code accordingly to work with arm64 DTS files. Cc: Sam Nelson <sam.nelson@ti.com> Cc: Jacob Stiffler <j-stiffler@ti.com> Cc: Suman Anna <s-anna@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>