summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ls1_3.12.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* linux-ls1: fix reset issueStefan Sicleru2016-06-141-0/+1
| | | | | | | | | | | | | Watchdog failed to assert reset signal so the board hanged everytime a reboot command was issued. The watchdog (same controller used for i.MX platforms) has an errata mentioning a software workaround for a hardware issue that has no scheduled fix. Implemented the workaround described in the errata. The workaround is already present in upstream repositories. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux-ls1: Apply kernel configsAdrian Dudau2016-06-091-1/+28
| | | | | | | | | Aplpy the same kernel configs as for the qoriq kernel. meta-fsl-arm has a class overwriting the .config file in do_configure_prepend which makes it impossible to make changes to it in a .bbappend. So we are forced to change it in do_configure_append and force another configuration. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux-ls1: Fix kernel oops caused by fsnotify race conditionAdrian Dudau2016-05-311-0/+1
| | | | | | | Backport from mainline. Only kernels <4.2 are affected by this. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* rename ls1021a-iot to ls1021aiotAdrian Calianu2016-04-291-2/+2
| | | | | | | And enabled tar.gz rootfs type. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* Add ls1021aiot machineAdrian Calianu2016-04-261-3/+4
| | | | | | | This is replacing the ls1021atwr machine support. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
* ls1021a: Add device tree for an old revisionAdrian Calianu2016-03-311-0/+10
Device tree for ls1021a TWR revision number: 700-28040 rev X3 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>