summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* kselftests: update to 4.9Fathi Boudra2017-03-171-17/+110
| | | | | | | | | | | | | * Adjust md5sum/sha256sum for the updated tarball * Add libpcap dependency, needed by vm/mlock-random-test * Rewrite TARGETS as a list (easier to copy/paste/update) and filter out arch specific tests using bb.utils.contains_any() * Add new tests introduced with 4.9 : capabilities, futex, lib, membarrier, nsfs, pstore, seccomp, sigalstack, static_keys, zram. * Adjust the packages list for the new tests. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging_4.4: update to 4.4.54Denys Dmytriyenko2017-03-152-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: set file ownership to root, avoid contamination warningsDenys Dmytriyenko2017-03-141-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: add rsync build dependencyFathi Boudra2017-03-141-1/+1
| | | | | | | | | lib.mk is calling rsync: | /bin/sh: 1: rsync: not found | ../lib.mk:24: recipe for target 'install' failed Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2017.00-rc4 tagDan Murphy2017-03-112-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2017.00-rc3 tagDan Murphy2017-03-062-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: still need to pass LOADADDR for uImage image typesDenys Dmytriyenko2017-03-061-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2017.00-rc2 tagDan Murphy2017-02-272-3/+3
| | | | | | | | Update to ti2017.00-rc2 tag as well as 4.9.13 kernel revision Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2017.00-rc1 tagDenys Dmytriyenko2017-02-172-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update with latest rpmsg merge to unblock KS2 MPMDenys Dmytriyenko2017-02-172-3/+3
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Dan Murphy <dmurphy@ti.com>
* linux-ti-staging: update to 4.9.10Dan Murphy2017-02-152-3/+3
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.9.9Denys Dmytriyenko2017-02-102-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.9.8Denys Dmytriyenko2017-02-062-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: add version 4.9.7Denys Dmytriyenko2017-02-0221-0/+98
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: remove old 4.1 versionDenys Dmytriyenko2017-02-029-112/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.4.41 and ti2016.06-rc4 tagDenys Dmytriyenko2017-01-092-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2016.06-rc3 tagDenys Dmytriyenko2016-12-232-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cmem.inc: only mangle SRC_URI in do_unpack instead of anon functionDenys Dmytriyenko2016-12-211-1/+2
| | | | | | Avoid taskhash mismatch errors. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.4.39 and ti2016.06-rc2 tagDenys Dmytriyenko2016-12-162-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-kernel:cmem.dtsi:K2G: Update to remove redefinition of mpm areasSam Nelson2016-12-161-21/+3
| | | | | | | | | | | | | | | | | | Cleaning up redefinition of mpm areas and moving to use what is defined in the base device tree files as is. This effectively changes to a new memory partition. Note that this change needs a corresponding change in the dts files in the kernel tree to adjust the mpm memory area to the new memory partition. The CMEM areas here are adjusted such that there is no overlap with the mpm areas defined in the dts files in the kernel tree. Note also the address ranges are arranged differently for K2G compared to the other Keystone platforms. (This is to accomodate common memory map for multiple k2g platforms) Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-kernel:cmem.dtsi:Keystone2: Update to remove redefinition of mpm areasSam Nelson2016-12-163-47/+9
| | | | | | | | | | | | | | | | | Cleaning up redefinition of mpm areas and moving to use what is defined in the base device tree files as is. This effectively changes to a new memory partition. Note that this change needs a corresponding change in the dts files in the kernel tree to adjust the mpm memory area to the new memory partition. The CMEM areas here are adjusted such that there is no overlap with the mpm areas defined in the dts files in the kernel tree. Also fixes issue with K2L, by removing overlapping memory area section. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.4.37 and ti2016.06-rc1 tagDenys Dmytriyenko2016-12-092-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* goodix-fw: add Goodix GT9271 config firmwareDenys Dmytriyenko2016-12-091-4/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cmem: add support for memory carveouts of dra71 variantDenys Dmytriyenko2016-12-092-2/+33
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-kernel: cmem.dtsi: Update memory sections for DDR and MSMCSam Nelson2016-12-064-109/+120
| | | | | | | | | | | | | | cmem.dtsi splits the already defined dsp_common_mpm_area DDR memory into a smaller MPM segment and other CMEM blocks. The mpm_block_mem is removed and instead the original memory sections dsp_common_mpm_area and mpm_mem in the kernel dtb are updated to reflect On the MSMC memory, cmem.dtsi defines a sram subnode instead of the reserved memory. mpm MSMC areas are already captured in the kernel dtb. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Revert "linux/cmem: patch keystone dtsi files to co-exist with new sram driver"Sam Nelson2016-12-062-82/+0
| | | | | | This reverts commit b9dbc83d7663d5517fd9cbcf4bb651e039f134a4. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux/cmem: patch keystone dtsi files to co-exist with new sram driverDenys Dmytriyenko2016-11-182-0/+82
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux: k2g: use k2g-evm files for all k2g SOCsJacob Stiffler2016-11-164-0/+0
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2016.05-rc4 tagDenys Dmytriyenko2016-11-152-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cmem: add special handling for dra72x variantDenys Dmytriyenko2016-11-152-1/+35
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: correct SRCREV for RTDenys Dmytriyenko2016-11-061-1/+1
| | | | | | Was mistakingly copied from non-RT. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.4.30 and ti2016.05-rc3 tagDenys Dmytriyenko2016-11-062-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: pull in prueth-fw for k2gDenys Dmytriyenko2016-11-041-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.4.29 (sans RT) and ti2016.05-rc2 tagDenys Dmytriyenko2016-10-312-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.4.27 and ti2016.05-rc1 tagDenys Dmytriyenko2016-10-252-10/+13
| | | | | | Also reorder and update DTB files for all platforms. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/recipes: add k2g-ice machine and k2g SOC familyDenys Dmytriyenko2016-10-251-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: python3 fixesDenys Dmytriyenko2016-10-101-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update for moved ti2016.04-rc4 tagDenys Dmytriyenko2016-10-071-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux: cmem: k2e, k2l-evm: update reserved memoryJacob Stiffler2016-10-072-4/+4
| | | | | | | | * The MSMC region needs to be relocated as it was conflicting with the boot monitor's persistent memory. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.4.23 and ti2016.04-rc4 tagDenys Dmytriyenko2016-10-062-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2016.04-rc3 tagDenys Dmytriyenko2016-09-282-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine,recipes: introduce k2e SOC familyDenys Dmytriyenko2016-09-204-6/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: specify DTB for k2e HS platformDenys Dmytriyenko2016-09-201-1/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.4.21 and ti2016.04-rc2 tagDenys Dmytriyenko2016-09-192-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux: add new method for cmem injectionJacob Stiffler2016-09-162-12/+95
| | | | | | | | | * Add new method to perform CMEM DT injection as it is required to customize at a finer level than machine. * Now CMEM injection can be performed per DT. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to 4.4.20 and ti2016.04-rc1 tagDenys Dmytriyenko2016-09-122-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: add QMSS PDSP FW dependency for KeystoneDenys Dmytriyenko2016-09-121-1/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to the latest, change systest defconfig namesDenys Dmytriyenko2016-09-068-9/+9
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-linux-staging: update to 4.4.19 and ti2016.03-rc4 tagDenys Dmytriyenko2016-08-252-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2016.03-rc3 tag, rebase to 4.4.18Denys Dmytriyenko2016-08-162-4/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>