summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-09-20cpsw9g-eth-fw: update ethernet firmwareSanthana Bharathi
* Updated the ethernet Fw to use PDK memory map so that it can run along with IPC apps in CoreSDK. * Added stripped version of the firmware Signed-off-by: Santhana Bharathi <santa@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-19sciclient-rtos: SRCREV updateMahesh Radhakrishnan
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-18ti-img-rogue-driver: Update srcrev to pick get_order fixti2019.04-rc1Gowtham Tammana
`__get_order()` API got changed to `get_order()` in the newer kernel 4.19.73. Updating the srcrev to pick the corresponding fix in the driver. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-17u-boot-ti-staging: update to ti2019.04-rc1 tagDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-17linux-ti-staging: update to ti2019.04-rc1 tagDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-17libion: update to fix musl builds by avoiding __BEGIN_DECL/__END_DECLDenys Dmytriyenko
The fix from Khem Raj to use extern "C" instead of __BEGIN_DECL/__END_DECL macros Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-16ibl-boot-rtos: SRCREV bump to address b2ccs utils packaging issue on windowsMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-16ti-img-rogue-umlibs: Update srcrev to pick latestGowtham Tammana
The source repo has been updated with latest nulldrmws artifacts and debug binaries. Updating srcrev to pick the latest changes. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-16videnc-test-app: Add the videnc-test-app recipeHuang, David
The videnc-test-app provides the video encoder test app (tienc_encode) for j7-evm. Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-16viddec-test-app: Update to the latestHuang, David
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-16libgbm: Remove remaining parts of this projectAndrew F. Davis
After libgbm was moved into the ti-sgx-ddk-um project the recipe for libgbm was deleted, this patch was left over, remove it here. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-16cpsw9g-eth-fw: Add CPSW 9G support for J7Santhana Bharathi
Signed-off-by: Santhana Bharathi <santa@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-13ion: add libion and ion-tests packages for ION supportDenys Dmytriyenko
ION Userspace Memory Allocator Library and tests Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-12emac-lld-rtos: Adding trace-rtos as a dependency for k3 devicesTinku Mannan
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-12ti-img-encode-decode: Update SRCREV and build encoderAngela Stegmaier
Pick up latest version of ti-img-encode-decode which includes updates for decoder and addition of encoder. Also update the recipe to build the encoder module. Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-12ti-gc320-libs: only compatible with DRA7xx platformDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-12ti-sgx-ddk-km: also support arm-oe-linux-gnueabi as a hardfp compilerDenys Dmytriyenko
OE-built internal toolchain doesn't use "-gnueabihf" suffix and instead uses "-gnueabi" for both softfp and hardfp. For now we only support hardfp (user-space binaries are only available in hardfp), but would be nice to check for "callconvention-hard" before applying the patch. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-12ti-img-rogue-driver: port generic toolchain support from SGXDenys Dmytriyenko
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-09-12ti-img-rogue-umlibs: Update srcrev to pick latest fixesGowtham Tammana
Updating srcrev to pick latest fixes in the libs - GL header updates to include latest extension definitions - Fixes for NV12 format Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-09ti-img-rouge-umlibs: Update srcrec to pick virt binsGowtham Tammana
Update the graphics libraries to pick the virtualization support enabled binaries. 1950766 Virt: Enable FW build for virtualization Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-09ti-img-rogue-driver: Update src to pick virt changesGowtham Tammana
Virtualization support is added to the driver. Updating srcrev here to pick the relevant sources. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-05cadence-mhdp-fw: update to 1.2.17Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-05ti-sgx-ddk-um: Remove the removing of wayland-egl.pcAndrew F. Davis
This file was shipped as part of the DDK, but was also supplied by libwayland so it was deleted here. This file has been removed from the DDK, so deleting the file manually here is no longer needed. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-05ti-sgx-ddk-um: Drop omap5-sgx-ddk-um-linux packageAndrew F. Davis
No one in-tree depends on this anymore. This used to be the name of the package so this was kept here for several years for backwards compatibility. Remove this from PROVIDES. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-05ti-sgx-ddk-um: Add wayland-protocols as build dependencyAndrew F. Davis
Although not needed for the IMG default EGL implementation this is needed when building the Mesa EGL version of the DDK. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-05ti-sgx-ddk-um: Add expat as runtime dependencyAndrew F. Davis
Although not needed for the IMG default EGL implementation libexpat is needed when using the Mesa EGL version. While here s/libudev/udev as 'libudev' is package shipped as part of the eudev project, but we use systemd, so we actually depend on 'udev'. Move the PACKAGE_ARCH and PR defines to a more natural spot that also lines up with the RGX version of recipe for easier diffs. One thing we could have done is remove the DEPENDS line. We do not have any build dependencies as these are pre-made library binaries, but I use the package rootfs generated by bitbake to build the binaries locally, so leave it for now. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-05ti-sgx-ddk-um: libgbm is now part of this projectAndrew F. Davis
The GBM library is tightly coupled with the system graphics systems, other hardware GPU vendors (including our Rogue DDK) and Mesa all deploy a version of the library as part of their GPU driver. We SGX does the same. This should ease integration for us as we now don't rely on a separate project for this library and our deployment strategy can match across Mesa/RGX recipes, allowing for better re-use of common components. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-30am65xx, j7-evm: add secondary serial console for Jailhouseti2019.03-rc4ti2019.03Jacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> 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-30linux-ti-staging: update to ti2019.03-rc4 tagDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-30u-boot-ti-staging: update to ti2019.03-rc4 tagDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-30ti-pdk.bbclass:j7-evm.conf: Correcting the core list for j7-evm (mpu2/3_x to ↵Mahesh Radhakrishnan
mcu2/3_x) Correcting the corelist. There is no mpu2_x or mpu3_x instead they should be mcu2_x/mcu3_x which is present in j7-evm Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-30j7-evm.conf: Correcting the core list for j7-evm (mpu2/3_x to mcu2/3_x)Mahesh Radhakrishnan
There is no mpu2_1,mpu3_0,mpu3_1 for j7-evm. They should have been mcu2_1,mcu3_0 and mcu3_1 respectively. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-30am65xx-evm, beagle-x15, beaglebone, j7-evm, lego-ev3: Let user optionally ↵Alessio Igor Bogani
override kickstarter files Signed-off-by: Alessio Igor Bogani <alessio.bogani@elettra.eu> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-19conf/machine: update with new DTBs/DTBOsti2019.03-rc3Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-19sciclient-rtos: Adding mcu1_1 to LIMIT_CORES for am65xx targetsMahesh Radhakrishnan
The default TI_PDK_LIMIT_CORES set in conf/machine/includes/am65xx.inc doesn't contain mcu1_1 which sciclient supports for am65x. Hence appending it in the recipe. Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-19linux-ti-staging: update to ti2019.03-rc3 tagDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-19jailhouse: 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-08-16udma-lld-rtos: Adding support for J7-evmMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-16board-rtos: Updating dependencies for j7-evmMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-16i2c-lld-rtos: Updating dependants for j7-evmMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-16sciclient-rtos: Adding support to j7-evmMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-16ti-pdk-bbclass: Defining dependants for j7-evm, updated the default core listMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-16ti-cgt-7x: Initial version of TI-CGT-C7000 recipeMahesh Radhakrishnan
This tool is not publically fetchable yet and requires pre-downloading Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-16ti-paths.inc: Adding install directory for ti-cgt-7xMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-13am65xx-hs-evm: add DTB/DTBO load addresses and offsetti2019.03-rc2Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-13j7-evm.conf: Adding TI_PDK_LIMIT_SOCS/BOARDS/CORES for j7Mahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>