diff options
author | 2014-03-03 18:53:17 -0300 | |
---|---|---|
committer | 2014-03-31 18:55:49 -0300 | |
commit | 54e93834872a17955893d7d47a30f7f9ca7f697f (patch) | |
tree | 9993c47c7f58324532bddbdd3bf9c5612cdc2802 /recipes-bsp/u-boot | |
parent | a6cf9ac1bcc9f058e9ebd255ae6cf27f3dd593cf (diff) | |
download | meta-fsl-arm-54e93834872a17955893d7d47a30f7f9ca7f697f.tar.gz meta-fsl-arm-54e93834872a17955893d7d47a30f7f9ca7f697f.tar.bz2 meta-fsl-arm-54e93834872a17955893d7d47a30f7f9ca7f697f.zip |
u-boot-fslc: Update to v2014.01 based release
This updates U-Boot to a v2014.01 based release. It includes following
patches on top of prestine v2014.01 tag:
490069b mx6sabresd: Use LDO dtb file until PMIC support is added
6467f19 mx6slevk: Use LDO dtb file until PMIC support is added
5555f1b i.MX6: nitrogen6x: pedantic: BOOT_FROM==spi, not sd
029912e NET: fec_mxc: fix MDIO clock prescaler calculation
0163b4c ARM: imx6: fix wrong fec clk
9f120dc pci: mx6: Implement reset callback
d016d9d mx6: Enable L2 cache support
8b8c015 mx6qsabreauto: Update imximage.cfg
fbd6105 mx6: Distinguish mx6dual from mx6quad
7d7f526 imx: Introduce a header for the imx cpu versions
7717807 hummingboard: Return from cpu_eth_init() directly
58ea0f3 imx6: make sure MMDC_CHx_MASK is clear to avoid warm reset failure
8612ce3 imx6: ensure AHB clock is 132MHz in low freq boot mode
094a791 ARM: m53evk: Enable CONFIG_REGEX
778d80a ARM: m53evk: Rename mxc-nand to mxc_nand
e470e26 ARM: mx6: Enable PCIe on Sabrelite
0a666db ARM: mx6: Add PCI express driver
274fd14 ARM: mx6: Add PCI express clock configuration
5aebc94 mx6sl: Adjust fdt_addr to avoid address overlapping
95a98c2 mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT
cd0b4d9 MX6: Add SION flag to ENET_REF_CLK PAD
Change-Id: I2bd74338c2e099b1e09cd504c6e8faefaa68d504
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb) | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 7 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2014.01.bb | 7 |
3 files changed, 10 insertions, 10 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb index 3009ddf..33cc688 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb @@ -5,10 +5,10 @@ SECTION = "bootloader" DEPENDS = "openssl" PROVIDES = "u-boot-mxsboot" -PV = "v2013.10" +PV = "v2014.01" -SRCREV = "079e214888279518ce061c71238a74a0c3db2c28" -SRCBRANCH = "patches-2013.10" +SRCREV = "490069b30d013a7d35ce7fe37b1ecd53f6c8e352" +SRCBRANCH = "patches-2014.01" SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb deleted file mode 100644 index e7f100d..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb +++ /dev/null @@ -1,7 +0,0 @@ -include u-boot-fslc.inc - -PV = "v2013.10" - -SRCBRANCH = "patches-2013.10" - -SRCREV = "31d023bf8f15e6407557f5273c35c6ee3466a77f" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb new file mode 100644 index 0000000..49d4cc5 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb @@ -0,0 +1,7 @@ +include u-boot-fslc.inc + +PV = "v2014.01" + +SRCBRANCH = "patches-2014.01" + +SRCREV = "490069b30d013a7d35ce7fe37b1ecd53f6c8e352" |