summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-02-03 10:08:51 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-05 23:08:27 -0200
commitd74ca2fa54c3e8ad07998c237d3da2e485227f15 (patch)
treec6df12921259562cf5714354eb59156b62da31a7 /recipes-bsp
parent6fb2f855e2b277df01a6f025e255f02f6154c46b (diff)
downloadmeta-fsl-arm-d74ca2fa54c3e8ad07998c237d3da2e485227f15.tar.gz
u-boot-fslc: Backport i.MX related changes from v2015.04
This updates the revision to 4dab988, which includes following changes: 4dab988 arm, imx6, aristainetos: board updates 1dfbf54f arm: mx6: cm-fx6: add splash screen support f1882ea compulab: splash: support loading splash from sf 4c2bf3a compulab: splash: support multiple splash sources a7d780b compulab: splash: refactor splash.c 46cef71 compulab: splash: use errno values a2c128c arm: mx6: cm-fx6: add support for usb keyboard 71582ee arm: mx6: cm-fx6: display compulab logo af637a8 arm: mx6: cm-fx6: add hdmi console support e8d2b04 arm: mx6: cm-fx6: increase size of malloc area 6449956 arm: mx6: cm-fx6: pass 2nd nic mac addr to Linux f3aba9f compulab: eeprom: allow reading mac address from multiple eeproms 3dafefb arm: mx6: cm-fx6: change dtb node for ethaddr 3f84477 arm: mx6: cm-fx6: expand boot sequence 0f1c4ca ot1200: add ot1200_spl_defconfig file 892bf75 ot1200: add basic SPL support 4b29ad8 ot1200: add SPL configuration a94b46b ot1200: enable spi clock directly in ccgr_init(..) 0eeddfb ot1200: move ccgr and gpr init to c functions b708920 ot1200: make use of imx_ddr_size(..) 3762dab ot1200: select SUPPORT_SPL 0bbf5e8 imx: mx6: Change ENV offset to 512K bytes for larger u-boot image 31f433e imx:mx6sxsabresd board spl support 4c46ecb imx:mx6 add mx6sx in imx spl header file 195c032 imx:mx6sx add dram io configure for mx6sx 982c08f imx:mx6sxsabresd spl support in header file 1551931 imx:mx6sxsabresd select SUPPORT_SPL f15ff8f imx:mx6sxsabresd add spl config file 8cbbb75 mxsboot : Support of 224-bytes OOB area length c717a19 mx6sxsabresd: Remove unneeded board_late_init() 5358bea spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT f041545 arm: vf610: Remove duplicate MTD defines. Change-Id: Ib116be2e61828581ee97bc1a2536f83df6b39036 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2015.01.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb
index 73291d7..4ffcb2a 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2015.01+git${SRCPV}" 8PV = "v2015.01+git${SRCPV}"
9 9
10SRCREV = "3120db4e15698a7cf8330473d5da83e44e593e9e" 10SRCREV = "4dab988b9ca2344eb187e2e093c37203e1dfcb3d"
11SRCBRANCH = "patches-2015.01" 11SRCBRANCH = "patches-2015.01"
12SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 12SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
13 13
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb
index 0d8fa5f..6c70348 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb
@@ -2,5 +2,5 @@ include u-boot-fslc.inc
2 2
3PV = "v2015.01+git${SRCPV}" 3PV = "v2015.01+git${SRCPV}"
4 4
5SRCREV = "3120db4e15698a7cf8330473d5da83e44e593e9e" 5SRCREV = "4dab988b9ca2344eb187e2e093c37203e1dfcb3d"
6SRCBRANCH = "patches-2015.01" 6SRCBRANCH = "patches-2015.01"