summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-11-28 16:38:00 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-11-29 18:05:53 -0200
commit162529c806dcf7e185fcda115834efa52ab138fb (patch)
tree957a4670c995c43fbebd21fe46ac7443dd200e65
parent67971dccc369e0d0d5059495b168f1609317bcc9 (diff)
downloadmeta-freescale-162529c806dcf7e185fcda115834efa52ab138fb.tar.gz
u-boot-fslc: Upgrade to 2017.11-based fork
This includes following changes on top of 2017.11 tag: ca0c3f3fac configs: icore-rqs: Enable falcon mode c39e5ad9ad engicam: imx6q: Return mmc dev 0 for icore 7953884755 i.MX6: engicam: Add imx6q/imx6ul boards for existing boards 924ac4a9ac board: icore-rqs: Fix mmc get env device 1caace2d74 i.MX6UL: icore: Add SPL_OF_CONTROL support 655f153b7c pinctrl: imx6ul: Fix pinctrl data overlapped with DT area 735b8429cf i.MX6Q: icore: Add SPL_OF_CONTROL support e2aee01772 i.MX6Q: icorem6: Move spl load fit to common/spl 7265424b4b i.MX6: engicam: Move set_fdt_file to common 676484d0f5 mx6sxsabresd: Use PARTUUID to specify the rootfs location c685436fb6 imx: Remove boolean parameter from wdog powerdown function dfd399d4b2 imx: Also clear powerdown enable bit for WDOG3 on i.MX6ULL 21e5b103ee mx6ull: Fix WDOG3 base address 28a06c12ca envtools: make sure version/timestamp header file are available 5a3afcb579 mx6sabreauto: Remove unneeded SPL selection a80c8e3c7a mx6: Select MX6QDL option via Kconfig 7c9d795887 mx53: Add Board support for GE PPD a7dbf3c3a4 board: ge: make VPD code common fd7ab796b5 rtc: add support for s35392a efc51f73e3 bootcount: add support for bootcounter on EXT filesystem 8b0c1c4d23 arm: mx5: Add more register definitions 29e5e9df46 pwm: imx: Enable PWM support on i.MX53 02cc3e8037 ext4: recover from filesystem corruption when reading 4c530ec27c imx: mxc_i2c: tweak the i2c transfer method 87d4563bbd Revert "wandboard: Remove unnecessary delay" 913c93d432 pico-imx6ul: Use FS_GENERIC load command bd7c72d0e2 pico-imx6ul: Add function to create gpt partitions 1bd87551eb pico-imx6ul: Define partition layout in the environment 6d2499a223 pico-imx6ul: Add boot and rootfs dfu_alt_info 114501165b pico-imx6ul: Use PARTUUID to specify the rootfs location 9a6f8019f6 pico-imx6ul: Move dfu_alt_info to CONFIG_DFU_ENV_SETTINGS variable 0b20df36bc mx25pdk: Change root to use a single partition layout 2dcd3eeeff pico-imx7d: Enable booting from single partition d6008b2e1a pico-imx7d: Replace fatload command 7fe81082a3 pico-imx7d: Add support for secure boot f960fe77df mx6sabre_common: Place video related settings in common code f4998c99d4 mx6sabre_common: Dynamically change the video output c3e252e8ca mx6sabresd: Enable video interfaces in bootargs c94a211847 mx6sabresd: Use LDO dtb file until LDO bypass support is added 3abd094faf mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2017.11.inc (renamed from recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc)6
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.09.bb)0
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb)0
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2017.11.bb (renamed from recipes-bsp/u-boot/u-boot-fslc_2017.09.bb)0
4 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2017.11.inc
index 1b404d9c..73faaabc 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2017.11.inc
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
8 8
9SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 9SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
10 10
11SRCREV = "a6a15fedd1a529936b0a46ade1d776740dbef70f" 11SRCREV = "ca0c3f3fac33bcb1c26ed399fdd89838a3bd5914"
12SRCBRANCH = "2017.09+fslc" 12SRCBRANCH = "2017.11+fslc"
13 13
14PV = "v2017.09+git${SRCPV}" 14PV = "v2017.11+git${SRCPV}"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.09.bb b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb
index 7c2864ed..7c2864ed 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.09.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb
index 533bfbf6..533bfbf6 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.11.bb
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb b/recipes-bsp/u-boot/u-boot-fslc_2017.11.bb
index 5659e16c..5659e16c 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2017.11.bb