summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ti-sgx-ddk-um: bump SRCREV to pickup the latest changes as shown belowe-ruei1@ti.com2018-11-271-2/+2
| | | | | | | | | | - um: Validate mutex before lock and unlock - um: Fix for RefCounting with mutex held - um: Set the default mutex type to pthread mutex - um: Fix the install path and scripts Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-km: bump SRCREV to pickup the SGX reset fix for AM3/4e-ruei1@ti.com2018-11-271-2/+2
| | | | | | | -km: pvr_drm.c: move the assert_reset from DrmRemove to DrmUnload Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.05-rc5 tagDan Murphy2018-11-191-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.05-rc4 tagDan Murphy2018-11-151-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2018.05-rc4 tagDan Murphy2018-11-152-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2018.05-rc3 tagDenys Dmytriyenko2018-11-082-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.05-rc3 tagDenys Dmytriyenko2018-11-081-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.14.79Denys Dmytriyenko2018-11-072-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-arm-native: Update to 16.9.9Mahesh Radhakrishnan2018-11-072-6/+6
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-xdc-tools: Update to 3.50.08.24Mahesh Radhakrishnan2018-11-021-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sysbios: Updating to 6.73.01.01Mahesh Radhakrishnan2018-11-021-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2018.05-rc2 tagDan Murphy2018-11-022-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.05-rc2 tagDan Murphy2018-11-021-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am65xx-evm: add k3-am654-evm-tc358876 DTBODenys Dmytriyenko2018-10-301-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* prueth-fw-bin: update FW images to 5.1.0.7Denys Dmytriyenko2018-10-301-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2018.05-rc1 tagDan Murphy2018-10-252-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.05-rc1 tagDan Murphy2018-10-251-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.50.03.03Sam Nelson2018-10-254-9/+17
| | | | | | | Adds split mode support for the R5 core Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-unpack.inc: also set COMPATIBLE_HOST for nativesdkDenys Dmytriyenko2018-10-191-0/+1
| | | | | | | | | | Some recipes that include ti-unpack.inc also need to build nativesdk packages. Fixes errors like this: | ERROR: Nothing RPROVIDES 'nativesdk-ti-cgt-pru' (but .../nativesdk-packagegroup-arago-sdk-host.bb RDEPENDS on or otherwise requires it) | nativesdk-ti-cgt-pru was skipped: incompatible with host x86_64-arago-linux (not in COMPATIBLE_HOST) Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot: Always build with disabled PIEKhem Raj2018-10-182-0/+37
| | | | | | | | | | | | | | | | some OE distros can default to hardened toolchains which means PIE is added implicitly to compiler cmdline, here this options makes sure that whattever the default toolchain are, u-boot is not impacted Fixes errors e.g. | arm-yoe-linux-gnueabi-ld.bfd: u-boot-spl section `.rodata' will not fit in region `.sram' | arm-yoe-linux-gnueabi-ld.bfd: region `.sram' overflowed by 5772 bytes Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Tom Rini <trini@konsulko.com> Cc: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* lego-ev3: Add support for LEGO Mindstorms EV3 (AM1808)Jeremy Grosser2018-10-184-0/+50
| | | | | | | | | | | Thanks for the feedback! Updated patch below. Changes: - Change SERIAL_CONSOLE to new SERIAL_CONSOLES format. - Move SPL_BINARY variable into lego-ev3 machine config - Check for KERNEL_DEVICETREE_BUNDLE before uImage manipulation. - Fix line wrapping errors introduced by MUA Signed-off-by: Jeremy Grosser <jeremy@synack.me> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-gc320-driver: workaround for gcc8 stringop-overflow errorDenys Dmytriyenko2018-10-182-1/+29
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: deprecate use of SERIAL_CONSOLEDenys Dmytriyenko2018-10-1718-18/+17
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti: move setting UBOOT_SUFFIX and SPL_BINARY to machine configsDenys Dmytriyenko2018-10-171-12/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: define UBOOT_SUFFIX and SPL_BINARY in machine configsDenys Dmytriyenko2018-10-1711-9/+21
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone.conf: Package kernel and devicetreeKhem Raj2018-10-171-3/+9
| | | | | | | | | | Use variables from u-boot recipe, makes it easy to switch between TI staging and mainline u-boot from oe-core if someone wants to. Use SPL_BINARY and UBOOT_SUFFIX to define IMAGE_BOOT_FILES Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone.conf: SERIAL_CONSOLE has been deprecatedKhem Raj2018-10-171-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: Limit ti specific recipes under ti-soc overrideKhem Raj2018-10-1721-1/+58
| | | | | | | | This helps in multi-BSP scenario, where other BSP layers are also present in the layermix Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-km: fix/workaround new gcc8 checksDenys Dmytriyenko2018-10-163-1/+63
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone.conf: temporarily use generic am335x_evm_config for U-bootDenys Dmytriyenko2018-10-161-1/+2
| | | | | | | | There have been reports recently that am335x_beaglebone_config generates bad SPL. Until that is debugged and fixed, use generic am335x_evm_config that covers all AM335x platforms, including BeagleBone variants. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-getting-started: Use cp options to not alter file modeKhem Raj2018-10-161-1/+1
| | | | | | | | Fixes do_package_qa warnings <FILE> is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* doxygen: Set DISABLE_STATIC to be emptyKhem Raj2018-10-161-0/+2
| | | | | | | | | | | | | by default its set like this DISABLE_STATIC ?= " --disable-static" but doxygen configure is not typical autoconf generated so this option is not available, its better to keep it empty so it can work with dustros which disable static libs as policy Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cm3-pm-firmware: bump SRCREV for -ffreestanding fixDenys Dmytriyenko2018-10-161-4/+2
| | | | | | | Rework original patch from Khem Raj by upstreaming the Makefile fix instead of carrying it locally. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2018.04-rc4Dan Murphy2018-10-092-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.04-rc4 tagDan Murphy2018-10-091-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ipumm: Update SRCREV and cleanup patchesRam Prasad2018-10-092-84/+2
| | | | | | | | Cleanup the patch in meta-ti as the patch is merged to ipumm repo Signed-off-by: Ramprasad N <x0038811@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt-arm: "clean" library in do_configureJacob Stiffler2018-10-091-1/+7
| | | | | | | | | | | | * Prevent a potential error as mklib will return an error if the library already exists. * The error encountered is the following: | >> ERROR: mklib: destination library .../work/x86_64-linux/ti-cgt-arm-native/16.9.2-r1/ti-cgt-arm-16.9.2/ti-cgt-arm_16.9.2.LTS/lib/rtsv7R4_A_le_v3D16_eabi.lib already exists | WARNING: .../work/x86_64-linux/ti-cgt-arm-native/16.9.2-r1/temp/run.do_compile.13758:1 exit 1 from 'lib/mklib --pattern=rtsv7R4_A_le_v3D16_eabi.lib' Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* common-csl-ip: Update to version 03.03.00.12AMahesh Radhakrishnan2018-10-091-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update with K3 boot lockup fixDenys Dmytriyenko2018-10-032-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am65xx-evm: update DTBOsDenys Dmytriyenko2018-10-021-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2018.04-rc3Dan Murphy2018-10-022-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2018.04-rc3 tagDan Murphy2018-10-021-1/+1
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* layer.conf: Add thud to compatible layer seriesKhem Raj2018-10-021-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to version with separated SYSFWDenys Dmytriyenko2018-10-011-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* dsplib/mathlib: do not install/deploy .metadataJianzhong Xu2018-10-012-4/+0
| | | | | | | | | | dsplib/mathlib: do not install/deploy .metadata Do not install/deploy .metadata folder for dsplib and mathlib packages. This folder prevents CCS from finding and installing dsplib and mathlib. Signed-off-by: Jianzhong Xu <xuj@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: bump SRCREV to pickup the latest fixesRam Prasad2018-10-011-2/+2
| | | | | | | add support for UYVY texture formats in EGLImage Signed-off-by: Ramprasad N <x0038811@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cmb-addon: Update to version 01.01.00.02Mahesh Radhakrishnan2018-10-011-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ns: Adding support for TI network servicesMahesh Radhakrishnan2018-10-013-0/+37
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ndk: Upgrading to 3.40.01.01Mahesh Radhakrishnan2018-10-012-13/+13
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* vps-lld-rtos: Updated to version 01.00.01.13Mahesh Radhakrishnan2018-10-011-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>