summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fsl-dynamic-packagearch.bbclass: Fix spelling error in print messageTom Hochstein2016-11-231-1/+1
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qpsabresd: Set u-boot-imx as u-boot PREFERRED_PROVIDERFabio Berton2016-11-181-0/+3
| | | | | | | | u-boot-fslc doesn't support mx6qpsabresd and we need to use u-boot-imx as default bootloader. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Enable TRACER supportFabio Berton2016-11-181-1/+1
| | | | | | | | | | Fix warning: WARNING: lttng-modules-2.8.0+gitAUTOINC+6e4fc6f36d-r0 do_package: lttng-modules: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Enable TRACER supportFabio Berton2016-11-181-1/+1
| | | | | | | | | | Fix warning: WARNING: lttng-modules-2.8.0+gitAUTOINC+6e4fc6f36d-r0 do_package: lttng-modules: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: do not pass -DEGL_API_FB=1 for x11 in distro featuresAndreas Müller2016-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sympthoms: * qml applications complain/crash with 'Failed to create OpenGL context...' * qt5-opengles2-test hangs forever without displaying anything * analysis: qtbase's configure complains: <...>/usr/include/EGL/eglvivante.h:117:16: note: class type '_FBDisplay' is incomplete and configure ends up with no X11 support: EGLFS ................ no EGLFS i.MX6 ........ no EGLFS i.MX6 Wayland. no EGLFS EGLDevice .... no EGLFS GBM .......... no EGLFS Mali ......... no EGLFS Raspberry Pi . no EGLFS X11 .......... no LinuxFB .............. no Mir client............ no XCB .................. yes (system library) EGL on X ........... no * background: '-DEGL_API_FB=1' was introduced in commit 62c8d8cc6500711464049662489729f208240be8 Author: Martin Jansa <martin.jansa@gmail.com> Date: Mon Feb 29 18:22:28 2016 +0100 qtbase: Allow to build eglfs with x11 in DISTRO_FEATURES * even when x11 is in DISTRO_FEATURES someone might configure qtbase to build with eglfs, that works OK with Qt 5.5.1, because -DEGL_API_FB=1 is also passed through mkspecs/devices/linux-imx6-g++/qmake.conf but with 5.6 and 5.7 it fails when X11 headers are include with their own Status enum (the same errors like before https://codereview.qt-project.org/#/c/105116/2) Adding -DEGL_API_FB=1 like linux-imx6-g++/qmake.conf does is simplest workaround to prevent imx-gpu-viv from including Xlib from EGL/eglvivante.h * comments on original commit (at today's' environment): * it breaks GL support for X11 * in meta-freescale's qtbase.bbappend eglfs is disabled explicitly when x11 in DISTRO_FEATURES so it seems that vivante driver does not support eglfs and x11 at the same build. Tested: setting 'eglfs' in PACKAGECONFIG builds fine but bare eglfs support is skipped. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Add imxgpu2d override to SRC_URIFabio Berton2016-11-161-1/+1
| | | | | | | | We can't append SRC_URI here without using an override because it add patches for all machines, including non imx machines, e.g QEMU machines. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to 615fdbcFabio Berton2016-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes following change: - 615fdbc Merge remote-tracking branch 'origin/master' into 2016.11+fslc - 38cacda Merge branch 'master' of git://git.denx.de/u-boot-tegra - a8d0526 ARM: tegra186: call secure monitor for all cache-wide ops - 1ab557a armv8: add hooks for all cache-wide operations - b9ae641 ARM: tegra: translate __asm_flush_l3_cache to assembly - 6db8e17 ARM: tegra: ensure nvtboot_boot_x0 alignment - d8c4eb6 Merge branch 'master' of git://git.denx.de/u-boot-net - aa555fe net: use random ethernet address if invalid and not zero - 6ecf9e2 net: mvgbe: Fix build error with CONFIG_PHYLIB - f018545 net: phy: micrel: center FLP burst timing at 16ms - 2162245 ARM: tegra: enable Ethernet on p2771-0000 - 31c1ff9 ARM: tegra: add DWC EQoS (ethernet) to Tegra186 DT - 2b950f3 ARM: tegra: configure Ethernet address on Tegra186 - 86919a2 ARM: tegra: add SoC-level hook for board_late_init() - ba4dfef net: add driver for Synopsys Ethernet QoS device - afb970f dt: net: add DWC EQoS binding - dac09fc wandboard: Make Ethernet functional again - 0f7c6cd mkimage: Allow including a ramdisk in FIT auto mode - baade49 travis-ci: Try harder to build all ARM targets - e0f2406 buildman: Fix building based on 'options' field - 4b6035d mx6sabresd: Make Ethernet functional again - 97bb1f0 engicam: icorem6: Fix config files - 68fd5c1 armv8: define get_ticks() for the ARMv8 Generic Timer - 8add679 doc: update README.arm64 - 2a380cc tools: imximage: check return value when open the plugin file - ae3de0d image: Protect against overflow in unknown_msg() - eb9e699 colibri_pxa270: drop lzma support for space reason - eef55e5 Merge branch 'master' of git://git.denx.de/u-boot-usb - dd93a8e dfu: align array in dfu_get_dev_type with enum dfu_device_type - dbdc274 cmd: dfu: Add error handling for board_usb_init - 7fd1173 Merge git://git.denx.de/u-boot-rockchip - 4594ac0 rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT - 3f3e1e3 rockchip: doc: add GPT partition layout - 7f35bbb rockchip: use rockchip linux partitions layout - 612a2a0 dts: rk3288: remove node in dmc which not need anymore - 7d6c78f rk3288: sdram: auto-detect the capacity - cd2f6b8 rk3288: config change for enable dram capacity auto-detect. - 0717dde evb-rk3399: config: set emmc as default boot dev - 1b64a05 rk3288: fix reg address for GRF_SOC_CON2 - 27b95d2 rk3399: disable the clock multiplier support when SoC init - 5564ed5 rockchip: rk3288: Move rockchip_get_cru() out of the driver - c8a6bc9 rockchip: rk3399: Move rockchip_get_cru() out of the driver - 92ac73e rockchip: rk3036: Move rockchip_get_cru() out of the driver - 8dfb4a2 clk: rk3399: fix rockchip_get_cru - 6016982 rockchip: RK3288 needs fdt and initrd below 256M now Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qe-ucode: Add B variable to SOURCE parameter in install commandFabio Berton2016-11-141-2/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fm-ucode: Add B variable to SOURCE parameter in install commandFabio Berton2016-11-141-2/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-imx-rt: Upgrade to 4.1-2.0.x GADominic Sacré2016-11-142-12/+15
| | | | | | | | Upgrade to revision 176c482, and apply patch 4.1.35-rt41 on top of it. Refresh defconfig for the new kernel version. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libimxvpuapi: Update to version 0.10.3Carlos Rafael Giani2016-11-091-1/+1
| | | | | | | | | | | | | | | | Changes: - properly pass on color format in simplified JPEG encoder interface - add alternative write-callback-style encoding mode also add encode example variant which uses write-callback style output - add support for "fake grayscale mode" in encoders this is done by using I420 internally and filling the U and V planes with 0x80 bytes - make sure JPEG quantization table is copied in standardized zig zag order the VPU does not, so this has to be done explicitely Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gst1.0-plugin: configure for available platforms onlyMax Krummenacher2016-11-091-4/+3
| | | | | | | | | | | For the MACHINEOVERRIDES "mx6dl" and "mx6q" PLATFORM is set to MX6DL and MX6Q, respectively, resulting in the following error from the configure script: | configure: error: No target platform specified! | Use ./configure PLATFORM=(MX6/MX6QP/MX6SL/MX6SX/MX6UL/MX7D) to retry Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump revision to 8d6e2d5Fabio Berton2016-11-051-1/+1
| | | | | | | This commit merges tag v4.8.6 into 4.8.x+fslc Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to 854bc28Fabio Berton2016-11-051-1/+1
| | | | | | | | This commit merges tag v2016.11-rc3 into 2016.11+fslc and prepares to v2016.11 release. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Fix build error on non-GPU SoCYuqing Zhu2016-11-052-1/+456
| | | | | | | | | | | 1. Add directviv and g2d check in configure.ac 2. Add compile marcos in glupload and gldownload 3. Now, these patches can be applied on all imx SoC, no need to add filter. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Support fb backend for gl pluginsYuqing Zhu2016-11-058-6/+765
| | | | | | | | | 1. Add fb support in glimagesink 2. Override set_render_rectangle() to support resize Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mgftool: Fix taskhash changed errorRichard Purdie2016-11-031-0/+11
| | | | | | | | | | | We need to expand KERNEL_VERSION at runtime, not at parse time. The class extension code can expand variables early so remove the variable from the datastore temporarily. Change-Id: Ic0c8c8f62447e8368ce19c2420812f75009a295f Reported-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq: fix CVE-2016-5696Adrian Dudau2016-10-313-0/+203
| | | | | | | | | | | | | | | | | | | | net/ipv4/tcp_input.c in the Linux kernel before 4.7 does not properly determine the rate of challenge ACK segments, which makes it easier for man-in-the-middle attackers to hijack TCP sessions via a blind in-window attack. References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5696 https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id=5413f1a526d2d51d7a5768133c90936c017165c6 https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id=72c2d3bccaba4a0a4de354f9d2d24eccd05bfccf (This a follow-up to "tcp: make challenge acks less predictable) Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Use GStreamer 1.0 plugins for all mx6 and mx7 machinesFabio Berton2016-10-311-2/+6
| | | | | | | | Set MACHINE_GSTREAMER_1_0_PLUGIN variable to use gstreamer1.0-plugins-imx-meta for all mx6 and mx7 machines. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: Add support for all mx6 and mx7 machinesFabio Berton2016-10-311-1/+1
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gst1.0-plugin: Add support for all mx6 and mx7 machinesFabio Berton2016-10-311-5/+10
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Set extra audio support for all mx6 and mx7 machinesFabio Berton2016-10-311-1/+7
| | | | | | | | Install imx-alsa-plugins as MACHINE_EXTRA_RRECOMMENDS for all mx6 and mx7 machines on distros that have alsa feature. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-alsa-plugins: Add support for all mx6 and mx7 machinesFabio Berton2016-10-311-4/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-base: Refactor code to use the new overridesOtavio Salvador2016-10-281-7/+10
| | | | | | | | The recipe has been reworked to use the 'imxpxp' and 'imxvpu' feature overrides. Change-Id: Ib2e23d965dbad45bb8246493a79c1d3320866170 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Refactor code to use the new overridesOtavio Salvador2016-10-281-14/+15
| | | | | | | | The recipe has been reworked to use the 'imxgpu2d' and 'imxgpu3d' feature overrides. Change-Id: Ib91231cfaff479cd185741b12ff8da56145e6327 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Fix typo on PV variableFabio Berton2016-10-271-1/+1
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump revision to 6a4464cFabio Berton2016-10-271-1/+1
| | | | | | | | | This includes following change: - 6a4464c ARM: dts: imx53-qsb: Fix regulator constraints Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-imx: Enable TRACER supportFabio Berton2016-10-271-1/+1
| | | | | | | | | | Fix warning: WARNING: lttng-modules-2.8.0+gitAUTOINC+6e4fc6f36d-r0 do_package: lttng-modules: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump revision to f009921Fabio Berton2016-10-271-1/+1
| | | | | | | | | | This upgrades the Linux kernel to 4.8.4 release and apply the following change on top of it: - f009921 net: fec: Call swap_buffer() prior to IP header alignment 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 176c482Fabio Berton2016-10-271-1/+1
| | | | | | | | | | This commit merge v4.1.35 into 4.1-2.0.x-imx and includes following change: - 176c482 net: fec: Call swap_buffer() prior to IP header alignment Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Freescale-Binary-EULA: add license fileTing Liu2016-10-271-0/+115
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Fix MRT cannot work in GLES3.0Yuqing Zhu2016-10-272-0/+169
| | | | | | | | | 1. Add #ifdefine Marco to avoid redefinition of GL_COLOR_ATTACHMENT(1,2). 2. Change to use glBlitFramebuffer for textures copy. glCopyTexImage2D cannot work because we cannot get texture internal format. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: work around for no frame when imxplayer using ↵Yuqing Zhu2016-10-272-0/+64
| | | | | | | | | | glimagesink Workaround: Change parent window of internal_window in window_show function. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: convert YUV to RGB using directvivYuqing Zhu2016-10-272-0/+171
| | | | | | | | Add a property "disable_passthrough" in glcolorconvert for enable/disable passthrough. When need convert YUV to RGB with directviv, set it to be TRUE. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Accelerate gldownload with directviv APIYuqing Zhu2016-10-275-0/+1239
| | | | | | | | | | 1) Propose a physical buffer pool to upstream in gldownload 2) Bind the physical buffer with texture via dirctviv 3) In gldownload, wrap the physical buffer to gstbuffer, pass to downstream plugins. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve playback ↵Yuqing Zhu2016-10-272-0/+439
| | | | | | | | | | | | | | performance 1.Add a physical buffer uploader in glupload plugin and using viv direct texture to bind physical continious buffer with texture to avoid memory copy from videobuffer to texture to gain good performance. 2.Reduce glimagesink load latency by override glimagesink ALLOCATION query to avoid memory copy. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Change wayland default res to 1024x768Yuqing Zhu2016-10-272-0/+47
| | | | | | | | | In our release, the default display is full screen in LVDS. The 1024x768 resolution will be better in testing for our release platform. So change it from 320x240 to 1024x768. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-demos: Refactor to use the new i.MX feature overridesTom Hochstein2016-10-271-3/+12
| | | | | | | | Configure the package using the existence of 2D and/or 3D hardware. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-demos: Fix configuration for Wayland on i.MXTom Hochstein2016-10-271-4/+3
| | | | | | | | If distro features contains wayland, we assume a wayland backend and configure the package accordingly. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa-demos: Make package configuration specific to i.MXTom Hochstein2016-10-271-1/+1
| | | | | | | | Changes to the package configuration should be applied only to i.MX builds. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to the 2016.11-based forkFabio Berton2016-10-272-6/+6
| | | | | | | | | | | | | | | | | | | | | | This updates for the upcoming 2016.11 release. This is based on top of 2016.11-rc2 plus the following changes: - c7f1e5 embestmx6boards: Use PARTUUID to specify the rootfs location - 0c0dcb8 mx6cuboxi: Change finduuid to find on first partition - caf0311 wandboard: Change finduuid to find on first partition - aeb1be5 mx6cuboxi: Use PARTUUID to specify the rootfs location - 1bcfc34 wandboard: Use PARTUUID to specify the rootfs location - 6d6dba9 wandboard: Set fdt based on board_rev and board_name - 69176f6 warp: Change default bootenv configuration - 4d31a07 mx6sabresd: Enable video interfaces in bootargs - 9904cfb iMX6: Change mmcroot to use fixed mmc block index for USDHC - 77f6c08 embestmx6boards: Change default bootenv configuration - 1e89967 mx6sabresd: Use LDO dtb file until LDO bypass support is added - d434e1b 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>
* README: Remove subject-prefix from git format-patch commandFabio Berton2016-10-271-1/+1
| | | | | | | | | | | Removing --subject-prefix='meta-freescale][PATCH']' from git format-patch the generated patch will be created with default subject as shown bellow: Subject: [PATCH] README: Remove subject-prefix from git format-patch command Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to 0dbe853Fabio Berton2016-10-191-1/+1
| | | | | | | | | | | | | This includes following changes: - 0dbe853 embestmx6boards: Use PARTUUID to specify the rootfs location - 7b2aeb5 mx6cuboxi: Change finduuid to find on first partition - 163cc05 wandboard: Change finduuid to find on first partition - 72531ef Revert "Revert "embestmx6boards: convert to use config_distro_bootcmd.h"" Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* wic: imx-uboot-spl: Change u-boot suffix to imgFabio Berton2016-10-191-1/+1
| | | | | | | Currently all machines that use SPL are using u-boot.img. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* wic: Change wks files pathFabio Berton2016-10-193-0/+0
| | | | | | | | WKS_SEARCH_PATH searches inside scripts/lib/wic/canned-wks, rename scripts/lib/image/canned-wks/ to scripts/lib/wic/canned-wks/. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* wic: Change reference wks files to avoid /boot partition useOtavio Salvador2016-10-193-21/+18
| | | | | | | | | | | For the sake of user-friendness we will avoid the use of /boot partition. The use of wic images, using this layout, is simpler as it does not require manual setting of IMAGE_BOOT_FILES and thus allow for generic use across different machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to 157ec06Fabio Berton2016-10-181-1/+1
| | | | | | | | | | | | | | | This includes following changes: - 157ec06 mx6cuboxi: Use PARTUUID to specify the rootfs location - 1009975 wandboard: Use PARTUUID to specify the rootfs location - 7616d99 configs: wandboard: Set fdt based on board_rev and board_name - 9128164 Revert "Revert conversion for config_distro_bootcmd.h" - 0012fc2 Prepare v2016.09.01 - 7148ad9 Revert "image-fit: switch ENOLINK to ENOENT" - 8303828 Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL" Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Add i.MX 6ULL base settingsOtavio Salvador2016-10-181-1/+13
| | | | | | | | | | | | | | The i.MX 6ULL BSP base settings, this includes: - MACHINEOVERRIDES_EXTENDER for has PXP and EPDC display support; - UBOOT_ENTRYPOINT for uImage support; - DEFAULTTUNE so it uses cortexa7thf-neon by default; - MACHINE_SOCARCH_SUFFIX to share binaries with i.MX6UL; - Graphics preference to use software rendering; - MACHINE_FIRMWARE to include firmware-imx-epdc; - Default Linux kernel for linux-fslc-imx; Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fm-ucode: update license to Freescale-Binary-EULATing Liu2016-10-181-3/+3
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qe-ucode: update license to Freescale-Binary-EULATing Liu2016-10-181-3/+3
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>