summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gstreamer1.0-plugins-imx: Update to version 0.13.0Carlos Rafael Giani2017-11-281-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * New imxv4l2videosink element Currently only supports input physically contiguous memory blocks as input (so, for example, no videotestsrc) * New Pango-based overlay elements using G2D for rendering * gstimxcommon library is now public Necessary when implementing external sinks to retrieve the mapped physical memory address from gstreamer buffers (NOTE: ABI may change in the next few releases until this is stabilized) * New optional ability to use GstPhysMemory from gst-plugins-bad * imxv4l2videosrc: * Add checks for V4L XRGB555X and GStreamer NV61 pixel formats * Add UYVY support and make it the new default UYVY works better with IPU-based deinterlacing, since with I420, deinterlaced frames may exhibit a green band at the bottom, which is apparently an IPU bug related to the plane offsets. * Fix compile prior to Gstreamer 1.3.1 * v4l2_buffer_pool: Add special case for tw6869 driver The tw6869 driver requires a different physical address to allow DMA'able buffers for decreasing latency between chip and display * v4l2src: add fractional "fps" property (obsoletes the "fps-n" property) * Add GstImxV4l2Meta init function This avoids the g_assert() that was caused by the missing init function * Add num-additional-buffers property This can be useful if capturing video isn't smooth; it sets the number of internal additional buffers, so if downstream consumes too many buffers, imxv4l2videosrc might end up doing a blocking wait until buffers are returned * imxv4l2src plugin is now called imxv4l2video, because it also contains imxv4l2videosink Also, the v4l2 elements can be enabled/disabled in the build configuration individually now * compositor: * Clear output also if the input format has an alpha channel * Only copy compositor input buffers to DMA memory once If a single input frame is used for multiple output frames, we would otherwise copy multiple times which can easily go to the limit of the memory bandwidth * vpu: * Fix leak causd by missing GstVideoCodecState unref * Release decoder context GCond during flush to fix potential deadlock * Add memory tag to VPU framebuffer meta to avoid meta related crashes * Add support for GRAY8 frames as a "fake grayscale mode" Grayscale is actually encoded as I420, with the U and V planes filled with 0x80 bytes. This feature also makes libimxvpuapi 0.10.3 the new minimum requirement. * Remove 8-pixel alignment from width & height sinkcaps * Framebuffer array: fix memory leak if we got out of memory * Handle releasing of buffers without assigned framebuffer This can happen if the buffer is released before it was actually used, e.g. when renegotiating at the very beginning; prevents a crash that would otherwise occur * Add parameter check to avoid encoder crash on flush * g2d: * Always enable blending if the input frames have an alpha channel G2D automatically makes use not only of global alpha, but also of per-pixel alpha. Therefore, it makes sense to enable blending even if global alpha is set to 255, as long as the input frames have an alpha channel. Such blending is useful for composing a video frame with some partially-transparent overlays for example (not to be confused with hardware overlays though). * Add build configuration switches to explicitely specify G2D include and library paths * Disable cacheable memory allocation Several issues were reported with cacheable DMA memory, so it is turned off, at least for now * blitter: * Add property to clear screen to black in blitter sinks * Add output-rotation property to videotransform base class * audio: * Fix SIGFPE when restarting mp3 encoder * Fix reference counting for caps * Mark static codec caps as may be leaked This gets rid of the false positive in the leak tracer * misc: * Update waf to 1.9.3 to fix compilation with Python 3.4+ Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump revision to a4f7f0ac8250Fabio Berton2017-11-211-1/+1
| | | | | | | | | | This commit merge tag v4.14.1 into 4.14.x+fslc and apply the following commit on top of it: - a4f7f0ac8250 Revert "spi: imx: Fix failure path leak on GPIO request error" Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: 4.14: Bump revision to c4404197b0b2Fabio Berton2017-11-211-1/+1
| | | | | | | This commit merge tag Linux 4.14. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq_4.4: Reorder kernel configureChunrong Guo2017-11-211-1/+1
| | | | | | | *use the correct kernel configure order to avoide some configure option is missing Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq_4.9: Reorder kernel configureChunrong Guo2017-11-211-1/+1
| | | | | | | *use the correct kernel configure order to avoide some configure option is missing Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Revert "xf86-video-imxfb-vivante: Change SRC_URI to point to git"Otavio Salvador2017-11-202-6/+4
| | | | | | | | | This reverts commit fb66d5010363083ea8d84160b74c62dad67f9a13. The commit does an upgrade to the driver without upgrading the other components. We are reverting this as it must be part of the GPU upgrade patchset. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa: Remove /usr/lib/pkgconfig/wayland-egl.pcFabio Berton2017-11-161-0/+4
| | | | | | | | The file /usr/lib/pkgconfig/wayland-egl.pc is installed by imx-gpu-viv and we need to remove from mesa. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: Add Xorg configuration for i.MX 6SLL and 7ULPTom Hochstein2017-11-162-0/+27
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* piglit: Remove redundant dependencyTom Hochstein2017-11-161-1/+0
| | | | | | | The dependency on virtual/egl is in the base recipe now. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* eglinfo-fb: Use generic headerTom Hochstein2017-11-162-0/+34
| | | | | | | Use eglplatform.h rather than vendor-specific eglvivante.h. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: Extend ARM support to mx7Tom Hochstein2017-11-161-0/+35
| | | | | | | | Apply the same xf86drm.h change made for mx6 to mx7. The recipe is already extended by using imxgpu2d as filter. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012afrdm-32b: update DTB_LOADChunrong Guo2017-11-161-1/+1
| | | | | | | *DTB_LOAD address is 0x90000000 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012ardb-32b: update DTB_LOADChunrong Guo2017-11-161-1/+1
| | | | | | | *DTB_LOAD address is 0x90000000 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* openssl-qoriq: update recipesChunrong Guo2017-11-1650-8305/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Update URL to fetch qoriq-open-source github *Update to b9e6572 This includes the following changes: b9e6572 - eng_cryptodev: add support for TLS algorithms offload b3a3bab - Prepare for 1.0.2l release 539c4d3 - make update cde19ec - Update CHANGES and NEWS for new release 8ded5f1 - Ignore -rle and -comp when compiled with OPENSSL_NO_COMP. Fixes make test when configured with no-comp. d130456 - Fix regression in openssl req -x509 behaviour. 7c300b9 - Remove notification settings from appveyor.yml b020bf6 - Remove dead code. ea3fc60 - Copy custom extension flags in a call to SSL_set_SSL_CTX() 4ae5993 - perlasm/x86_64-xlate.pl: work around problem with hex constants in masm. 16d78fb - Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAME 6b8fa5b - RT2867: des_ede3_cfb1 ignored "size in bits" flag 5453820 - Fix URL links in comment d2335f3 - Fix time offset calculation. 13f70ae - Check fflush on BIO_ctrl call de46e82 - Remove unnecessary loop in pkey_rsa_decrypt. b99f102 - check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AAD fb2345a - Annotate ASN.1 attributes of the jurisdictionCountryName NID 60a70a5 - Fixed typo in X509_STORE_CTX_new description 74bcd77 - Numbers greater than 1 are usually non-negative. e8f2e2f - pkeyutl exit with 0 if the verification succeeded 71d66c4 - Additional check to handle BAD SSL_write retry a91bfe2 - crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X. 3f524f7 - Ensure dhparams can handle X9.42 params in DER 1f3b0fe - Add missing macros for DHxparams 248cf95 - Fix for #2730. Add CRLDP extension to list of supported extensions d75c56f - Free the compression methods in s_server and s_client 4bc46d - doc: Add stitched ciphers to EVP_EncryptInit.pod 8625e92 - doc: Add missing options in s_{server,client} 62f488d - Fix the error handling in CRYPTO_dup_ex_data. 144ab9b - Add documentation for SNI APIs *Openssl git includes all qoriq patches so remove qoriq patches folder Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cryptodev: update recipesChunrong Guo2017-11-1610-1067/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Update URL to fetch qoriq-open-source github *Update to f365c69d785 This includes the following changes: f365c69 - add support for composite TLS10(SHA1,AES) algorithm offload ec25290 - check session flags early to avoid incorrect failure modes 6213ae5 - add support for RSA public and private key operations 3245b0f - move structure definition to cryptodev_int.h 00a6861 - remove unnecessary header inclusion 1d7c848 - fix type of returned value a705360 - convert to new AEAD interface in kernels v4.2+ c2bf0e4 - refactoring: relocate code to simplify later patches 20dcf07 - refactoring: split big function to simplify maintainance 87d959d - Release version 1.9 6818263 - Fix ablkcipher algorithms usage in v4.8+ kernels 26e167f - zc: Use the power of #elif 2b29be8 - adjust to API changes in kernel >=4.10 2dbbb23 - do more strict code checking to avoid maintenance issues 88223e4 - avoid implicit conversion between signed and unsigned char 8db6905 - use buf_align macro to reduce code duplication b6d0e0f - rename header file to clarify purpose 1fd6062 - fix warnings of "implicit declaration of function" in async_speed ff3c8ab - remove not used local variables 25a1276 - fix incorrect return code in case of error from openssl_cioccrypt e7ef4ea - Merge pull request #17 from michaelweiser/gup_flags 99c6d21 - fix ignored SIGALRM signals on some platforms 71975fa - setting KERNEL_DIR is not necessary to build tests a96ff97 - fix issues with install target *Cryptodev-linux git includes all sdk patches so remove sdk patches folder Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-itbimage: itbimage instead of fitimageChunrong Guo2017-11-161-13/+13
| | | | | | | | *Using one unified name to its and image bin 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>
* linux-qoriq_4.4: remove do_install and do_deploy for qoriq-armChunrong Guo2017-11-161-11/+0
| | | | | | | | | *qoriq-arm support kernel itb types so remove do_deploy and do_install for zImage 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>
* iproute2: add bbappendChunrong Guo2017-11-101-0/+5
| | | | | | | | *install head file of iproute2 So that we can use them outside of iproute2 package Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ceetm: update recipesChunrong Guo2017-11-101-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Fix wrong md5sum of license file fix the below error: |ERROR: ceetm-git-r0 do_populate_lic: QA Issue: ceetm: The LIC_FILES_CHKSUM does not | match for file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287 *Change git repository URL *Update to f58304d This includes the following changes: f58304d - Update Copyright owners 6fe89a0 - ceetm: use IPROUTE2_DIR in build include path for LSDK 896094f - ceetm: update include path for LSDK/flex-builder 74f2393 - ceetm: fix small compiler warnings 20be45f - ceetm: restructure sources for LSDK integration *Add iproute2 on DEPENDS because ceetms compile depend heard file in iproute2-dbg package *Update EXTRA_OEMAKE set *Fix the installation directory fix the below error: |cp: cannot stat 'aarch64-qoriq-poky-linux/ceetm/git-r0/git/bin/q_ceetm.so': No such file or directory *Update COMPATIBLE_MACHINE for ls2088a and ls1088a Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Set PACKAGECONFIG_GL for imxgpu2d and imxgpu3dFabio Berton2017-11-101-0/+2
| | | | | | | | | Commit 3304733d6736c6ed04620daf513361a26a71ea1b removed patches and PACKAGECONFIG_GL, but actually we need to keep PACKAGECONFIG_GL and remove only patches. So, add back PACKAGECONFIG_GL gstreamer1.0-plugins-bad. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls2088ardb: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls2080ardb: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1088ardb: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb-32b: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1043ardb: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1043ardb-32b: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012ardb: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012ardb-32b: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | *make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012afrdm: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | * make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012afrdm-32b: update KERNEL_DEFCONFIGChunrong Guo2017-11-101-1/+1
| | | | | | | * make config need relative path KERNEL_DEFCONFIG Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012afrdm-32b: add itbimage supportChunrong Guo2017-11-101-0/+6
| | | | | | | | | | | *add KERNEL_CLASSES and KERNEL_IMAGETYPES *add DTB_LOAD *add UBOOT_ENTRYPOINT Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012ardb-32b: add itbimage supportChunrong Guo2017-11-101-0/+6
| | | | | | | | | | | *add KERNEL_CLASSES and KERNEL_IMAGETYPES *add DTB_LOAD *add UBOOT_ENTRYPOINT Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq_4.4: merge config fragments support make configChunrong Guo2017-11-101-7/+8
| | | | | | | | *Sometimes kernel configure option is missing if merge kernel config with merge_config.sh so merge config fragments support make config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq_4.9: merge config fragments support make configChunrong Guo2017-11-101-8/+9
| | | | | | | | *Sometimes kernel configure option is missing if merge kernel config with merge_config.sh so merge config fragments support make config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ppfe-firmware: update recipesChunrong Guo2017-11-101-1/+12
| | | | | | | | | | | *Deploy the binary in ls1012a/u-boot/ folder as it is standalone The ppfe-firmware is a standalone tool, deploy the binary like other images like u-boot/kernel/rcw. *fix missing binary in ls1012a/u-boot/ folder Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012afrdm: add itbimage supportChunrong Guo2017-11-101-0/+6
| | | | | | | | | | | *add KERNEL_CLASSES and KERNEL_IMAGETYPES *add DTB_LOAD *add UBOOT_ENTRYPOINT Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012ardb: add ppfe-firmware to EXTRA_IMAGEDEPENDSChunrong Guo2017-11-101-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012afrdm: add ppfe-firmware to EXTRA_IMAGEDEPENDSChunrong Guo2017-11-101-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: update to 43c79c9Chunrong Guo2017-11-101-1/+1
| | | | | | | 43c79c9 - rcw: ls1088aqds: Add RCW PBL_QSPI_1600_700_2100_0x15_0x0d.bin Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: update to c249f5fChunrong Guo2017-11-101-1/+1
| | | | | | | | | | | | c249f5f - ls1088aqds: Add CONFIG_SGMII_PHYLIB in header file for QDS 64169db - armv8: ls1088: introduce CONFIG_SGMII_PHYLIB 002dc70 - driver: net: ldpaa_eth: Add PHY-less SGMII support 44a294b - drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire() 0ca9091 - armv8: fsl-layerscape: Fix MC reserved memory calculation fbedf04 - armv8: Workaround for USB erratum A-009007 on LS1088A Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to 4.14-based forkFabio Berton2017-11-061-3/+3
| | | | | | | | | | | | | | | | | | This upgrades the Linux kernel to the 4.14-rc7 release and apply the following commits on top of it: - bd340b0f7370 Merge remote-tracking branch 'arm/imx/soc' into 4.14.x+fslc - 2b31720933b3 Merge remote-tracking branch 'arm/imx/dt64' into 4.14.x+fslc - 350ccd8d477a Merge remote-tracking branch 'arm/imx/dt' into 4.14.x+fslc - d91c795abd16 Merge remote-tracking branch 'arm/imx/defconfig' into 4.14.x+fslc - 5f479447d983 Merge tag 'pm-urgent-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm - b39ab98e2f47 Mark 'ioremap_page_range()' as possibly sleeping - daea3daaf9d5 Merge tag 'mmc-v4.14-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc - 1960e8eabcba Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 - 2a9a86d5c813 PM / QoS: Fix default runtime_pm device resume latency Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fmc: set EXTRA_OEMAKE_PLATFORM for ls1088aChunrong Guo2017-11-061-0/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012ardb : add itbimage supportChunrong Guo2017-11-061-0/+6
| | | | | | | | | | | *add KERNEL_CLASSES and KERNEL_IMAGETYPES *add DTB_LOAD *add UBOOT_ENTRYPOINT Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ppfe-firmware: update recipesChunrong Guo2017-11-061-2/+2
| | | | | | | | | | | | | *update SRC_URI *update to 97cd13d include the following changes: 97cd13d - DNCPE-372 Add ls1012a sbl firmware itb 4089bcf - DNCPE-372 Update binary files 4943138 - DNCPE-372 Update binary files Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fmc: update to 8c9f127Chunrong Guo2017-11-061-1/+1
| | | | | | | | *include the following changes: 8c9f127 - FMC cleanup fix - first version Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cst :update to 5e0ce70Chunrong Guo2017-11-061-1/+1
| | | | | | | | *include the following changes: 5e0ce70 - Separate secboot_hdrs.bin for different boot typt Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fmlib: update to 95f34b1Chunrong Guo2017-11-061-1/+1
| | | | | | | | | *include the following changes: 95f34b1 - Extend FM MAC Statistics with frame size counters (request from Nokia) 97dd99c - FMC cleanup fix - first version Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* restool: update to 8f08b9dChunrong Guo2017-11-061-1/+1
| | | | | | | | | | | | | | *include the following changes: 8f08b9d - scripts: remove symbolic links from repo a22e095 - Makefile: change instalation path to $(DESTDIR)/usr/local/bin 9279f35 - Makefile: remove useless assignments b92d1e1 - Makefile: do not force a specific hash style fbea3ee - Makefile: create restool as a dynamically linked binary 1546b8a - Makefile: automatically generate list of source files 7ef0194 - remove unused variables Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>