[meta-freescale] [PATCH] u-boot-fslc: Upgrade to 2017.11-based fork

Otavio Salvador otavio at ossystems.com.br
Tue Nov 28 11:13:57 PST 2017


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 at ossystems.com.br>
---

 ...-boot-fslc-common_2017.09.inc => u-boot-fslc-common_2017.11.inc} | 6 +++---
 ...oot-fslc-fw-utils_2017.09.bb => u-boot-fslc-fw-utils_2017.11.bb} | 0
 ...-boot-fslc-mxsboot_2017.09.bb => u-boot-fslc-mxsboot_2017.11.bb} | 0
 .../u-boot/{u-boot-fslc_2017.09.bb => u-boot-fslc_2017.11.bb}       | 0
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename recipes-bsp/u-boot/{u-boot-fslc-common_2017.09.inc => u-boot-fslc-common_2017.11.inc} (76%)
 rename recipes-bsp/u-boot/{u-boot-fslc-fw-utils_2017.09.bb => u-boot-fslc-fw-utils_2017.11.bb} (100%)
 rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2017.09.bb => u-boot-fslc-mxsboot_2017.11.bb} (100%)
 rename recipes-bsp/u-boot/{u-boot-fslc_2017.09.bb => u-boot-fslc_2017.11.bb} (100%)

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
similarity index 76%
rename from recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc
rename to 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"
 
 SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
 
-SRCREV = "a6a15fedd1a529936b0a46ade1d776740dbef70f"
-SRCBRANCH = "2017.09+fslc"
+SRCREV = "ca0c3f3fac33bcb1c26ed399fdd89838a3bd5914"
+SRCBRANCH = "2017.11+fslc"
 
-PV = "v2017.09+git${SRCPV}"
+PV = "v2017.11+git${SRCPV}"
 
 S = "${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
similarity index 100%
rename from recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.09.bb
rename to 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
similarity index 100%
rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb
rename to 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
similarity index 100%
rename from recipes-bsp/u-boot/u-boot-fslc_2017.09.bb
rename to recipes-bsp/u-boot/u-boot-fslc_2017.11.bb
-- 
2.15.0



More information about the meta-freescale mailing list