diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-30 16:53:49 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-06 10:00:21 -0200 |
commit | 8f73655733773d1697a0bad48cbdaadbee4039eb (patch) | |
tree | 6369dd0bf775c8dd7a26dd43a01584b5c69d50d5 /recipes-bsp | |
parent | 7cbede1ab57a984ccb29d140805944808cbfcbec (diff) | |
download | meta-freescale-8f73655733773d1697a0bad48cbdaadbee4039eb.tar.gz |
uboot : update to fbedf04
*include the following changes:
fbedf04 - armv8: Workaround for USB erratum A-009007 on LS1088A
07dce79 - board: freescale: ls1012a: fix RGMII tx delay issue
39bd068 - armv8: ls1088aqds: Change phy mode to PHY_INTERFACE_MODE_RGMII_ID
aad3422 - armv8: configs: ls1012a: correct the generic timer frequency issue
0f0e241 - configs: ls1012a: add pfe configuration for LS1012A
a518a57 - fsl: csu: enable ns access for PFE
d91e382 - armv8: fsl-lsch2: configure pfe's scfg & dcfg registers
99089ae - armv8: fsl-lsch2: add pfe macros and update ccsr_scfg structure
7b2f1c3 - armv8: fsl-lsch2: initialize pfe gemac
f0640ed - board: freescale: ls1012a: enable network support on ls1012a platforms
af5f822 - drivers: net: pfe_eth: LS1012A PFE headers
676ef26 - drivers: net: pfe_eth: provide pfe commands
74b6833 - drivers: net: pfe_eth: LS1012A PFE driver introduction
3ddb3d3 - armv8: fsl-layerscape: Add support of GPIO structure
091c401 - driver: fsl-mc: memset pointers after malloc
4dcd33d - armv8: ls1088a: Update MC boot sequence
2dcba27 - arm64: ls2088ardb: Fix nor fall back option failure
c64ac4c - QE: Set QE_IRAM_READY after uploading firmware
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb b/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb index ed998288..ea9e7c89 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb | |||
@@ -20,7 +20,7 @@ DEPENDS_append_qoriq-ppc = " boot-format-native" | |||
20 | 20 | ||
21 | SRC_URI = "git://github.com/qoriq-open-source/u-boot.git;nobranch=1 \ | 21 | SRC_URI = "git://github.com/qoriq-open-source/u-boot.git;nobranch=1 \ |
22 | " | 22 | " |
23 | SRCREV = "503eff00a7119d2690a662ed64e83e4782b7d3d9" | 23 | SRCREV = "fbedf04c1bad675eadbac86febdcf759441a02af" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||