[meta-freescale] [meta-fsl-arm][PATCH 04/20] u-boot-ls1: update to commit eb3d4fc

b28495 at freescale.com b28495 at freescale.com
Fri Dec 25 00:08:15 PST 2015


From: Ting Liu <ting.liu at freescale.com>

New commit related to ls1 imported:
6acff65 arm: ls102x: add get_svr and IS_SVR_REV helper
0caf24c arm: ls102xa: Set fdt_high and initrd_high to the value of 0xffffffff
46be0a4 ls102xa: fdt: Disable IFC in SD boot for QSPI
f1ca68a ls102xa: etsec: Use proper settings for BE BDs
23a735b arm: ls1021a: Fix the patch check warnings for the previous commit
f6310eb arm: ls1021a: Add QSPI or IFC support in SD boot
ab2db1a arm: ls102xa: fix patch check issue.
d406c4f arm: ls102xa: enable all the snoop signal for masters.
dfc49e9 arm: ls1021atwr: optimize the deep sleep latency
774b080 configs: ls1021atwr: Enable ID EEPROM for SD boot
95a9abb arm: mmu: Add missing volatile for reading SCTLR register
b773c94 configs: ls1021atwr: Disable DSPI2 with NOR boot
91bdf34 dm: dts: ls1021a-twr: Enable DSPI2 on LS1021ATWR
7289cb9 configs: ls1021atwr: Enable DSPI for LS1021ATWR
2c86026 ls1021atwr: sdboot: change serdes 0x20 to 0x30
8d38d25 LS102XA:workaround:disable priorities within DDR
2621445 arm: ls1021a: allow OCRAM access permission as R/W in SPL
6d5733d arm: ls102xa: enable snooping for CAAM transactions
a5dc0f7 arm: ls1021a: Ensure LS1021 ARM Generic Timer CompareValue Set 64-bit
0669b57 LS102XA: Workaround: DDR require a register write
449ab6a ls102xa: Enable snoop and DVM message requests.
6ae8810 Revert "arm: ls102xa: workaround for cache coherency problem"
18bd7bb arm: ls102xa: Add LE mode support for audio IPs on Rev2.0 silicon
784f7f2 arm: ls1021atwr: program the regulator for deep sleep
8971e50 ls1021atwr: added deep sleep support in uboot
9f692ae ls102xa: etsec: Enable Tx Data and TxBD snooping
79da560 arm/ls102xa:Add support of conditional workaround implementation as per SoC ver
b6876d0 arm: ls102xa: Adjust the load address of U-Boot for NOR boot

Signed-off-by: Ting Liu <ting.liu at freescale.com>
Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 recipes-bsp/u-boot/u-boot-ls1_2015.01.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb b/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
index 8c40614..2f9203b 100644
--- a/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ls1_2015.01.bb
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = " \
     file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
 "
 
-SRCBRANCH = "master"
+SRCBRANCH = "sdk-v1.9.x"
 SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH}"
 SRC_URI += "file://0001-uboot-support-gcc5.patch "
-SRCREV = "6ba8eedbcdc4b063f59a63e6288b938af739e8ad"
+SRCREV = "eb3d4fc5759729d7af71ac31ebf6a7e8d0e79da3"
 
 LOCALVERSION ?= "+ls1"
 
@@ -25,7 +25,7 @@ DEPENDS += "change-file-endianess-native dtc-native tcl-native"
 PROVIDES += "u-boot"
 
 do_compile_append () {
- unset i j
+    unset i j
     if [ "x${UBOOT_CONFIG}" != "x" ]; then
         for config in ${UBOOT_MACHINE}; do
             i=`expr $i + 1`;
-- 
1.9.2



More information about the meta-freescale mailing list