summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* xserver-common: Move to dynamic layersGary Thomas2017-01-252-0/+0
| | | | | | | | | The xserver-common recipe can only be built if the openbedded (meta-oe) layer is present, so move it to the dynamic layers to prevent breakage if that layer is not in the build. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-imx: Bump revision to ee67fc7e072dFabio Berton2017-01-251-2/+2
| | | | | | | | | | | | This commit merge tag Linux 4.1.38 and apply the following changes: - ee67fc7e072d (HEAD -> 4.1-2.0.x-imx, origin/4.1-2.0.x-imx) ARM: dts:imx7s-warp: Add watchdog pinmux - 5fd79049c122 ARM: dts: imx7: Add "LPSR" to LPSR iomux pin names - 739f0c753a6d Merge tag 'v4.1.38' into 4.1-2.0.x-imx Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump revision to 3d8f8d0Oliver Graute2017-01-251-1/+1
| | | | | | | | | | This includes following change: This commit merges tag v4.8.17 into 4.8.x+fslc Change-Id: I6ac7293a212351cfcb0ea550d426036da30aef14 Signed-off-by: Oliver Graute <oliver.graute@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Longterm Branch 4.4.xOliver Graute2017-01-251-0/+17
| | | | | | | | | | This is the Longterm supported Linux kernel branch 4.4.x this bump linux-fslc 4.4.x to 4.4.43 Change-Id: I2035e88f0f69789d4f982e7a38fe51129db13bd5 Signed-off-by: Oliver Graute <oliver.graute@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Touch events cause startup failureTom Hochstein2017-01-253-1/+46
| | | | | | | | | | | Pressing the touch panel continously during boot up caused weston to crash. The weston view was being accessed before it was fully initialized, so now we guard against this. Upstream-Status: Denied [Could not reproduce] Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Undo recent command-line change for renderer selectionTom Hochstein2017-01-254-146/+116
| | | | | | | | | | To restore command-line compatibility, reverting back to integer-based renderer selection syntax: weston [--use-gl=0|1] [--use-g2d=0|1] Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: xwayland: Fix crash when run with no input deviceTom Hochstein2017-01-252-0/+49
| | | | | | | | | | | Starting an xterm with no input device led to a crash because weston_wm_pick_seat() was returning garbage and weston_wm_selection_init() was trying to use the garbage. Upstream-Status: Accepted [https://cgit.freedesktop.org/wayland/weston/commit/?id=e7fff215ada3fd3d1b2af664888f960c082f9065] Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Enable double buffer with fb_pan_display for weston compositorTom Hochstein2017-01-252-0/+49
| | | | | | | | | Refine offset calculation. Upstream-Status: Inappropriate [i.MX specific] Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: T3DStressTest_Wayland displays abnormally while using G2D compositorTom Hochstein2017-01-252-0/+41
| | | | | | | | | | | | It need add g2d_finish after repaint_region and before copy to framebuffer. Because if using dual dpu cores, the tasks on each core will be executed sequently, but it can't ensure one task splited on dual cores can be finished synchronously by hardware. Upstream-Status: Inappropriate [i.MX specific] Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Update machine description fieldsAlexandra Safta2017-01-2513-26/+26
| | | | | | | | | Change description fields from Freescale to NXP in machine files to align to 2016 corporate transfer to NXP. Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com> Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-common: Enable iglx moduleNeena Busireddy2017-01-252-0/+40
| | | | | | | Enable iglx module to pass indirect glx rendering test case. Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mfgtool-initramfs-image.bbclass: do not overwrite IMAGE_CLASSESMirza Krak2017-01-171-1/+1
| | | | | | | | Use the += operator instead to add image_types_uboot to IMAGE_CLASSES which will correctly append that image type. Signed-off-by: Mirza Krak <mirza.krak@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: Fix python function for fsl-lsch2-32b archFabio Berton2017-01-171-3/+3
| | | | | | | | | Add missing argument in function getVar() to avoid error: Exception: TypeError: getVar() missing 1 required positional argument: 'expand' Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qoriq-base, imx-base: Allow DISTRO and local.conf override of IMAGE_FSTYPESOtavio Salvador2017-01-172-2/+2
| | | | | | | | | To allow the DISTRO and local.conf to override the IMAGE_FSTYPES value we must provide a weak default (using the ??= operator) otherwise machines need to play with the import order to override it. Change-Id: I93407b8b6a93e5953bc4bae08f4ae4dafc5c6158 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: Recipe cleanupTom Hochstein2017-01-111-4/+4
| | | | | | | | | - List variables in override priority order - Replace deprecated base_contains - Remove extraneous whitespace Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: Configure eglfs with EGL pkg-configTom Hochstein2017-01-112-1/+17
| | | | | | | | A build error occurred because eglfs needs to be configured with the EGL pkg-config. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: Reimplement i.MX configuration changes with patchesTom Hochstein2017-01-113-23/+32
| | | | | | | | Changing source should be done during the patch phase, not the configure stage. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: Remove link to libGALTom Hochstein2017-01-111-2/+2
| | | | | | | imx-gpu-viv doesn't use libGAL as of v5. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: Use compiler settings provided by IMX-GPU driver pkg-configTom Hochstein2017-01-111-14/+0
| | | | | | | | The IMX-GPU driver now provides compiler settings through pkg-config, so don't set them explicitly. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1043ardb.conf: add fsl-lsch2 in MACHINEOVERRIDESZhenhua Luo2017-01-111-1/+1
| | | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb-32b: add machine confZhenhua Luo2017-01-111-0/+33
| | | | | | | | Support the NXP aarch64 based ls1046a reference design board run in 32b mode. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb: add machine confZhenhua Luo2017-01-111-0/+27
| | | | | | | | Support the NXP aarch64 based ls1046a reference design board. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1043ardb-32b: add machine conf fileZhenhua Luo2017-01-111-0/+33
| | | | | | | | The ls1043ardb-32b supports ls1043ardb board run in 32b mode. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* change-file-endianess: update byte_swap script to support ls1046Zhenhua Luo2017-01-112-3/+16
| | | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qemu-qoriq: support 32b build for arm64 platformsZhenhua Luo2017-01-111-0/+1
| | | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cst: upgrade to SDK 2.0 GA-1611 releaseZhenhua Luo2017-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | The following commits are included. * 67ee753 Add CST product license file. * e78078b Merge pull request #32 in SDK/cst from ~B57223/cst:master to master * eaceb20 LS1046ARDB: Add input files for IE_Key Extension * baa6822 Add tcl script for byte swapping the images. * 6ef61cd LS1046AQDS: Add input files for IE_Key Extension * d3369bd LS1046AQDS: Add input files for nor secure boot * b33a74f LS1012ARDB: Add input files for IE-Key Extension * d802e28 Add input files for LS1046 QSPI target * b4c1012 Add input files for LS2088_1088 target * c060cda IE Table: Modify CCSR offset for PBI write cmd * 3b20ac4 Add ppa input file for ls1012 * 57a7253 Add input files for LS1012 Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-ar: set CLEANBROKEN to 1Zhenhua Luo2017-01-111-0/+2
| | | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ceetm: support ls1046a targetsZhenhua Luo2017-01-111-1/+1
| | | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: upgrade to SDK 2.0 GA-1611 releaseZhenhua Luo2017-01-111-5/+8
| | | | | | | | | | | | | | | | | | | | | * disable the endianness switch for qspi u-boot of SEC boot * included the following commits. * 3252b8c Merge pull request #20 in SDK/rcw from ~B21989/sdk-rcw:jira/QSDK-3097 to master * cd271ee Merge pull request #19 in SDK/rcw from ~B52263/rcw:jira/QSDK-3096 to master * 6a558a2 ls1021a: Fix QSPI endian issue for QSPI boot on LS1021A boards * fbfddb3 ls1043a: Fix QSPI endian issue for QSPI boot on LS1043AQDS * 2485a22 ls1046a: fix PBI of changing QSPI endianness * 7304127 ls1043ardb: adds a RCW with GIC 4K supported * d413878 ls1043a: Add PBI of changing GIC offset to 4K * e914a5f Add a tclsh script to swap the rcw endian. * 8411b78 ls1046aqds: Add RCW for ls1046aqds board * 6d486d4 ls1046ardb: Add RCW for ls1046ardb board * 14de148 arm: ls1021a: add the core frequency to 1.2GHZ support * 98b6bc3 t2080rdb: update SRDS2PLL2CR1 to 0x08004100 for errata A-007186 Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: upgrade to 2016.09Zhenhua Luo2017-01-111-16/+24
| | | | | | | | | * Upgrade the u-boot to 2016.09 * disable the qspi endianness switch Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ppa: migrate to generic ppa treeZhenhua Luo2017-01-111-16/+15
| | | | | | | | | * migrate to the generic git tree of ppc * support ls1046a targets Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dpa-offload: upgrade to SDK 2.0 GA-1611 releaseZhenhua Luo2017-01-111-3/+3
| | | | | | | | | | The following changes are included: * 68faa6a dpa_offload: Add support for offloading PPPoE flows * 8bf3cdf dpa_offload/dpa_classifier: Improve support for "return-to-keygen" table entries Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* usdpaa-apps: upgrade to SDK 2.0 GA-1611 releaseZhenhua Luo2017-01-111-3/+5
| | | | | | | | | | | | | | | | | | | | The following changes are included: * 8fe2e96 usdpaa_apps: Patch to add ipsecfwd config script for perf. * 9d7f0fe usdpaa_apps: Patch to add lpm ipfwd config scripts for perf. * f03552a Merge pull request #27 in SDK/usdpaa-apps from ~B06830/usdpaa-apps:bugfix/QUSDPA-869 to sdk-v2.0.x * 88c1539 ipsecfwd, simple_proto: use DKP for MDHA split key generation * 41d9630 usdpaa_apps: Patch to fix next header protocol in esp header * a889294 usdpaa_apps: Patch to add ipfwd_config file for perf. * 1ef1d53 Merge pull request #18 in SDK/usdpaa-apps from ~B06830/usdpaa-apps:bugfix/QUSDPA-838 to sdk-v2.0.x * 6172983 usdpaa_apps: Patch to use default queue for functionality * b992189 usdpa_app: Patch to add ls1046a support in standalone-env. * 53851fb usdpaa_app: Patch to add fmc config for LS1046ARDB * 1c7a501 simple_proto: add supplementary MBMS test vectors * 2536748 simple_proto: MBMS test vector fixes Signed-off-by: Ting Liu <ting.liu@nxp.com Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* usdpaa: upgrade to SDK 2.0 GA-1611 releaseZhenhua Luo2017-01-111-3/+3
| | | | | | | | * a21c62e qbman: add support for qman portal v3.2.1 Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* eth-config: upgrade to SDK 2.0 GA-1611 releaseZhenhua Luo2017-01-111-1/+1
| | | | | | | | * 664ba13 eth_config: Add support for LS1046ARDB/QDS Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fm-ucode: support ls1046ardb boardsZhenhua Luo2017-01-111-1/+2
| | | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fmlib: upgrade to SDK 2.0 GA-1611 releaseZhenhua Luo2017-01-111-1/+2
| | | | | | | | | | | | * add ls1046a targets build support * include the following changes caec18a use mcpu option as 'cortex-a57' for Cortex A72 1f28ceb Makefile fix for LS1046 7e73160 Enable support for LS1046(based on LS1043 integration files) Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fmc: upgrade to SDK 2.0 GA-1611 releaseZhenhua Luo2017-01-111-2/+3
| | | | | | | | | | | * add ls1046a targets support * include the following changes 81e4796 Revert default platform flag to P4080 4729b49 Enable support for LS1046 (based on LS1043 integration) Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq: upgrade to SDK 2.0 GA1611 releaseZhenhua Luo2017-01-111-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add 32b build support for aarch64 targets, e.g. ls1043ardb-32b, ls1046ardb-32b * include the following changes 4004071 Merge branch 'feature/rt-v4.1.30' into yocto/sdk-2.0.x 937dcab Merge branch 'feature/usdpaa' into yocto/sdk-2.0.x b623c51 Merge branch 'feature/asf' into yocto/sdk-2.0.x a0c7a9b Merge pull request #1559 in SDK/linux-sdk2.0 from sdk-rcpm-fix-copyright to sdk-v2.0.x 302aca3 nxp: rcpm: fix copyright f05e97b Merge pull request #1556 in SDK/linux-sdk2.0 from jira/QSDK-3119 to sdk-v2.0.x 5126cb5 dts: ls1046a: fix PMU compatible 2db3941 Merge pull request #1555 in SDK/linux-sdk2.0 from jira/QLINUX-6194 to sdk-v2.0.x 1054c80 Merge pull request #1553 in SDK/linux-sdk2.0 from jira/config/QLINUX-6192 to sdk-v2.0.x ce1586f Merge pull request #1554 in SDK/linux-sdk2.0 from jira/QSDK-3117 to sdk-v2.0.x 1d848c9 Merge pull request #1551 in SDK/linux-sdk2.0 from jira/QLINUX-6155-gianfar-upstream_fix to sdk-v2.0.x f22fd4c arm64: dts: ls1046a: add qdma device tree node 862e403b dts: powerpc: t104x: add ceetm node 6ec4c00 irqchip/ls-scfg-msi: Enable Layerscape 32bit SCFG MSI support a0e8417 gianfar: fix size of scatter-gathered frames 3d80646 Merge pull request #1550 in SDK/linux-sdk2.0 from jira/QLINUX-6140 to sdk-v2.0.x 4c35d4d vfio fsl-pamu: Fix compilation error __udivdi3 dea239d Merge pull request #1549 in SDK/linux-sdk2.0 from jira/dpaa-ethernet/QLINUX-6139 to sdk-v2.0.x ca1bbde dpaa_eth: do not evaluate the A010022 erratum on PPC64 aa29390 Merge pull request #1548 in SDK/linux-sdk2.0 from jira/dpaa-ethernet/QLINUX-6139 to sdk-v2.0.x a318137 dpaa_eth: rework runtime support for erratum A010022 1f2ce64 dpaa_eth: simplify condition 1fbb450 Merge pull request #1537 in SDK/linux-sdk2.0 from jira/QLINUX-5777 to sdk-v2.0.x ad4a28c Merge pull request #1546 in SDK/linux-sdk2.0 from release/ls1046a to sdk-v2.0.x 73a0f66 Merge pull request #1545 in SDK/linux-sdk2.0 from feature/kvm to sdk-v2.0.x 2b22132 Merge pull request #1544 in SDK/linux-sdk2.0 from jira/QLINUX-5953 to feature/kvm b4ea505 Merge pull request #1543 in SDK/linux-sdk2.0 from jira/QLINUX-6045 to feature/kvm 4c47a0d Merge pull request #1476 in SDK/linux-sdk2.0 from jira/qman/QLINUX-5730-qman_high-sync-with-user-space to sdk-v2.0.x 31c4c0b Merge pull request #1536 in SDK/linux-sdk2.0 from jira/QLINUX-5947 to release/ls1046a 479b1fc On ARM64 register index of 31 corresponds to both zero register and SP. However, all memory access instructions, use ZR as transfer register. SP is used only as a base register in indirect memory addressing, or by register-register arithmetics, which cannot be trapped here. 77780d1 arm64/kvm: ls1046a: Add generic v8 KVM target 27fe8a5 staging/fsl_qbman: Fix warnings in self tests e11546d fsl_qbman/qman_high.c: Style cleanup 55e071c fsl_qbman/qman_high.c: Release resources if error f69c8b4 fsl_qbman/qman_high: lni_shaper_disable byte swap 442baed qman_high.c: Endian swap FD for LE CPUs 1d66e04 qbman: Clear interrupt in status register a2a4407 fsl_qbman/qman_high: Check LNI state before enable c95fe7d fsl_qbman/qman_high: Check qman version 6736347 fsl_qman/qman_high: Update unclean portal handling 62ac0bd fsl_qbman: Add error print in message ring cleanup 43317b7 Merge pull request #1539 in SDK/linux-sdk2.0 from jira/dpaa-ethernet/QLINUX-5974 to sdk-v2.0.x e0c7a72 dts: ls1046a: Add PCI and MSI nodes 1a90f80 arm64:pci: fix the IOV device enabled crash issue in designware 0372d4d pci/layerscape: add LS1046A support c5d939c irqchip/ls-scfg-msi: Add MSI test support d52e522 irqchip/ls-scfg-msi: add Layerscape SCFG MSI support 2561dca dts: ls1043a: update MSI node 4feed16 dts: ls1021a: update MSI node 93b4616 dt/bindings: Add bindings for Layerscape SCFG MSI b366f3a dts: ls1043a: change GIC register for rev1.1 7200f11 arm64: ls1046a: dts: add rcpm and ftm0 nodes 0256287 drivers: soc: add the RCPM driver 42591a49 cpuidle: remove cpu_pm calls when entering a idle state 915455c arm64: PSCI: support Suspend-to-RAM state 136070a doc: update rcpm.txt from upstream b1d0ac8 Merge pull request #1470 in SDK/linux-sdk2.0 from jira/qman/QLINUX-5645-qbman-bad-dqqr-sz to sdk-v2.0.x df0a3d4 Merge pull request #1467 in SDK/linux-sdk2.0 from jira/qman/QLINUX-5727-debug-printf-left-in-source to sdk-v2.0.x d3f1454 Merge pull request #1538 in SDK/linux-sdk2.0 from jira/qman/QLINUX-5976 to sdk-v2.0.x ea46d10 dpaa_eth: enable the 4K workaround only for the LS1043 SoC 9d8a40d fsl/fman: use QBMan API c116614 fsl_qman: proper dmaa_addr_t specifier 1d39525 fsl_bman: proper dmaa_addr_t specifier 68e4a9c dpaa_eth: add arm 32bit support cd6f54d dpaa_eth: use proper dma_map size when recycling 9e9a00d dpaa_eth: use QBMan API 84730fa fmd: remove udivdi3 98feb23 fsl_qbman: Use cache inhibited portals on LS1046 007477a soc: fsl: Add ls1046a to GUTS 9ef52a0 base: soc: introduce soc_device_match() interface a109bb8 soc: fsl: rewrite GUTS driver fec049a fsl_qbman: Enable EQCR CI Stashing f8d1192 fsl_qbman: Don't use cacheline zero operation on ARM 880da59 fsl_qbman: Fix DQRR shadow copy alignment 439f884 fsl_qbman: fix ARM64 write prefetch macro 7b05170 fsl_qbman: fix ARM64 prefetch instructions 99c8c40 fsl_qbman: Only invalidate/prefech on PPC systems when PAMU is disabled 72b974d fsl_qman: use original dq in qm_dqrr_cdc_consume_1ptr() a1c99db fsl_qman: fix EQCR_COMMIT_CHECKS for LE f8773f0 fsl_pme: Update PME scatter/gather API usage 4d3026c fsl_dce: Update DCE scatter/gather API usage bc45052 fsl/qman: endianness changes 805c887 fsl_qman: add support for qman portal v3.2.1 e730580 fsl_qbman/qman_high.c: Remove debug print 6e237d9 fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips. 769caaf Merge pull request #1530 in SDK/linux-sdk2.0 from release/ls1046a to sdk-v2.0.x 019cc06 Merge pull request #1529 in SDK/linux-sdk2.0 from jira/QLINUX-6040-32-bit-kernel-support-integration to sdk-v2.0.x 4a8a3c4 fsl_qbman: fix QBmanTest compile error on arm 32bit 27b9fe6 arm: layerscape: add ITS for ls1046ardb aarch32 platform 14d4d34 arm: layerscape: add ITS for ls1043ardb aarch32 platform 6513e86 arm64: dts: Update address-cells and reg properties of cpu nodes 24af721 Armv8: aarch32: Add ITS for LS1012A AArch32 support 21da194 arm: layerscape: enable ppfe in defconfig e08460c arm: layerscape: enable dpaa ethernet in defconfig 50c8128 dpaa_eth: add arm 32bit support 4a441cd arm: add pgprot_cached and pgprot_cached_ns support ebb7268 arm: add new non-shareable ioremap 051e365 armv8: aarch32: Add KVM support for AArch32 on ARMv8 1e46b40 armv8: aarch32: Add AArch32 defconfig for LayerScape SoCs 4434d96 armv8: aarch32: Update Kconfig to support ARCH_LAYERSCAPE_AARCH32 c04c0f1 armv8: aarch32: Allow RAM to be mapped for LayerScape SoC 846fbe1 armv8: aarch32: Add SMP support for 32-bit Linux kernel cb96fb1 armv8: aarch32: Execute 32-bit Linux for LayerScape platforms fbfccce Merge pull request #1528 in SDK/linux-sdk2.0 from jira/QLINUX-6038 to release/ls1046a 5455e08 spi-nor: fslquad: add quad mode read for s25fs512s 70fa4fd mtd: spi-nor: fsl-quad: Add flash S25FS extra support 034bad1 spi: dspi: clear SPI_SR before enable interrupt 6de3d6d dpa_offload/dpa_stats: Fix bad propagation of counters offsets to US during sync get_counters b047fdb dpa_offload/dpa_ipsec: Remove IPSec special manip chain before the node a16bb04 dpa_offload/dpa_classifier: Release header manip chain when table insert is unsuccessful e93fd06 dpa_offload: Add LS1046ARDB device tree files 4da5830 dpa_offload: Align number of network interfaces in LS1043ARDB device tree files c5d6566 dpa_offload: Add support for offloading PPPoE flows 1fd7d61 dpa_offload/dpa_classifier: Improve support for "return-to-keygen" table entries 74187b4 dpa_offload/dpa_classifier: Always interpret IPv4 address in big endian b8cf88f dpa_offload/dpa_stats: Fix IOCTL return code in case of error 45d601d dpa_offload/dpa_stats: Add support for LE platforms 091ccb2 dpa_offload: Add IPSec offloading scenario device tree file for LS1043ARDB 5a647f2 dpa_offload/dpa_ipsec: Add support for LE platforms 502e729 dts: ls1046a: disable sata ecc 9cf974c sata: ls1046a: added ls1046a sata support 83db7d7 mmc: core: Optimize case for exactly one erase-group budget f1927d4 mmc: sdhci-of-esdhc: enable IRQ detecting mode for LS1046A ef0951b ls1046a_usdpaa_dts: Patch to fix issue in usdpaa dts c761ef7 net: phy: fixed: propagate fixed link values to struct 1cb5367 freescale.config: remove CONFIG_MTD_SPI_NOR_USE_4K_SECTORS cc59f31 cpufreq: qoriq: add dfs support on ls1046a soc c10521a ls1046aqds_usdpaa_dts: Patch to add dts for ls1046aqds e5f0d60 freescale.config: add NVMe support 06d5f31 usdpaa_dts: Patch to add usdpaa dts for LS1046ARRDB 425f832 ITS: use ls1046ardb rootfs f00abb8 freescale.config: enable qDMA and testdma a95e599 freescale.config: enable some config options 0d1003c ls1046aqds: add its file 209a3e5 freescale.config: enable macro for LS1046ARDB 2228977 ls1046ardb: add ITS file a0765d1 arm/ls1-msi: fix typo of MSI compatible string 5c6248f net: phy: add driver for aquantia AQR106/107 phy d93acf6 rtc: pcf2127: add pcf2129 device id 6dddef7 clk: qoriq: add ls1046a support 5bcf71e arm64: dts: ls1046a: fix compatible for esdhc 6a37ce8 arm64: dts: ls1046ardb: add dpaa nodes 75bc6da arm64: dts: ls1046aqds: add dpaa nodes f9b5811 arm64: dts: add dpaa nodes in .dtsi 3866c5e arm64: dts: add LS1046A-QDS board support f39e5f1 Documentation: DT: Add entry for QorIQ LS1046A-QDS board b661c31 arm64: dts: add LS1046A-RDB board support 39a74c1 Documentation: DT: Add entry for QorIQ LS1046A-RDB board 9b21627 arm64: dts: add QorIQ LS1046A SoC support 388603e dt-bindings: ahci-fsl-qoriq: updated for SoC ls1046a 202e350 dt-bindings: qoriq-clock: update for more SoCs c8d2cec dt-bindings: i2c: adds two more nxp devices 0dfadf7 dt-bindings: fsl: updates bindings for some SoC-specific devices 9148f56 dt-bindings: fsl: update for more SoCs cf53f83 Merge pull request #1525 in SDK/linux-sdk2.0 from jira/fman/QLINUX-6077 to sdk-v2.0.x ad55d2b Merge pull request #1524 in SDK/linux-sdk2.0 from jira/fman/QLINUX-5975 to sdk-v2.0.x d3542db Merge pull request #1526 in SDK/linux-sdk2.0 from jira/fman/QSDK-2131 to sdk-v2.0.x 4da5272e QSDK-2131: A-008975: The FMAN controller cannot allow empty look-up tables 136e497 QLINUX-6077: A-007273: FMAN hangs at FM reset done with MACs clocks disabled bc36f58 QLINUX-5975: LS1046A DPAA Fman driver integration f70a57c Merge pull request #1508 in SDK/linux-sdk2.0 from jira/rman/QLINUX-6067 to sdk-v2.0.x 6b22a60 uio/rman: use the generic IO access function ea1a5e4 dpio/qbman: fix discrete consumption 206af2a fsl_qbman/qman_high.c: Remove debug print Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libsdl2: add append to fix buildAndreas Müller2017-01-111-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our vivante driver does not support the API libsdl2 expects. Fixes: <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c: In function 'VIVANTE_Create': <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:100:30: error: 'VIVANTE_GLES_LoadLibrary' undeclared (first use in this function) device->GL_LoadLibrary = VIVANTE_GLES_LoadLibrary; ^~~~~~~~~~~~~~~~~~~~~~~~ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:100:30: note: each undeclared identifier is reported only once for each function it appears in <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:101:33: error: 'VIVANTE_GLES_GetProcAddress' undeclared (first use in this function) device->GL_GetProcAddress = VIVANTE_GLES_GetProcAddress; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:102:32: error: 'VIVANTE_GLES_UnloadLibrary' undeclared (first use in this function) device->GL_UnloadLibrary = VIVANTE_GLES_UnloadLibrary; ^~~~~~~~~~~~~~~~~~~~~~~~~~ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:103:32: error: 'VIVANTE_GLES_CreateContext' undeclared (first use in this function) device->GL_CreateContext = VIVANTE_GLES_CreateContext; ^~~~~~~~~~~~~~~~~~~~~~~~~~ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:104:30: error: 'VIVANTE_GLES_MakeCurrent' undeclared (first use in this function) device->GL_MakeCurrent = VIVANTE_GLES_MakeCurrent; ^~~~~~~~~~~~~~~~~~~~~~~~ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:105:34: error: 'VIVANTE_GLES_SetSwapInterval' undeclared (first use in this function) device->GL_SetSwapInterval = VIVANTE_GLES_SetSwapInterval; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:106:34: error: 'VIVANTE_GLES_GetSwapInterval' undeclared (first use in this function) device->GL_GetSwapInterval = VIVANTE_GLES_GetSwapInterval; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:107:29: error: 'VIVANTE_GLES_SwapWindow' undeclared (first use in this function) device->GL_SwapWindow = VIVANTE_GLES_SwapWindow; ^~~~~~~~~~~~~~~~~~~~~~~ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:108:32: error: 'VIVANTE_GLES_DeleteContext' undeclared (first use in this function) device->GL_DeleteContext = VIVANTE_GLES_DeleteContext; ^~~~~~~~~~~~~~~~~~~~~~~~~~ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c: In function 'VIVANTE_CreateWindow': <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:285:29: warning: implicit declaration of function 'SDL_EGL_CreateSurface' [-Wimplicit-function-declaration] data->egl_surface = SDL_EGL_CreateSurface(_this, data->native_window); ^~~~~~~~~~~~~~~~~~~~~ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:285:27: warning: assignment makes pointer from integer without a cast [-Wint-conversion] data->egl_surface = SDL_EGL_CreateSurface(_this, data->native_window); ^ <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c: In function 'VIVANTE_DestroyWindow': <workdir>/cortexa9t2hf-neon-mx6qdl-angstrom-linux-gnueabi/libsdl2/2.0.5-r0/SDL2-2.0.5/src/video/vivante/SDL_vivantevideo.c:306:13: warning: implicit declaration of function 'SDL_EGL_DestroySurface' [-Wimplicit-function-declaration] SDL_EGL_DestroySurface(_this, data->egl_surface); ^~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump revision to 532916dFabio Berton2016-12-191-1/+1
| | | | | | | | | This includes following change: This commit merges tag v4.8.15 into 4.8.x+fslc Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-imx: Bump revision to 80e3b3cFabio Berton2016-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes following change: - 80e3b3c Merge tag 'v4.1.36' into 4.1-2.0.x-imx - 8576fa4 Linux 4.1.36 - 39f9986 kbuild: add -fno-PIE - bf5d3d2 firewire: net: fix fragmented datagram_size off-by-one - c604dec firewire: net: guard against rx buffer overflows - 9fe6256 parisc: Ensure consistent state when switching to kernel stack at syscall entry - 83a474e ovl: fsync after copy-up - c0b309f virtio: console: Unlock vqs while freeing buffers - 4fe9ae4 md: be careful not lot leak internal curr_resync value into metadata. -- (all) - e1e5cab md: sync sync_completed has correct value as recovery finishes. - 97d53c4 scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware - d207c66 scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded - 169eb57 drm/radeon/si_dpm: workaround for SI kickers - c1593e5 drm/dp/mst: Check peer device type before attempting EDID read - e5c6bbb drm/dp/mst: add some defines for logical/physical ports - dadd580 drm/dp/mst: Clear port->pdt when tearing down the i2c adapter - a2d4bd9 KVM: MIPS: Precalculate MMIO load resume PC - b05ff0c KVM: MIPS: Make ERET handle ERL before EXL - 90a107c drm/radeon: drop register readback in cayman_cp_int_cntl_setup - 9a9a237 scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devices - 1b15bd7 Revert "drm/radeon: fix DP link training issue with second 4K monitor" - 5bc028b powerpc: Convert cmp to cmpd in idle enter sequence - 00a4335 drm/radeon/si_dpm: Limit clocks on HD86xx part - 469bc68 drm/radeon/si/dpm: add workaround for for Jet parts - 85a2af9 USB: serial: cp210x: fix tiocmget error handling - 0854ce4 Input: i8042 - add XMG C504 to keyboard reset table - 0e9bbbd ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND caps - 02426cf mac80211: discard multicast and 4-addr A-MSDUs - f065a55 ubifs: Fix regression in ubifs_readdir() - 5fdb4fa GenWQE: Fix bad page access during abort of resource allocation - 55a2f87 mm/list_lru.c: avoid error-path NULL pointer deref - 52e7b6b btrfs: fix races on root_log_ctx lists - 9f2d48f vt: clear selection before resizing - 93ec720 tty: limit terminal size to 4M chars - ca96312 ALSA: usb-audio: Add quirk for Syntek STK1160 - 3dc8f1f KEYS: Fix short sprintf buffer in /proc/keys show function - 1f7ff6f hv: do not lose pending heartbeat vmbus packets - 9662d19 mei: txe: don't clean an unprocessed interrupt cause. - a64291d ANDROID: binder: Clear binder and cookie when setting handle in flat binder struct - 11924cb ANDROID: binder: Add strong ref checks - 39709c8 dm table: fix missing dm_put_target_type() in dm_table_add_target() - c91812c usb: increase ohci watchdog delay to 275 msec - 51b231b arm64: KVM: Take S1 walks into account when determining S2 write faults - bb21e02 arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP - 7fbfac8 USB: serial: fix potential NULL-dereference at probe - 605a696 xhci: workaround for hosts missing CAS bit - c23a6dc xhci: add restart quirk for Intel Wildcatpoint PCH - 4c17f91 kvm: x86: memset whole irq_eoi - 9c5e89d libxfs: clean up _calc_dquots_per_chunk - d1375c3 target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status code - ac49951 target: Re-add missing SCF_ACK_KREF assignment in v4.1.y - eaf5520 ubifs: Abort readdir upon error - b9ce870 UBIFS: Fix possible memory leak in ubifs_readdir() - cad1ca2 ubifs: Fix xattr_names length in exit paths - dfeb7e4 arm64: percpu: rewrite ll/sc loops in assembly - 3c9c013 powerpc/mm: Prevent unlikely crash in copro_calculate_slb() - c1f5e5f isofs: Do not return EACCES for unknown filesystems - b15662c irqchip/gic-v3-its: Fix entry size mask for GITS_BASER - af17243 arm64: kernel: Init MDCR_EL2 even in the absence of a PMU - c911b72 USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7 - 59eabe8 memstick: rtsx_usb_ms: Manage runtime PM when accessing the device - 86559fc memstick: rtsx_usb_ms: Runtime resume the device when polling for cards - a89634c mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the led - e79c2f2 mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unused - f125e7f mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error - 5170524 usb: gadget: function: u_ether: don't starve tx request queue - 66f38bf ceph: fix error handling in ceph_read_iter - 9e9ca45 irqchip/gicv3: Handle loop timeout proper - 88b6c9f drm/radeon: change vblank_time's calculation method to reduce computational error. - dcf4c11 jbd2: fix incorrect unlock on j_list_lock - a3da255 scsi: Fix use-after-free - 8df9810 mmc: core: Annotate cmd_hdr as __le32 - 7ea3d2e x86/mm: Expand the exception table logic to allow new handling options Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Add egl and gles support for non-GPU SoCsTom Hochstein2016-12-161-1/+9
| | | | | | | | For SoCs with no GPU, configure weston to use the software versions of egl and gles through mesa. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Fix build on i.MX 6SLTom Hochstein2016-12-161-1/+1
| | | | | | | | | Weston requires egl and glesv2 together, or neither. Since the i.MX 6SL can only provide egl, we configure weston to work without egl. A build break occurred due to i.MX patches which should not be applied for 6SL. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gtk+3: Restore explicit CFLAGS settingTom Hochstein2016-12-161-0/+5
| | | | | | | | The package doesn't link against egl, so we can't rely on egl.pc to provide the necessary config settings. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa: Use machine overrides extenderTom Hochstein2016-12-161-3/+1
| | | | | | | Redo configuration using machine overrides extender. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: Don't install GLES package configs on SoCs without 3DTom Hochstein2016-12-161-1/+1
| | | | | | | | For SoC's without 3D, imx-gpu-viv doesn't provide a GLES library, so it's wrong to install the corresponding package configs. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Add version number into the name of bbappend fileYuqing Zhu2016-12-091-0/+0
| | | | | | | | | | | The bbappend will only work on a specific version, or it may have some conflicts. Currently, it is for GST 1.8. And once the release is final, it does not update the Gstreamer version in poky. So it won't raise the parser error. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-base: Add version number into the name of bbappend fileYuqing Zhu2016-12-091-0/+0
| | | | | | | | | | | The bbappend will only work on a specific version, or it may have some conflicts. Currently, it is for GST 1.8. And once the release is final, it does not update the Gstreamer version in poky. So it won't raise the parser error. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-imx: Enable CONFIG_FHANDLETom Hochstein2016-12-091-0/+1
| | | | | | | | Enable CONFIG_FHANDLE so that systemd can autostart getty on serial interfaces like /dev/ttymxc*. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>