summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* imx6sllevk: Drop u-boot and kernel PREFERRED_VERSIONFabio Berton2017-10-041-3/+0
| | | | | | | | | | The line PREFERRED_PROVIDER_linux-imx ??= "4.1.15" is wrong, the correct is use PREFERRED_VERSION to set version. But we can drop this line because currently we have one linux-imx version. Also drop preferred version to u-boot, 2016.03 is the only option. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc-fw-utils: Add recipe for version 2017.09Fabio Berton2017-10-041-0/+45
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Create u-boot-fslc-common include fileFabio Berton2017-10-043-28/+17
| | | | | | | | Use a common file to make easier update, maintain and create others U-Boot recipes like U-Boot fw-utils. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* alsa-state: Add override to use with use-mainline-bspFabio Berton2017-10-041-0/+2
| | | | | | | | | Add use-mainline-bsp override to install asound.conf file to machines that use mainline bsp. Change-Id: I13e61bbabb163eeb3e3408ba47e8cd4954b41ba6 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-uuc: Fix missing build ldflags leading to QA issuesGianfranco Costamagna2017-10-032-1/+46
| | | | | Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-imx: Bump to 6c1ad49339f4 revisionMax Krummenacher2017-09-301-1/+1
| | | | | | | | | | | | This merges the the 4.1.44 stable release and backports a fix to fsl-quadspi which doesn't directly apply to the downstream codebase. - 6c1ad49339f4 mtd: fsl-quadspi: fix macro collision problems with READ/WRITE" - 8f568c088636 Revert "mtd: fsl-quadspi: fix macro collision problems with READ/WRITE" - 346ae4600d05 Merge tag 'v4.1.44' into 4.1-2.0.x-imx Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-imximage.bbclass: Add documentation about the classOtavio Salvador2017-09-301-0/+19
| | | | | | This adds a small documentation about the class as comment. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx25pdk: Add machine fileOtavio Salvador2017-09-301-0/+24
| | | | | | | | | | | CPU: i.MX25 with ARM926EJ–S core - 400 MHz maximum speed NXP® MC34704B power management IC NXP SGTL5000 ultra-low–power audio codec Memory: 64 MB or 512 MB DDR2 2 GB NAND flash Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Add i.MX25 configurationOtavio Salvador2017-09-291-0/+190
| | | | | | | This adds the i.MX25 configuration. It is based on imx_v4_v5_defconfig. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to 9f164a1a01Otavio Salvador2017-09-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This includes following changes: 9f164a1a01 mx25pdk: Change root to use a single partition layout 642e1ec971 mx25pdk: Remove duplicated define bb8bb2c1bd mx25pdk: Use generic filesystem commands a3581b705a imx6: disable clock command and print_cpuinfo code in SPL 555c0086e6 colibri_imx6: Avoid calling setup_display() from SPL code 0985fc630b apalis_imx6: Avoid calling setup_display() from SPL code a01e041d10 mx6cuboxi: Avoid calling setup_display() from SPL code 939d30becd wandboard: Avoid calling setup_display() from SPL code 025f356829 cgtqmx6eval: Avoid calling setup_display() from SPL code 3cfa1bd347 mx6sabresd: Avoid calling setup_display() from SPL code 6d9b99b923 mx6sabresd: Add Serial Download Protocol support 3766ef9cea toradex: imx6: Move g_dnl_bind_fixup() into common SPL code da4a0fd824 board: ge: bx50v3: set eth0 MAC address 5e57f55125 detect and setup solidrun hummingboard2 35e7f4f0aa imx6: drop duplicated bss memset and board_init_r() call 72066ea7f5 pico-imx7d: Add "how to boot with NXP 4.1 Kernel" 58cb0bc9f0 imx: imx7d: remove CamelCase from ENET_xMHz macros 2df17bffbc imx_common: detect USB serial downloader reliably 5615ed0835 imx: add macro to detect whether USB PHY is active Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Always use wic for i.MX25 imagesOtavio Salvador2017-09-291-0/+10
| | | | | | | The i.MX25 support is new so there is no reason to extend the dependency on the old image generation class. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Add basic settings for i.MX25Otavio Salvador2017-09-291-1/+2
| | | | | | | The i.MX25 will always use the use-mainline-bsp override so we force its inclusion with the override extender mechanism. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* wic: Add a i.MX bootpart templatesOtavio Salvador2017-09-292-0/+39
| | | | | | | | This includes the wic templates which use a separated boot partition. This allow for easier migration from the new deprecated sdcard generation class. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* wic: Force the use of 'msdos' partition tablesOtavio Salvador2017-09-293-0/+6
| | | | | | | | Some old SoC has problems to read GPT partition tables so we use 'msdos' as default here and if some vendor wants to override it, it can still be done in their wks files. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* wic: Move all wks files to root layer directoryOtavio Salvador2017-09-293-0/+0
| | | | | | | | The wic looks for wks files in many places. The root layer directory is one of those and makes much easier to find the wks files for reference and use. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-parser: Upgrade to v4.2.1Yuqing Zhu2017-09-272-3/+5
| | | | | | | | | | | | | | | | | | | | | 1. Upgrade EULA to v18 2. Bugfixes/Optimization - Update HEVC PARSER 01.00.02/ APE PARSER 00.00.08/ MPEG2 PARSER 04.05.10 1. Delete the useless label in HEVC PARSER. 2. Fix 2 variables' not init in special case for APE PARSER. 3. Fix one struct's not init for MPEG2 PARSER. - Fix one mp3 can't play on jb4.3_1.1.1-ga ID3V2 contains a picture larger than 3MB, need to save ID3 data size in self->m_dwID3V2Size to let parser skip it when starting playback. - Fix creating parser error When variable value is negative, if(bytesToRead) will return true, modify this condition to if(bytesToRead > 0). Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-codec: Upgrade to v4.2.1Yuqing Zhu2017-09-272-3/+5
| | | | | | | | | | | | | | | | | | 1. Upgrade EULA to v18 2. Bugfix/Optimization - AACPlus:M4A format audio only can output about 1s audio, then keep silence It is caused by AACPlus decoder because aacplus decoder occupys much cpu time when decoding. Add -O3 build option into aacplus decoder's build script to optimize the code. - Optimize the code Cancel duplicated code in aac_dec/aacplus_dec. Cancel unused code in flac_dec. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-imximage.bbclass: Linux kernel with DCD headersOtavio Salvador2017-09-271-0/+41
| | | | | | | | | | | | | | | | | | | | | This new image type adds support to generate a Linux kernel with DCD headers. Essentially it adds support to directly boot a Linux kernel without a bootloader. As the Linux kernel will be boot directly, it required that the Device Tree is appended to the kernel image, which had support included in OE-Core. To have the Linux kernel generated with the DCD headers, following steps must be followed: - Linux kernel recipe must inherit kernel-imximage class; - Device Tree appended Linux kernel must be used (KERNEL_DEVICETREE_BUNDLE = "1"); - DCD header configuration must be provided (dcd.cfg or dcd-<devicetree>.cfg); Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move from ${COREBASE}/LICENSE to ${COMMON_LICENSE_DIR}/MITOtavio Salvador2017-09-233-3/+3
| | | | | | | The OE-Core now warns when someone uses ${COREBASE}/LICENSE so we should move to ${COMMON_LICENSE_DIR}/MIT to fix this deprecated use. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to ed4d1d9Vanessa Maegima2017-09-211-1/+1
| | | | | | | | | | | This includes the following changes: ed4d1d9 Merge pull request #20 from vanmaegima/2017.09+fslc 114483a pico-imx7d: Enable booting from single partition 85cdf96 pico-imx7d: Replace fatload command Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls2088ardb: update UBOOT_CONFIGChunrong Guo2017-09-211-3/+3
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb:update UBOOT_CONFIGChunrong Guo2017-09-211-1/+2
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1043ardb: update UBOOT_CONFIGChunrong Guo2017-09-211-1/+3
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: update UBOOT_CONFIGChunrong Guo2017-09-211-2/+3
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-imx: Bump revision to a73554d6a5e1Stefan Agner2017-09-211-1/+1
| | | | | | | | | | This merges the 4.1.43 stable release and includes the following change: - a73554d6a5e1 tools include: Add a __fallthrough statement Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Stop using linux-dtb.incOtavio Salvador2017-09-123-3/+0
| | | | | | | | | The Device Tree support is now handled by the kernel class. This patch removes the inclusion of linux-dtb.inc from the kernel recipes in this layer. Change-Id: I3193f626b490af134e2691f02fc8655f78eb8621 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Upgrade to 2017.09 releaseFabio Berton2017-09-123-9/+9
| | | | | | | | | | | | | | | | | This commit merge tag v2017.09 and apply the following commits on top of it: - e4a4d913e9 ipu_common: Let the MX6 IPU clock be calculated in run-time - 57ea8c60e4 pico-imx7d: Add support for secure boot - c5ad50303c mx6sabre_common: Dynamically change the video output - 9b412b485a mx6sabre_common: Place video related settings in common code - d3d0f38957 wandboard: Set fdt based on board_rev and board_name - 199cce79e4 mx6sabresd: Enable video interfaces in bootargs - 37d69b40ea mx6sabresd: Use LDO dtb file until LDO bypass support is added - 29fffd2510 mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump version 4.13 to revision b5bb3d72aa5aFabio Berton2017-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit merges tag v4.13.1 into 4.13.x+fslc and apply the following commits on top of it: - b5bb3d72aa5a Merge tag 'v4.13.1' into 4.13.x+fslc - 94cd0e9dcdc1 Linux 4.13.1 - 4870e1667818 rtlwifi: Fix fallback firmware loading - cf37a1b98147 rtlwifi: Fix memory leak when firmware request fails - d29e6c2a62cf of/device: Prevent buffer overflow in of_device_modalias() - 9cbbaf108404 scsi: sg: recheck MMAP_IO request length with lock held - 200afc408c2d scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE - ba25748e0a74 cs5536: add support for IDE controller variant - c67efb092590 ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme - 306096013054 workqueue: Fix flag collision - 209db16d0fdc drm/nouveau: Fix error handling in nv50_disp_atomic_commit - a60349565c1b drm/nouveau/pci/msi: disable MSI on big-endian platforms by default - e0441819b67f s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs - e9b8f63c296c MCB: add support for SC31 to mcb-lpc - 24bb35f226ee mwifiex: correct channel stat buffer overflows - 6b42a3cc0b5c dlm: avoid double-free on error path in dlm_device_{register,unregister} - 69777219178d iwlwifi: pci: add new PCI ID for 7265D - 28c300fda1cf Bluetooth: Add support of 13d3:3494 RTL8723BE device - 3d9dc09e99b5 rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter - 00d0e93a997a drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly - 410ef183b804 drm/ttm: Fix accounting error when fail to get pages for pool - 419a7f1e0904 drm/vgem: Pin our pages for dmabuf exports - 2e78447a2d10 ath10k: fix memory leak in rx ring buffer allocation - e35d21f7f691 intel_th: pci: Add Cannon Lake PCH-LP support - c388e61b09d1 intel_th: pci: Add Cannon Lake PCH-H support - 328082ebd9ed fpga: altera-hps2fpga: fix multiple init of l3_remap_lock - f89830dba413 thunderbolt: Fix reset response_type - 9808d1a5e205 crypto: caam/qi - fix compilation with DEBUG enabled - 224aec7e1cb4 crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y - 5f9463ea026d binder: free memory on error - 8d898335ddda HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage - 5beb744c8394 driver core: bus: Fix a potential double free - 51a39e2bc933 iio: adc: ti-ads1015: add adequate wait time to get correct conversion - d9320af32f64 iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks - 1c68b99af8eb iio: adc: ti-ads1015: avoid getting stale result after runtime resume - 86b6c05fe2b7 iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set - dac6ce351a10 iio: adc: ti-ads1015: fix scale information for ADS1115 - cc06f5a9be34 iio: adc: ti-ads1015: fix incorrect data rate setting update - 34c874a4dff3 staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks - 2d94a1e80a9c staging: ccree: save ciphertext for CTS IV - a55273d7af6c staging/rts5208: fix incorrect shift to extract upper nybble - 9bf1256726f6 USB: core: Avoid race of async_completed() w/ usbdev_release() - 5da7c0ceab40 ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. - df3389727c0f ANDROID: binder: add padding to binder_fd_array_object. - 26be1058110e USB: musb: fix external abort on suspend - 02fa872288e0 usb:xhci:Fix regression when ATI chipsets detected - f6f8eb105096 usb: Add device quirk for Logitech HD Pro Webcam C920-C - 520369b70804 USB: serial: option: add support for D-Link DWM-157 C1 - 970974a7add8 usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump version 4.13 to revision b05d3703cff9Fabio Berton2017-09-121-1/+1
| | | | | | | This commit merge tag v4.13 into 4.13.x+fslc Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Remove $COREBASE/LICENSE from LIC_FILES_CHKSUMChunrong Guo2017-09-122-4/+2
| | | | | | | | | | | | | | | | | Several recipes reference the LICENSE file in their LIC_FILES_CHKSUM variable as ${COREBASE}/LICENSE. This forces distribution providers to keep this file verbatim or to overload the affected recipes. The section "Moving to the Yocto Project 1.6 Release" in the Yocto manual suggests removing the LICENSE file where possible. Remove LICENSE in cases where COPYING.MIT is also given and replace LICENSE with COPYING.MIT if the former was the only entry. All modified recipes specify LICENSE = "MIT" and none of the in-tree files specify a different license either. As the packages do not change (the license files are not contained in them), do not increase PR. (From OE-Core rev: 0059e0661826c857a07c862bcb46162671e0e330) Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-uuc: Bump revision to 1de598e7Otavio Salvador2017-08-301-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | This includes following changes: 1de598e Merge pull request #5 from lijunone/master a5a05da Update linuxrc 61a1449 Merge pull request #4 from mhei/fixes af76f6a uuc: fix format nitpick f8d0c75 uu.c: fix compiler warnings for unused variables 625c36e Merge pull request #2 from mhei/fixes e6304a7 Merge pull request #3 from lijunone/master c342fb0 linuxrc: add utp mass storage setup via configfs f9a8e97 uuc: fix some compiler warnings 65d8bf7 sdimage: use fsync before closing the device a977121 Add travis hint 03d64cf Small Makefile improvements 9a8c844 sdimage: no need to open image file R/W 592fdb6 sdimage: fix partition size check 3d4b3fa Add a .gitignore with the binaries sdimage and uuc 86e0a1b sdimage: move BCB header to 4 sector offset 2fa75b4 uuc: fix format warnings f64baff Honour CFLAGS 85a0b23 sdimage: add includes to prevent warnings Change-Id: I7e81dd0d4666d00b76be3d78982ef2b1bd039b53 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* openssl10: set PREFERRED_VERSION to openssl-qoriqChunrong Guo2017-08-301-0/+1
| | | | | | | | | | fix the following issue: NOTE: Resolving any missing task queue dependencies NOTE: multiple providers are available for openssl10 (openssl, openssl-qoriq) NOTE: consider defining a PREFERRED_PROVIDER entry to match openssl10 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ofp: add ls1088a supportChunrong Guo2017-08-303-191/+4
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dce :add ls1088a supportChunrong Guo2017-08-301-1/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qemu-qoriq: removeChunrong Guo2017-08-304-122/+0
| | | | | | | This pkg will not be supported anymore. Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* add itbimage supportChunrong Guo2017-08-306-0/+30
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* add kernel-itbimage supportChunrong Guo2017-08-301-0/+481
| | | | | | | | | | | This creates a itbimage that contents: - 1 kernel - 1 rootfs - 1 dtb - 1 boot configuration Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Add recipe for version 4.13Fabio Berton2017-08-303-0/+605
| | | | | | | This commit add linux-fslc recipe version 4.13-rc6. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump version 4.9 to revision 8f876e153b25Fabio Berton2017-08-303-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use defconfig only for 4.9 version moving directory to linux-fslc-4.9. - Merge tag v4.9.44 into 4.9.x+fslc and apply the following changes on top of it: - eea1ec08f8a5 MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regression - 5e5a51045532 pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry - 8cbc0b49ca8d pinctrl: samsung: Remove bogus irq_[un]mask from resource management - 8495ab6ef94a pinctrl: uniphier: fix WARN_ON() of pingroups dump on LD20 - f642d29c2388 pinctrl: uniphier: fix WARN_ON() of pingroups dump on LD11 - 877fe62863d0 pinctrl: intel: merrifield: Correct UART pin lists - 7b6fff65ecf9 pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver - a68978bb949a pnfs/blocklayout: require 64-bit sector_t - eda1b3d42fad iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits - 4cae4a23d9a4 usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume - f4bbed570aef usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter - 42d65cc89a23 usb: core: unlink urbs from the tail of the endpoint's urb_list - 7c2beb1c4432 USB: Check for dropped connection before switching to full speed - 7f737f10c1ee usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3 - 2db03a7fa0dd usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling - a09ecc9345b6 uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069 - b189f8eb2715 staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNING - bbae08213e6e iio: light: tsl2563: use correct event code - 1ca3869234d3 iio: accel: bmc150: Always restore device to normal mode after suspend-resume - c5347390e57a staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read - 199a3f26e9d8 USB: hcd: Mark secondary HCD as dead if the primary one died - 821ccbe2937e usb: musb: fix tx fifo flush handling again - 4fd8c366acac USB: serial: pl2303: add new ATEN device id - 566516401501 USB: serial: cp210x: add support for Qivicon USB ZigBee dongle - e27f58cd130b USB: serial: option: add D-Link DWM-222 device ID - 2b3bf207b2a2 drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lut - 4381e2c30008 drm/etnaviv: Fix off-by-one error in reloc checking - 00f3c2a253f7 nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays - 0a205d8145c2 mmc: mmc: correct the logic for setting HS400ES signal voltage - 160c365b5879 nand: fix wrong default oob layout for small pages using soft ecc - 227559e6233c fuse: initialize the flock flag in fuse_file on allocation - 1da30c23b63b target: Fix node_acl demo-mode + uncached dynamic shutdown regression - b51a71635576 iscsi-target: Fix iscsi_np reset hung task during parallel delete - e6a0599b7464 iscsi-target: fix memory leak in iscsit_setup_text_cmd() - ced271b814e4 mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES - a311810903c7 xtensa: don't limit csum_partial export by CONFIG_NET - a3ab0f069f46 xtensa: mm/cache: add missing EXPORT_SYMBOLs - 03973c57e1a2 xtensa: fix cache aliasing handling code for WT cache - 0041042de554 futex: Remove unnecessary warning from get_futex_key - e2286916ac07 mm: fix list corruptions on shmem shrinklist - b56cd77c1205 mm: ratelimit PFNs busy info message Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Remove recipe for version 4.4Fabio Berton2017-08-301-17/+0
| | | | | | | | On master branch we'll maintain only one kernel LTS version. Currently the latest longterm version is 4.9.x. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* opencv: update to 3.3Chunrong Guo2017-08-301-0/+0
| | | | | | | opencv was updated to version 3.3 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl: fix for dtb filenames containing multiple dotsMax Krummenacher2017-08-301-1/+1
| | | | | | | | | | | | In _generate_boot_image(), if a dtb file has more than one dot the current logic fails. e.g. 'device.tree.dtb' will be truncated at the first dot to 'device' while it should be 'device.tree'. Fix by removing awk in favour of letting basename also remove the .dtb extension. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Add MACHINE_SOCARCH_SUFFIX for mx51 and mx53Fabio Berton2017-08-251-0/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump revision to 836377e382Gary Bisson2017-08-241-1/+1
| | | | | | | | | | | This commit merge tag v4.9.43 into 4.9.x+fslc and add the following change on top: - 2e5f5cc50c72 ARM: dts: imx7d-pico: Add initial support - 47e80564c4db ARM: imx_v6_v7_defconfig: Select the coda driver as module - 62dd13a066b9 ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Remove remaining PPC machinesFabio Berton2017-08-245-118/+0
| | | | | | | | meta-freescale commit 86e2ed54cd60da4f9f427baf6dbefbc9911141e6 remove ppc machine and I'm removing the remaining machines. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* classes/image_types_fsl: Fix uboot_mxsboot task dependencyFabio Berton2017-08-241-2/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Add MACHINE_SOCARCH_SUFFIX for mx23 and mx28Fabio Berton2017-08-241-0/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins: Remove gstreamer 1.10 bad and base pluging patchesFabio Berton2017-08-2413-2922/+0
| | | | | | | | Gstreamer was updated to version 1.12 and these 1.10 patches don't apply in version 1.12. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb-32b: update the devicetreeZongchun Yu2017-08-211-1/+1
| | | | | Signed-off-by: Zongchun Yu <zongchun.yu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1043ardb-32b: update the devicetreeZongchun Yu2017-08-211-1/+1
| | | | | Signed-off-by: Zongchun Yu <zongchun.yu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>