diff options
| author | Chunrong Guo <B40290@freescale.com> | 2015-01-06 14:42:14 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-01-06 09:22:00 -0200 |
| commit | 2083edd4c7cebd36b597941bd0429d8a2fd37141 (patch) | |
| tree | cb8ddfeb216000eba22d80df5167a678821d6095 | |
| parent | 1b80537914ed374acbb2b772d1d609c93fadcc89 (diff) | |
| download | meta-freescale-2083edd4c7cebd36b597941bd0429d8a2fd37141.tar.gz | |
u-boot-ls1: Upgrade to 2014.07 version
This includes following changes:
2bf1c34 ls102xa: scfg: Remove SCFG bit reverse setting on LS1
80b1d30 ls1021atwr: SECURE BOOT- Add secure boot target for ls1021atwr
49eaf3e board/ls1021aqds: Add support to test GPIO by enabling EC3
16111c4 ls102xa: spi: Fix QSPI and DSPI compatibility issue on LS1021ATWR board
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1.inc | 6 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb (renamed from meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2013.10.bb) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1.inc b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1.inc index 9e10ea52e..ccd37c6fe 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1.inc +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1.inc | |||
| @@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = " \ | |||
| 8 | file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ | 8 | file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | SRCBRANCH = "LS1-dev" | 11 | SRCBRANCH = "sdk-v1.7.x" |
| 12 | SRC_URI = "git://git.freescale.com/layerscape/ls1021a/u-boot.git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH}" |
| 13 | SRCREV = "50d684801cd05ed6b77d52d1ca9ed00fefeac469" | 13 | SRCREV = "659b6a23a8b1f3026200bc6352dbacef53f4dcb1" |
| 14 | 14 | ||
| 15 | LOCALVERSION ?= "-${SRCBRANCH}" | 15 | LOCALVERSION ?= "-${SRCBRANCH}" |
| 16 | 16 | ||
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb index 06f6d2f7a..96944c1c0 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2013.10.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb | |||
| @@ -2,7 +2,7 @@ require recipes-bsp/u-boot/u-boot.inc | |||
| 2 | require u-boot-ls1.inc | 2 | require u-boot-ls1.inc |
| 3 | inherit fsl-u-boot-localversion | 3 | inherit fsl-u-boot-localversion |
| 4 | 4 | ||
| 5 | LOCALVERSION ?= "-SDK-V1.3" | 5 | LOCALVERSION ?= "-${SRCBRANCH}" |
| 6 | 6 | ||
| 7 | DEPENDS += "u-boot-ls1-tools-native" | 7 | DEPENDS += "u-boot-ls1-tools-native" |
| 8 | PROVIDES += "u-boot" | 8 | PROVIDES += "u-boot" |
