aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2016-08-23linux-fslc-imx: Replace MPL3115 driverBreno Lima
There are currently two driver implementations for the MPL3115: - drivers/input/misc/mpl3115.c (from NXP kernel) - drivers/iio/pressure/mpl3115.c (from upstream kernel). Use the CONFIG_MPL3115 instead of CONFIG_INPUT_MPL3115 because this driver uses the Industrial I/O framework, which is the preferred and standard subsystem for sensors. The data from this sensor can be read by using the following commands on a warp7 board: cat /sys/bus/iio/devices/iio:device0/in_pressure_raw cat /sys/bus/iio/devices/iio:device0/in_temp_raw Signed-off-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12auto-resp: skip ldflags checkTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12linux-qoriq: fix build path of the dtbTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12pkc-host: update to 21a6b5bTing Liu
Changelog: 21a6b5b remove from Makefile unsupported build options 49e5c4d build this driver only for C293 de748aa fix ECDH_KEYGEN_B571 c37caf5 fix ECDH_KEYGEN_B409 8aeef34 fix ECDH_KEYGEN_B283 b978c11 fix ECDH_KEYGEN_P521 59f3256 fix ECDH_KEYGEN_P384 4942972 fix ECDH_KEYGEN_P256 0109686 remove commented code adb5ea0 fix ECPBN_SIGN_TEST_571 8c27c09 fix ECPBN_VERIFY_TEST_571 2c64f11 fix ECPBN_SIGN_TEST_409 259c64c fix ECPBN_VERIFY_TEST_409 fcd6526 fix ECPBN_SIGN_TEST_283 c42c0d0 fix ECPBN_VERIFY_TEST_283 9935bc6 fix ECP_SIGN_TEST_521 b9f414b fix ECP_VERIFY_TEST_521 ae15786 fix ECP_VERIFY_TEST_384 65e6891 fix ECP_SIGN_TEST_384 d48889b fix ECP_VERIFY_TEST_256 95a1946 fix ECP_SIGN_TEST_256 07118db fix DSA_SIGN_VERIFY_TEST aa341b9 fix ECDSA_KEYGEN_TEST 8a6ee84 remove non SEC_DMA code in ecdsa_test.c e34c882 reorder ecdsa init operations for clarity f59455d remove non SEC_DMA code in dsa_test.c a87ad87 clean-up test_dsa return codes 4c62d4b clean-up returned error codes for dh tests 303d534 fix incorrect DMA access to kernel memory in ecdh tests 69d0f04 refactoring: clean-up ecdh init tests 8218a02 use a portable API to measure test results against time 9c890fd disable printing for debug messages 5f00cff disable some debug print messages f74f9e7 device dma addresses are 36 bits f9a7e12 implement context pools for dh 74c8d36 remove unused structure variable a2bd548 use unsigned type to print values 9cd790c remove unused variable ce87c88 add dummy stub to compile on ARM c569de3 change type of temporary buffers in dsa.c 4440eef change type of temporary buffers in rsa.c e6f5d1d add support for temporary buffers to be allocated in host ip_pool fed730a combine common cases in switch 24163c3 don't unmap NULL input and output buffers ee34caa do memory unmapping in the same place to simplify review a254d5f Merge branch 'fix_host_to_dev' 030029c remove HOST_DMA code from dh.c 36e7ace remove HOST_DMA code in dsa.c 0e71ace fix rsa descriptors with pointers to _device_ addresses of data 354cd63 remove custom descriptor address conversion aff76f8 use dma addresses for ip_pool instead of physical addresses 299f846 don't copy RNG init descriptors to device SRAM 69e91a9 fix host_to_dev conversion 06768c0 fix referencing device driver by global variable 05b7cb4 remove unnecessary check on pointer before free 347c8d6 fix error path clean-up for rng_init.c f10fde8 fix error recovery code for dh.c ff53efd fix error recovery code for dsa.c 4d05d58 fix incorrect failure recovery from no mem in rsa.c e41f4fe be explicit about x86 specific code e27ba78 refactoring: remove simple assignment functions bb6fd21 fix type of the descriptor pointer c059e26 include several firmware fixes 58e36c9 remove union with a single member 9a8fcfc add FIXME for known broken (and unused) code 6035037 wrap conditional code with #ifdef ca75cd8 only high perf mode is supported 42bb43e remove conditionals for always enabled SEC_DMA code 2e39ac9 enable building of pkc.o only on x86 d860b92 Merge branch 'rm_sym_hash' cddcbe0 simplify buffer allocation 4480ab5 remove unused buffer descriptors structures d7ba05f remove unsupported digest operation types b5cdc69 remove unsupported symmetric operation types 15983c7 remove union for a single remaining member 4c37906 remove commented code 2d4ef38 remove supporting code for digests 4c973a3 remove supporting code for symmetric algorithms 16aa4e9 remove digest options from Makefile 0046906 remove symmetric algorithms option from Makefile ddba6e5 remove host dma supporting code 8964e47 remove redundant cast when assigning from void* b21bdea refactoring: drop else branch on a conditional 4c130a1 explain what this structure holds 4bb526d debug prints for setup-ep 235b377 use the recommended dma-allocator function 4ca6775 separate firmware and host lines in their handshake dialog f4e5221 extract functions from a switch case catch-all function 1d77ba3 don't write values to this field since they are ignored 7471d52 align output of debug prints 126b55c remove unnecessary cast in function definition 6156ad9 remove unnecessary casts when converting phys-to-virt e84ac1e fix descriptors debug print d7714ec match ring counters all the way back to handshake a98d899 match other ring counters to handshake names 4e9ff64 match ring counters names with the ones from handshake c545ea2 add FIXME note for intr_ctrl_flag 73f41e3 rename local counters with the names used in firmware 72b8884 rename other local counters with their firmware correspondents 4005735 rename local ring counters to match variable names in firmware 398a910 rename local indexes memory to match the rest of the code d508974 rename ring counters to match the rest of the code fa8fa98 use dma addresses instead of physical ones 3d75058 clarify code and do not allow incorrect unmapping dc4b53f remove non descriptive and out of sync comments 878b10d remove non sec-dma build options from desc_buffs.c 4da5c14 replace ASSIGN64 macro in rsa code 59487fa inline redundant wrappers over simple arithmetics a273744 inline function that performs a simple addition 4263e72 inline redundand wrapper over a memory mapping function 1f87a74 pool info is on host - rename variables to clarify their meanings a6ead52 rename variable referring to virtual address 986e670 rename variable referring to device physical address 7c65096 embed buffer_pool structure into pool_info d0b4272 move function declaration to the proper header 26e9abf make explicit the type of create_pool 61bca33 remove obscure comment 4a9cc8c remove declaration of non-existing function bb233eb use consistent naming when referring to buffer pools 5603762 remove duplicated definitions of pool info structures 1cbe21d split host and device input pools into separate entities 762f784 rename the host virtual address field to match our convention 02a0f9c remove duplicated address 9e8e66f remove customized data-dump debug prints b3890d0 refactoring: inline the contents of dev_buffer structure 24b9dad disable code used only with host dma 5277c39 use offset instead of physical address to avoid conversion errors 32198d0 rename structure variable to show we have more than one ring fe95ddd drop unused handshake field 9630d19 remove assignment and space for not-used counters 717264f clarify the intent of the code in the handshake process 5d091af remove not used allocation for shadow indexes 4d3528b remove not used counters from ob-mem a1c0b25 rename handshake structure located on device f87d9cd rename handshake structure located on host 92d5105 rename structure for host memory layout 42eac76 document details of pci_bar_info structure aeafe7a simplify error checking for rng alloc functions bfad291 fix content of debug-print messages 2f396f4 fix some compilation warnings on debug print code a682f70 communicate to the device only offsets in ob-mem 6abcb44 remove information ignored during handshake f64dc51 drop volatile from host handshake memory 28d91c1 drop volatile qualifier for device handshake area 2c8f914 refactoring: remove dispatching step for command hs_init_config 85bdf97 allow only SEC_DMA build option 5e10672 remove support for DES and 3DES 1ebe7f0 fine tune the length of the key buffer fbd5e8f add support for aes-cbc SEC_DMA mode b7d88bc replace scatterwalk_sg_next with sg_next 3cde754 remove duplicated sg copy functions 2acadfe fix scatterlist buffer start address computation 34d4dd1 add option for analysing code coverage db38cd6 fix module's description string 591ccd5 fix modpost section mismatch warning Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12skmm-host: update to d5912ebTing Liu
Changelog: d5912eb replace scatterwalk_sg_next with sg_next 0b99bce remove duplicated sg copy functions 4da8ba7 remove strict_strtol macro Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12uio-seville: update to 0f31fbcTing Liu
Changelog: 0f31fbc Fix kernel warning when no PHY interrupts are found and module is removed c9abc13 Use %pa to print resource_size_t Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12ceetm: update to a237e09Camelia Groza
* kernel module was seperated now, no need to build/install * update the compatible machine list Changelog: a237e09 ceetm: qcount and qweight aren't mandatory; update the help message 09fd87e ceetm: change the qweight for wbfs classes at runtime 09d6bc7 ceetm: remove the ceetm kernel module fd9c4b3 ceetm: update class statistics 92c37a4 ceetm: edit the help message d155fd6 ceetm: configure the cr and er of prio classes 610e157 ceetm: separate print_opt into two calls 3a35a3c ceetm: configure the wbfs weight 3b2fdd0 ceetm: show wbfs classes 8b42626 ceetm: add the wbfs qdisc e9deb04 ceetm: merge the qdisc and class types; allow rates equal to 0 e45fc61 Configure the channels in the root classes 0eb7c9b Print a prio class 270c21b ceetm: configure the prio qdisc f272dbe ceetm: configure the root qdisc and the underlying classes fa07c93 ceetm: update the qdisc's help messages 1adfe00 ceetm: obtain the port's subportal dynamically Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12ar: update to 9a74743Ting Liu
Changelog: 0a908cd QSDK-2770: Makefile change required for SDK2.0 to handle directory structure change in fman 907f66a Makefile change required for SDK2.0 to handle directory structure change in fman Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12cryptodev-qoriq: upgrade to 1.8 plus fsl patchesCristian Stoica
upstream commit: 87b56e04b24c6d4be145483477eff7d3153290e9 Also: - move all fsl patches on top of cryptodev-1.8 - add CIOCHASH ioctl - fix incorrect tests initializations - modify yocto patches to match updated Makefiles Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
2016-08-12linux-qoriq: add a symlink zImage under /bootTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12linux-qoriq: add merge_delta_config taskTing Liu
fsl-kernel-localversion added a separate task in which defconfig is needed. But qoriq boards don't have a unified defconfig, different KERNEL_DEFCONFIG should be copied as ${WORKDIR}/defconfig. add a merge_delta_config task to merge kernel delta configs. for ls1043ardb and ls2080ardb, freescale.config should be appended first. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12linux-qoriq: upgrade to 4.1 plus fsl patchesTing Liu
The main features are: * Linux kernel 4.1.8 * ARM A7 (AARCH32), A53 and A57 (AARCH64), Little Endian (default) * Power Architecture e500mc, e5500, e6500 * Multicore SMP support and multithread (e6500) * 32-bit effective kernel addressing [e500mc, e5500, A57] * 64-bit effective addressing [e6500, A53, A57] * Huge Pages (hugetlbfs) * Linux Real-Time (RT) [P4080, B4860, LS1021A] * Kernel-based Virtual Machine (KVM) * Libvirt 1.2.19 * Linux Containers (LXC) 1.1.4 function support Detailed commit log can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/log/?h=sdk-v2.0.x Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12linux-qoriq: merge .inc and .bb fileTing Liu
No code change. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2016-08-12linux-fslc-imx: Add simple card driver supportBreno Lima
Select CONFIG_SND_SIMPLE_CARD driver by default. warp7 board needs this driver for audio to work. Signed-off-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12linux-fslc-imx: Bump revision to 59b38c32Breno Lima
It includes the following changes: 59b38c32 ARM: dts: imx7s-warp: Enable BT_REG_ON Signed-off-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12linux-fslc-imx: Bump revision to b8fb01d4Daiane Angolini
This merges the 4.1.29 stable release onto the fork and the following changes: b8fb01d ARM: dts: imx7s-warp: Add Wifi support fe8d662 ARM: dts: imx7s-warp: Move memory node 07c4014 ARM: dts: imx7s-warp: Enable crypto 51bca3b ARM: dts: warp7: Rename the dts file 8eaed11 ARM: imx_v7_defconfig: Add simple card driver support a2d0fba sgtl5000.c: HACK, defer probe when I2C not yet running 12ecd0e ARM: dts: imx7d-warp: Add audio support a0fa08d ARM: dts: imx7d: Add #sound-dai-cells into sai nodes a0f8868 ARM: dts: imx7d-warp: Add BC3770 support. 0d4b750 ARM: dts: imx7d-warp: Enable bluetooth device 4cc7e24 ARM: dts: imx7d-warp: Add User Button support ace4c64 ARM: dts: imx7d-warp: Add NFC support d237364 ARM: dts: imx7d-warp: Add support for precision altimeter f9dbcc8 ARM: dts: imx7d-warp: Add support for accelerometer and magnetometer ccdf497 ARM: dts: imx7d-warp: Add I2C4 device node, princtrl ba38303 Merge tag 'v4.1.29' into 4.1-1.0.x-imx c3ed55b Linux 4.1.29 Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-05linux-imx: patches to file build errors with GCC6Lauren Post
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-05linux-imx: Upgrade to 4.1.15-1.2.0 i.MX 7Dual GA releaseLauren Post
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-05linux-imx: Upgrade to 4.1.15-1.1.1 Patch releaseLauren Post
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-05linux-fslc-imx: Bump revision to 0c0844fFabio Berton
This includes following change: - 0c0844f 4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compound page arrival" Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Fix description as the kernel is not i.MX6 specificOtavio Salvador
The kernel now supports other SoCs so the description was misleading. This fixes it. Change-Id: I3683b387c7126f3fa4d21c960a7687f57e7ef696 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Bump revision to 00850640Otavio Salvador
This merges the 4.1.28 stable release onto the fork. Change-Id: I0ba89e18a0f59cdb88cc1a73abee6cf2a64b4079 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Bump revision to 77f6154Otavio Salvador
This merges the 4.1.15-1.2.0 GA release onto the Linux FSLC fork. It includes following changes: 77f6154 MLK-12948 ARM: dts: imx7d-sdb: change the hardware reset gpio for mipi dsi 042fabd MLK-12946 media: pxp-v4l2: correct the 32 bpp pixel format passed to pxp 801b839 mmc: mmc: fix switch timeout issue caused by jiffies precision 38ed99e mmc: core: fix __mmc_switch timeout caused by preempt c6c8f8d MLK-12934-2 mmc: sdhci-esdhc-imx: do not touch other bit when config DTOCV 6905ad8 MLK-12934-1 mmc: sdhci-esdhc-imx: correct the max timeout count a7f1dc6 MLK-12944 fix makefile miss imx7d-12x12-lpddr3-arm2-pcie.dtb 470f930 MLK-12935 ARM: imx: switch system counter clock to 32K in suspend d86edca MLK-12902: usdhc: Revert "MLK-11685-5 mmc: sdhci-esdhc-imx: no need busfreq for imx6qdl" fc72198 MLK-12899-2 video: mipi_dsi_samsung: add panel 'TFT3P5581' driver. e01451b MLK-12899-1 ARM: dts: imx7d-sdb: add dts support for panel 'TFT3P5581'. 9a38200 MLK-12901-3 video: mipi_dsi_samsung: alwasy use video mode to transfer data and cmds. c88b735 MLK-12901-2 video: mipi_dsi_samsung: add 10msec delay after all the pkt write operation. f154b5e MLK-12901-1 video: mipi_dsi_samsung: correct the hardware reset calling position. 30b8226 MLK_12886-2 video: mxsfb: handle the assert gpio in driver to support deferred probe f0fdb61 MLK-12886-1 ARM: dts: imx7d-sdb: the assert gpio for lcdif should be active low c1d7c35 MLK-12898: ov5640 mipi: Add more delay to wait sensor stable bbe0e5a MLK-12880 arm: dts: imx7d: correct the PAD_GPIO1_IO01 pin ctrl setting c29dda8 MLK-12876: mipi csi: Remove regulator enable code when driver probe d95d2e8 MLK-12860-4 usb: chipidea: imx: add HSIC support for imx7d abc9926 MLK-12860-3 ARM: imx: gpcv2: add reg_1p2's notifier 85d2f3f MLK-12860-2 ARM: dts: add imx7d 12x12 ARM2 ddr3 board dts b104675 MLK-12860-1 ARM: dts: imx7d: add vcc-supply at gpc node e28ae27 MLK-12861-2 ARM: imx: enable necessary clock for RDC resume on i.mx7d 02a2e8d MLK-12861-1 ARM: imx: support runtime clock management on i.mx7d when M4 is enabled 059449a MGS-1851 [#2332] fix the integer id resource leak 7b3c314 MLK-12795 pinctrl: imx: fix initialization of imx_pinctrl_desc 1c60143 MLK-12781 ARM: dts: imx7d-12x12-lpddr3-arm2: add pinctrl for usb vbus aca1386 MLK-12695 dma: pxp-v2: fixing the mismatch calls of pm_runtime suspend/resume 3455774 MLK-12669-2 dma: pxp-v3: add 'ipg' and 'axi' clocks 9e04de3 MLK-12699-1 ARM: imx7d: clk: add two clocks definition for pxp 2b25e7d MLK-12622: mtd: gpmi: fix the issue in legacy bch support c479a94 MLK-12602: Documentation: gpmi-nand: legacy bch geometry option for NAND 5102a01 MLK-12601: mtd: gpmi: provide the option to use legacy bch geometry 30c1b15 MLK-12421 usb: chipidea: fix build warning if disable CONFIG_USB_CHIPIDEA_HOST a49b611 MLK-12509-3 video: mipi_dsi_samsung: add build support for TFT3P5079E panel. 0038221 MLK-12509-2 video: mipi_dsi_samsung: add 'TFT3P5079E' panel driver. e3a5bdf MLK-12509-1 video: mipi_dsi_samsung: create a new dts for mipi dsi. 83f0dd3 MLK-12449: mtd: gpmi: fix integer overflow issue 4198b7b MLK-12448: mtd: gpmi: fix nand double free issue 8b38103 MLK-12371: ARM: imx: suspend-imx7: correct HW_ANADIG_SNVS_MISC_CTRL set 5db98a4 MLK-12420 fix potential head list corruption. e6ea96a MLK-12731-2 ARM: dts: Makefile: add dts entry for imx6q-arm2-hsic b1e060d MLK-12731-1 usb: chipidea: imx: add missing HSIC initialization for imx6qdl/sl 3268392 MLK-12688-02: arm dts: Add csis-clk-settle property 9504f74 MLK-12688-01: mipi csi: Add clk_settle setting 517f750 MLK-12432-03: arm: dts: Replace ov5647 mipi sensor with ov5640 488fd31 MLK-12432-02: capture: Add support for mipi input c02abe7 MLK-12432-01: ov5640 mipi: support more platform and reduce support mode 9f0881f MLK-12763 ARM: imx7d: iomux: correct uart input sel option value 07c9f26 MLK-12765 ARM: imx: make sure DLL is locked on i.MX7D a38a53d MLK-12748-3 ARM: imx: adjust imx7d lpddr3 retention exit flow adfc24c MLK-12748-2 ARM: imx: remove IOMUXC GPR setting for i.mx7d TO1.2 07184c5 MLK-12748-1 ARM: dts: imx7d: correct usdhc1 cd pin setting 8ad5988 MLK-12761 ARM: imx: add mu as wakeup source for i.mx7d cf0a95b MLK-11262-5: ARM: imx: Change A7 MU ready timing Change-Id: Id25f069f639654a104bcd17c5b354335b95e7d64 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Fix DESCRIPTION to mention 4.1.15-1.0.0 GA as basedOtavio Salvador
The base kernel has been updated for the 4.1.15-1.0.0 GA but the DESCRIPTION has not been updated when updating the recipes, this fixes that so the DESCRIPTION in the generated packages and release notes are right. Change-Id: Id7539aa65f5466f0bd285766931d4648b0445e44 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Bump to revision 960f493Otavio Salvador
This merges the 4.1.26 stable release and include following change: 960f493 of: Allow NXP 4.1 kernel to allocate memory on 2GiB RAM boards Change-Id: Iacc788ccc36920f9ce7292ece5ce2e9ac210beb2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15linux-fslc-imx: Disable Vivante GPU supportOtavio Salvador
The Vivante GPU is used as kernel module for all i.MX6, by default, so the defconfig should not enable it as other SoC (as i.MX6UL and i.MX7D) uses the same defconfig and does not have the Vivante GPU. This avoids the built-in driver build for other SoCs, thus fixing a build error with GCC 6, which is hidden when using the external module. Change-Id: Ib12cfe494d75b6407eaf72c386094cc03606c7f8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15ipc.inc: merge into ipc-ust and kernel-module-ipcTing Liu
Make it possible to seperate ipc userspace and kernel codes in future. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-15kernel-module-ipc: not use SOC variableTing Liu
bsc913x are not supported now. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-23Move some recipes to dynamic-layers folderZhenhua Luo
The following packages depend on extend Yocto community layers, move related recipes to dynamic-layers. * ipsec-demo asf fmc usdpaa-apps web-sysmon Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-03linux-qoriq: exclude DATETIME from vardepsexclude of ZIMAGE_BASE_NAME to fix ↵Zhenhua Luo
taskhash mismatch issue The siggen.py checks the task hash, DATETIME dependency causes Taskhash mismatch error, exxclude DATETIME variable from vardepsexclude of ZIMAGE_BASE_NAME. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-03linux-qoriq: fix build issue under gcc6Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-03pkc-host: disable -WerrorZhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-03openssl/cryptodev: base_contains -> bb.utils.containsZhenhua Luo
base_contains is deprecated. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-02kernel-module-imx-gpu-viv: Upgrade to 5.0.11.p8.4Tom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-02kernel-module-imx-gpu-viv: Fix gcc 6 build error -Werror=misleading-indentationTom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-16linux-fslc: Update to 4.6-based forkOtavio Salvador
This upgrades the Linux kernel to the upcoming 4.6 release. This includes some NXP related changes, which are target for 4.7. Those are: 9be3cdc ARM: mx5: dts: Enable USB OTG on M53EVK fe805c7 ARM: imx_v6_v7_defconfig: add CONFIG_MICREL_PHY e23d4ee ARM: imx_v6_v7_defconfig: add CONFIG_I2C_GPIO bc9f274 ARM: dts: imx6ul-14x14-evk: Add audio support 9214de9 ARM: dts: imx6qdl: Remove unneeded unit-addresses 49d0bea clk: imx7d: fix ahb clock mux 1 eda0002 ARM: dts: imx6: apalis: parallel lcd display support on ixora d9f2c8c ARM: dts: imx6sx-sdb: Add 198MHz operational point fa13784 ARM: dts: imx28-m28: Remove unneeded partition nodes 67c050c ARM: dts: imx6ul-pico-hobbit: Add initial support 41de276 ARM: dts: imx6: Do not hardcode the CLKO clock 13d63a6 ARM: dts: imx6: Add dts for Embest MarS Board 7d9db51 arm64: defconfig: enable freescale/nxp config options b9990f8 arm64: defconfig: enable 48-bit virtual addresses 36e1773 arm64: defconfig: cleanup the defconfig 3eb72e5 clk: imx: return correct frequency for Ethernet PLL 4e744f4 ARM: dts: imx6: fix dtc warnings for ipu endpoints 9c17803 ARM: dts: imx6dl: Fix the VDD_ARM_CAP voltage for 396MHz operation b6e07a8 ARM: dts: imx6sx: Add 198MHz operating point c4cb697 ARM: dts: imx6ul: Fix operating points e593654 arm64: dts: ls2080a: fsl-mc dt node updates dc4a4c1 Documentation: fsl-mc: binding updates for MSIs, ranges, PHYs 43efec0 ARM: dts: imx6q-ba16: use wdog external reset 6a5ebd9 ARM: dts: imx: b450/b650v3: Move ldb_di clk assignment ecfff5f ARM: dts: imx6q-b850v3: Update display clock source 82b8386 ARM: dts: imx6q-b850v3: Remove ldb panel b0b039a ARM: dts: imx6qdl-udoo: add 7 inch LCD touchscreen panel support 1d5276b ARM: dts: i.MX3x: add keypad port devicetree nodes db45d65 ARM: dts: imx35: restore existing used clock enumeration 3af9f8f arm64: dts: ls1043a: add the DTS node for QSPI support e651264 Documentation: fsl-quadspi: Add fsl,ls1043a-qspi compatible string 5712e33 ARM: dts: ls1021a: add pix clock to DCU dts node 8ad4cee ARM: dts: ls1021a: DSPI has 6 chip-selects 8804a3f ARM: dts: ls1021a: Add gpio support for ls1021a platform f0f7b30 ARM: dts: imx6q-ba16: Remove unused vqmmc-supply cb8dacf ARM: dts: ls1021a: add SCFG MSI dts node 4a26cfb ARM: dts: imx28: add alternative pinmuxing for mac0 f407acf ARM: dts: imx6q-tbs2910: fix fec reset polarity aefe710 ARM: dts: vf610-zii-dev: Add ZII development board. 2045498 ARM: dts: vfxxx: add missing reg properties 95bd770 ARM: dts: vf-colibri: increase NAND clock speed cbd99f4 ARM: dts: vf-colibri: alias the primary FEC as ethernet0 6216880 ARM: dts: imx6sx-sdb: Add SAI support b547d70 bindings: fsl-imx-sdma: Document 'fsl,sdma-event-remap' property e74a168 ARM: dts: imx6sx: Remove unused property 4d9b42e ARM: dts: imx6sx: Fix SAI DMA index 6f7a786 ARM: dts: imx6q-ba16: Disable pwm2 by default d28c0fc ARM: dts: imx: add Boundary Devices Nitrogen6_SoloX board d2985a5 ARM: dts: imx6qdl-sabresd: Pass the hannstar panel compatible string 815f031 ARM: dts: imx6: add support for the Ka-Ro electronics 'MB7' baseboard 4531f68 ARM: dts: imx6: add support for more Ka-Ro electronics modules a5c5a20 ARM: dts: imx6-tx6: enable support for rtscts on UARTs 7686c67 ARM: dts: imx6-tx6: remove LED pinctrl setting from hoggrp e806f1d6 ARM: dts: imx6-tx6: remove regulator bus 5288f69 ARM: dts: imx: add Boundary Devices Nitrogen6_MAX QP board 84757ea ARM: dts: imx6qdl-tx6: add mdio node for ethernet phy f756d41 ARM: dts: imx6-tx6: remove container node around pinctrl nodes 72e625a ARM: dts: imx6-tx6: disable the spi node by default 69751fa ARM: dts: imx6-tx6: cleanup; no functional change 0f276c6 ARM: dts: imx6-tx6: Relicense the Ka-Ro DT files under GPLv2/X11 2fb431b ARM: dts: imx25-pinfunc: remove SION for pins with an UART handshaking input mode 7a1e22f ARM: dts: imx25-pinfunc: add all UART mux modes 395dbf3 ARM: dts: imx: ba16: Add correct PCIe Tx Values b872157 ARM: dts: imx6ul: add support for Ka-Ro electronics TXUL mainboard 290d3f9 ARM: dts: imx6ul: add support for Ka-Ro electronics TXUL modules 2ce39b6 ARM: dts: vf610-colibri: enable display controller 8411ccb ARM: dts: vf610: add display nodes 4c36ca7 ARM: dts: imx: add Boundary Devices Nitrogen7 board b46656d ARM: dts: imx7d: add flexcan support d587538 ARM: dts: imx7d: add lcdif support b1334df arm64: dts: ls2080a: Add compatible "fsl,ls2080a-gpio" for ls2080a gpio nodes 8e403e3 arm64: dts: ls1043a: Add compatible "fsl,qoriq-gpio" for ls1043a gpio nodes 9c3e8d5 arm64: dts: ls2080a: update the DTS for QSPI and DSPI support d03665c Documentation: fsl: dspi: Add fsl,ls2080a-dspi compatible string 0e01fa6 arm64: dts: ls1043a-rdb: add the DTS for DSPI support 5139b339 ARM: multi_v5_defconfig: Enable recommended options for systemd c29da9c4 ARM: imx: always use TWD on IMX6Q dbcb3b1 clk: imx: vf610: fix whitespace in vf610-clock.h 7115a09 clk: imx: vf610: add TCON ipg clock 9241416 clk: imx: vf610: fix DCU clock tree be27a3e ARM: multi_v5_defconfig: Enable support for MX21/MX27 4cedc0d ARM: imx_v6_v7_defconfig: add CONFIG_RTC_DRV_M41T80 7241dc3 ARM: imx_v6_v7_defconfig: add CONFIG_I2C_MUX_GPIO a60e2c2 ARM: imx_v6_v7_defconfig: add FT5x06 and TSC2004 touch support e4ca550 clk: imx: add ckil clock for i.MX7 118e922 clk: imx: vf610: add suspend/resume support 189c8c1 clk: imx: vf610: add WKPU unit ef2f187 clk: imx: vf610: leave DDR clock on 9a0e7b6 clk: imx: clk-gate2: allow custom gate configuration 4ecea9b clk: imx6sx: Register SAI clocks as shared clocks abb9468 arm64: dts: add LS1043a-QDS board support d6505c6 Documentation: DT: Add entry for Freescale LS1043a-QDS board Change-Id: Ia4693a462743e532d412fb3213cfee1149496c8a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-07linux-fslc-imx-rt: Upgrade to 4.1.15-1.0.0 GA2.1Dominic Sacré
Use patch 4.1.19-rt22 (which applies cleanly) despite the fact that the kernel is currently based on 4.1.20, because 4.1.20-rt23 is not yet available at a stable URL. The same issues that needed to be patched in 3.14 are still present in 4.1, so update the patches and defconfig accordingly to apply to the new kernel. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-07linux-fslc-imx: Bump revision to deb84cdOtavio Salvador
This merges the 4.1.23 stable release as well as NXP following changes: deb84cd MLK-12722: ASoC: fsl_spdif: clear the validity bit for TX 20de11d MLK-12607: ASoC: fsl-asrc: Add the support of 12kHz and 24kHz af2256b MLK-12464-2: ASoC: wm8960: fix clock is not correct after suspend/resume d51a5af MLK-12464-1: ASoC: fsl: imx-wm8960: Fix no clock after suspend/resume randomly efb83ff MLK-12620 ARM: imx: correct i.MX7D fuse MAC1_ADDR offset address a90438e MLK-12706-3 arm: imx_v7_defconfig: build in bcmdhd b361e5d MLK-12706-2 net: bcmdhd: set the bcmdhd driver default build in d60d208 MLK-12706-1 mmc: sdio: add sdio reset function for bcmdhd wifi 36a8f81 MLK-12705 ARM: imx: add support for i.mx7d TO1.2 busfreq c0433b1 MLK-12685 ARM: dts: imx6sx-sabreauto.dts: improve usdhc4 pad drive strength 92c7757 MLK-12675 ARM: dts: imx: keep RTC enabled for software poweroff c35a5dd MLK-12671 ARM: imx: support single soc config 3b2520f MLK-12617 mmc: Fix compile error when CONFIG_MMC=m d5d7c02 MLK-12623-03 ARM: imx: Add cpu speed grading check for imx6ul b1d1ba8 MLK-12623-02 ARM: dts: imx: Add 700MHz setpoint define in dts 7fe0d46 MLK-12623-01 cpufreq: imx: Add support for 700MHz setpoint in cpufreq a4d2a08 MLK-12277 media: camera: add check for width and height against 0 85a98a0 MLK-12573 ARM: dts: set LCD_nPWREN low to make VLCD_3V3 output 3V3. 3456a58 MLK-10934 mtd: use memcpy to replace the memcpy_fromio d410e45 MGS-1678 [#2269] memleak in GPU driver sysfs interface 160bf92 MA-7715 fix GPU kernel panic reported by android CTS 0e3d9b1 MGS-1630 5.0.11.p8 driver can't pass build with kernel 4.1 on Android M6.0 a52956f MLK-12466 ARM: dts: imx6ul-14x14-evk-usb-certi: add USB certification dts Change-Id: I91b274ccd29c9d52a274599d66e874fa474550bf Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-07linux-imx: Upgrade to 4.1.15-1.1.0Lauren Post
Kernel updates for i.MX 6UltraLite T1.1 silicon. Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-07linux-fslc-imx-rt: Fix URL for patch 3.14.61-rt62Dominic Sacré
Update the URL because patch-3.14.61-rt62.patch.gz got moved to the 'older' subdirectory. The -rt patches are published in the projects/rt/3.14 directory, and are then moved to projects/rt/3.14/older when the next version of the patch is released. Previous versions of this recipe intentionally used "older" patches (even when the latest one would apply) specifically because the URLs remain stable that way. This got broken in the update to 3.14.52-1.1.0 GA. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-mfgtool: Add DATETIME exclusion to avoid taskhash mismatch errorLauren Post
Recent changes in siggen.py check for task hash and generate build errors called Taskhash mismatch when using variables with date and time. Exclude date time variables as done in kernel.bbclass. Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19kernel-module-imx-gpu-viv: Update graphics to 5.0.11-p8.3 versionTom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-imx: Update to latest version 445b81a7Daiane Angolini
Commit 445b81a7 adds the initial support for the Warp7 board. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-imx: Update to 4.1.15-1.0.0 GA based forkOtavio Salvador
This updates the kernel fork for the 4.1.15-1.0.0 GA and merges the 4.1.20 stable release on top of it. Up to now, no extra fixes are applied on top of it but this is likely to change as vendors start to base their work on this tree. Change-Id: I2f7c330b35f7bf2ae916b84147e445b28cb8e829 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-imx: Upgrade to 4.1.15 kernelLauren Post
Upgrade to the 4.1.15-1.0.0_ga release Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-imx-rt: Update URL to fetch RT patch 3.14.61-rt62Julio Cruz
This upgrades the patch from 3.14.58-rt59 to 3.14.61-rt62. Change-Id: If3d0beb989723859bcfce5a95810fb3d8d9e340a Signed-off-by: Julio Cruz <jcsistemas2001@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc-imx: Upgrade to the 3.14.52-1.1.0 GA based forkOtavio Salvador
The FSLC kernel fork has been updated for the 3.14-1.52-1.1.0 GA release. It is a consolidated release covering all i.MX active product lines covering: - i.MX6QDL - i.MX6SL - i.MX6SX - i.MX6UL - i.MX7D The patch also updates the linux-fslc-imx-rt flavour for the very same kernel fork and ensures people uses the built-in Vivante GPU driver, when using the Linux RT support, as the external kernel module does not support it yet. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-imx: Upgrade to 3.14.52-1.1.0_ga Consolidatd GA releaseLauren Post
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19kernel-module-imx-gpu-viv: Upgrade to 5.0.11.p7.4 versionNeena Busireddy
Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19linux-fslc (4.4): Introduce Linux 4.4 kernelStefan Agner
Introduce Linux 4.4 based vanilla Linux kernel. This version allows to use the DRM DCU driver on Vybrid (with some additional patches). Also enable PWM support through Vybrid's FlexTimer module, and update the defconfigs. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>