summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am335x-evm: bump leb count for UBIti2018.04-rc1Denys Dmytriyenko2018-09-141-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* arm-trusted-firmware: update to sync up with latest masterDenys Dmytriyenko2018-09-141-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2018.04-rc1Dan Murphy2018-09-142-4/+4
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.04-rc1 tagDan Murphy2018-09-141-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Add systemd startup scriptSam Nelson2018-09-112-4/+26
| | | | | | | | With systemd enabled, it is better to add the proper systemd script instead of legacy init.d script. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* pru-icss_git.bb: rename PRU_ADC to PRU_ADC_onChipNick Saulnier2018-09-111-2/+2
| | | | | | | | | TI design TIDA-01555 is added to Processor Linux SDK 5.1 as pru-adc-1.0. Rename the PRU SW Support Package example PRU_ADC to PRU_ADC_onChip to prevent confusion in the future. Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-class: Include EVE toolchain path, as needed by ti-pdk-build-rtos for ↵Djordje Senicic2018-09-111-0/+1
| | | | | | | some SoCs Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sa-lld: utilize oe_runmakeJacob Stiffler2018-09-102-6/+12
| | | | | | | * This fixes a configure issue when the sources may get cleaned. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Add ipc daemon for k3Sam Nelson2018-09-061-1/+2
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* icss-emac-lld: Updating to version 01.00.00.13Tinku Mannan2018-09-051-4/+4
| | | | | | | | Updating to use COPYING.txt as license checksum file Updating md5 checksum Signed-off-by: Tinku Mannan <tmannan@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: Restore removed CMEM block in AM574xDjordje Senicic2018-09-051-0/+11
| | | | | | | * Both CMEM blocks 0 and 1 are required for OpenVX. Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* amx3-cm3: Fix building with poky-lsbTom Rini2018-09-051-1/+1
| | | | | | | | | | | | | | One of the features of poky-lsb is that it brings in the security_flags.inc file that sets a number of security-related compile time flags. This includes changing some of the default GCC build options. However, for building the amx3-cm3 firmware we want to ensure that none of this enabled as it's not useful in this particular environment. We must pass in ${SECURITY_NOPIE_CFLAGS} to disable PIE. When security_flags.inc is not present this is an empty string so is safe to do at all times. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2018.03-rc5 tagti2018.03-rc5ti2018.03Dan Murphy2018-08-312-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: bump SRCREV to pickup the latest fixese-ruei1@ti.com2018-08-302-3/+3
| | | | | | | | | | | | | | 1.14: - um: fix libGLESv2.so crashing at eglMakeCurrent for certain call flows 1.17: - tools: usc2:dce: fix GLSL compiler error - um: wsegl: fix the double unmap problem of CPU buffer - um: fix libGLESv2.so crashing at eglMakeCurrent for certain call flows - um: replace the hard-coded page size with the one read from kernel Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* pru-icss_git.bb: add am65x examples, Lab_0,5Nick Saulnier2018-08-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the commit ID to fix the Makefile issue encountered in the previous version of the patch. This updates the commit ID of the PRU Software Support Package which is pulled into the SDK. The updated PRU Software Support Package includes: added am65x resources: PRU_Halt example PRU_MAC_Multiply_Accum example ICSSG header files added Lab_0: this provides a "Hello World" style beginning Linux example for every TI processor with a supported PRU (am335x, am437x, am57x, k2g, am65x). expanded Lab_5: expanded Lab 5 to provide a more advanced PRU Linux example for every TI processor with a supported PRU (am335x, am437x, am57x, k2g, am65x). Kernel 4.14 new features: updated resource table for all examples and labs to match the new template introduced in kernel 4.14 Code cleanup/bug fixes: update RPMsg examples to provide a more elegent way to provide the max message length. updated Linker Command files to better match TRM. Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.03-rc4 tagti2018.03-rc4Denys Dmytriyenko2018-08-271-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.14.67 and ti2018.03-rc4 tagDenys Dmytriyenko2018-08-272-5/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* board-rtos: bump SRCREV for am57xx-evm build fixJacob Stiffler2018-08-271-3/+3
| | | | | | | * License checksum changed due to updated year (2018) in license text. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sciclient: Recipe cleanupSam Nelson2018-08-261-6/+0
| | | | | | | | - Remove redundant description - remove redundant defines Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.50.01.01Sam Nelson2018-08-245-7/+14
| | | | | | | -Updates to use sciclient for configuring interrupt routing in SOC Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sciclient: Add recipe for SCI client driverSam Nelson2018-08-231-0/+89
| | | | | | | | Sci client provides API to communicate with the core running System firmware Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* osal: Update to new version 1.0.0.12Sam Nelson2018-08-232-5/+5
| | | | | | | | | | | Adds support for k3 platform NOTE: License checksum change is just due to addition of current year 2018 to copyright Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* common-csl-ip: Update to new version 05.01.00.00Sam Nelson2018-08-232-4/+4
| | | | | | | Adds support for k3 Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: Update to new version 1.0.0.10Sam Nelson2018-08-232-55/+5
| | | | | | | | Add support for am65xx-evm Removes doxygen patch Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk: Add tool chain dependencies for am65xx platformSam Nelson2018-08-231-0/+4
| | | | | | | Adds the dependency on toolchain needed for A53 and R5 cores Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am65xx-evm: Add PDK specific soc, boards and cores configurationSam Nelson2018-08-231-0/+5
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cmem: Update to new version 4.15.00.02Sam Nelson2018-08-231-3/+3
| | | | | | | | Has fix for mmap issues with latest kernel 4.14.x Signed-off-by: Sam Nelson <sam.nelson@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipumm: Integration with latest IPC, BIOS and XDC toolsRam Prasad2018-08-232-1/+83
| | | | | | | | | | | This patch is to integrate IPUMM with IPC: 3.50.01.00 BIOS: 6.73.00.12 XDC: 3.50.07.20 Signed-off-by: Ramprasad N <x0038811@ti.com> Acked-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.50Sam Nelson2018-08-235-9/+26
| | | | | | | Add AM65XX platform support Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-ti: bios: add TI SYSBIOS 6.73.00.12Hao Zhang2018-08-234-34/+4
| | | | | Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-ti: devtools: add TI XDC tools 3.50.07.20Hao Zhang2018-08-233-32/+3
| | | | | Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-ti: devtools: add GCC Linaro baremetal toolchain 2017.11 v7.2.1Hao Zhang2018-08-234-0/+61
| | | | | Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gdbc6x: gcc7 related fixes got accepted upstream, removeDenys Dmytriyenko2018-08-2210-261/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: Increase CMEM for am574x onlyDjordje Senicic2018-08-212-0/+30
| | | | | | | * CMEM increased to 384MB is required by TIDL to run both DSP and EVEs concurrently Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti: add UBOOT_GIT_URI, UBOOT_GIT_PROTOCOL variableAnkur Tyagi2018-08-211-1/+3
| | | | | | | This is to allow user to override git repository and git protocol. Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: bump DDK 1.14 SRCREV to pick up the latest changese-ruei1@ti.com2018-08-211-2/+2
| | | | | | | | - um: wsegl: fix double unmap of GPU buffers - tools: usc2: dce: fix GLSL compiler error Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.03-rc3 tagti2018.03-rc3Dan Murphy2018-08-161-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update ti2018.03-rc3 tagDan Murphy2018-08-161-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* pru-icss_git.bb: Add am65x PRU_HaltNick Saulnier2018-08-161-9/+23
| | | | | | | | | | | | | | | | | | | Updated SRCREV to point to an updated version of the PRU Software Support Package which includes PRU_Halt and RTU_Halt examples for am65x. PV will get updated in the next patch. Added PRU_Halt and RTU_Halt to do_install_append_am65xx-evm(). Decided to leave the installation of PRU_Halt examples in each processor's do_install_append function for now since PRU_Halt and RTU_Halt for am65x have different output file names than the previous ICSS processors. Those different output names can be seen in the lines ALTERNATIVE_TARGET_pru-icss-halt[am65x....]. The previous commit made several changes to account for the fact that am65x Halt examples had not yet been added to the PRU Software Support Package. Those changes were removed in this commit. Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: add RT defconfig for K3Denys Dmytriyenko2018-08-091-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update ti2018.03-rc2 tagti2018.03-rc2Dan Murphy2018-08-082-4/+4
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.03-rc2 tagDan Murphy2018-08-081-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: fix path of pvrsrvctl at rc.pvr for k3e-ruei1@ti.com2018-08-071-1/+1
| | | | | Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* arm-trusted-firmware: update to ti2018.03-rc1 tagti2018.03-rc1Dan Murphy2018-08-021-1/+1
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.03-rc1 tagDan Murphy2018-08-021-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update ti2018.03-rc1 tagDan Murphy2018-08-022-4/+4
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: add libEGL.so to plugin list for DDK 1.17e-ruei1@ti.com2018-07-271-1/+1
| | | | | | | Note: libEGL.so is required for DDK 1.17 based 3D demo programs Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf: machine: k3: enable sgxe-ruei1@ti.com2018-07-271-2/+2
| | | | | Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-km: add k3 (AM654x) supporte-ruei1@ti.com2018-07-271-0/+41
| | | | | | | - add K3 (AM654x) support based on SGX DDK 1.17 Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: add k3 (AM654x) supporte-ruei1@ti.com2018-07-272-0/+72
| | | | | | | | - add COMPATIBLE_MACHINE to distinguish AM3/4/5 with K3 (AM654x) - add k3 support based on SGX DDK 1.17 Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>