summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* uboot-ti-staging: update to ti2017.02-rc5 tagti2017.02-rc5Dan Murphy2017-06-191-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2017.02-rc5 tagDan Murphy2017-06-192-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am437x-hs-evm: add OPTEE related configsDenys Dmytriyenko2017-06-191-0/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sysbios: upgrade to version 6.46.5.55Ivan Pang2017-06-192-12/+12
| | | | | Signed-off-by: Ivan Pang <i-pang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omapl137, omapl137-evm: add SOC family and machine configurationJacob Stiffler2017-06-152-0/+20
| | | | | | | | * The omapl137 family does not have linux support and is only supported by baremetal and TI RTOS. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omapl138, omapl138-lcdk: add ti-pdk class configurationJacob Stiffler2017-06-152-0/+6
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* openmp-rtos: bump SRCREV to version 2.6.1.0Jacob Stiffler2017-06-151-2/+2
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt6x: update to version 8.2.0Jacob Stiffler2017-06-151-6/+6
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-soc: add generic "ti-soc" SOC family for BSP overridesDenys Dmytriyenko2017-06-158-14/+18
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omapl138, omapl1: add "omapl1" SOC family as superset of omapl138Denys Dmytriyenko2017-06-152-2/+4
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Jacob Stiffler <j-stiffler@ti.com>
* u-boot-ti: add support for u-boot-spl_HS_ISSW imagesDenys Dmytriyenko2017-06-151-0/+28
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* uboot-ti-staging: update to ti2017.02-rc4 tagti2017.02-rc4Dan Murphy2017-06-131-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2017.02-rc4 tagDan Murphy2017-06-132-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux: cmem: update KERNEL_DEVICETREE listsJacob Stiffler2017-06-121-5/+7
| | | | | | | | * Update the device tree lists with the latest DTB names from the machine configuration. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti.inc: restore license settingsDenys Dmytriyenko2017-06-111-0/+3
| | | | | | | In morty license is being set in main u-boot.inc, but in master that got moved to versioned include. Restore setting license in u-boot-ti.inc Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* c66x: add basic machine configurationJacob Stiffler2017-06-103-0/+27
| | | | | | | | | | | * The c66x SOCs (e.g. c665x-evm and c667x-evm) are DSP-only devices, and therefore do not have a supported kernel nor an integrated toolchain. * Add these machines to allow the creation of baremetal and TI RTOS packages. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: remove ti-pdk device configurationJacob Stiffler2017-06-107-33/+0
| | | | | | | * These variables have been moved into the machine configuration Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* machines: add ti-pdk class variablesJacob Stiffler2017-06-1010-0/+37
| | | | | | | | * Set the ti-pdk class variables which sets the list of devices and boards supported. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk: limit the set of cores to buildJacob Stiffler2017-06-101-1/+10
| | | | | | | | | * Use LIMIT_CORES to enable only the cores with available toolchains. * Add new variables which will allow recipes to fully configure the options provided to make. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk: clean up variables by adding TI_PDK_ prefixJacob Stiffler2017-06-108-35/+37
| | | | | | | | | | | * Add TI_PDK_ prefix to variables which may be set by recipes to stress that they are used to configure the ti-pdk class. * Deprecate TI_PDK_XDCARGS in favor of TI_PDK_LIMIT_SOCS as both are used to define a list of SOCs. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Cc: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: set PACKAGE_ARCH to MACHINE_ARCHJacob Stiffler2017-06-101-1/+2
| | | | | | | * The set of files installed varies between machines. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti: add support for u-boot-spl_HS_2ND imagesDenys Dmytriyenko2017-06-081-0/+28
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am335x-hs-evm: produce both mmc and uart configsDenys Dmytriyenko2017-06-081-1/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti: support multiple configsDenys Dmytriyenko2017-06-081-65/+192
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* netcp-pa-fw: update to version 3.0.2.3ti2017.02-rc2Dan Murphy2017-06-061-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* uboot-ti-staging: update to ti2017.02-rc2 tagDan Murphy2017-06-061-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2017.02-rc2 tagDan Murphy2017-06-062-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cmem: Remove eng postfix in comment for GA version 4.14.00.00Sam Nelson2017-06-051-1/+1
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.46.01.03Sam Nelson2017-06-053-8/+8
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: Handle no current context in name-clash stub functionse-ruei1@ti.com2017-05-311-2/+2
| | | | | Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am57xx-evm.conf: add new DTB entries for camera modulesti2017.01-rc4ti2017.01Denys Dmytriyenko2017-05-161-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* uboot-ti-staging: update to ti2017.01-rc4 tagDan Murphy2017-05-161-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2017.01-rc4 tagDan Murphy2017-05-162-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to GA version 3.46.00.02Sam Nelson2017-05-123-7/+7
| | | | | | | docs: Release notes updated Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sci-fw: update to the latest 0.1.1-50 versionDan Murphy2017-05-121-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* prueth-fw: bump to pick up the correct 3.1.4 binariesDenys Dmytriyenko2017-05-111-2/+2
| | | | | | | | | Since no version update, bump the PR explicitly. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Suman Anna <s-anna@ti.com> Cc: Dan Murphy <dmurphy@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
* ti-ipc-rtos: fix omapl138 update-alternatives missing parameterti2017.01-rc3Denys Dmytriyenko2017-05-081-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* uboot-ti-staging: update to ti2017.01-rc3 tagDan Murphy2017-05-081-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2017.01-rc3 tagDan Murphy2017-05-082-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* osal: utilize oe_runmakeJacob Stiffler2017-05-082-8/+12
| | | | | | | | | | | | * Use the oe_runmake wrapper to invoke make * Supply common make arguments to EXTRA_OEMAKE such as which makefile to invoke. * This resolves build issues when osal needs to be reconfigured as do_configure would make the clean target of the incorrect makefile. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: use k2g SOC family, clean up whitespacesDenys Dmytriyenko2017-05-041-6/+6
| | | | | | | Use k2g SOC family to cover HS and GP devices. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Justin Sobota <jsobota@ti.com>
* ti-ipc-rtos: Add default links for rproc firmware for omapl138Sam Nelson2017-05-032-1/+9
| | | | | | | | By default rproc firmware default link is added as message_single.xe66 for omapl138 Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-build-rtos: Update to version 1.0.0.4BJustin Sobota2017-05-031-7/+60
| | | | | | | | - Add dra7xx support - Add pruss firmware makefiles Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sa-lld: Update to version 3.0.0.17Justin Sobota2017-05-031-3/+3
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* qmss-lld: Update to version 2.1.0.15AJustin Sobota2017-05-031-3/+3
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* pruss-lld: Update to version 1.0.0.6AJustin Sobota2017-05-031-4/+4
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* pa-lld: Update to version 3.0.2.3Justin Sobota2017-05-031-3/+3
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* osal: Update to version 1.0.0.6EJustin Sobota2017-05-031-4/+4
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* edma3-lld: Update to version 2.12.3.27Justin Sobota2017-05-031-3/+3
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* common-csl-ip: Update to version 3.3.0.6CJustin Sobota2017-05-031-3/+3
| | | | | Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>