diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-04-01 11:40:39 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-11 09:00:13 -0300 |
commit | aa82baec481f63ed3f4e6bb0657267bb2f396a6b (patch) | |
tree | ecad1deef671d2b03d2574db4fcac692264297d7 /recipes-bsp/u-boot | |
parent | 7b7ad7a2800ecec7773a8a3e4b958aa5a9af0ed0 (diff) | |
download | meta-freescale-aa82baec481f63ed3f4e6bb0657267bb2f396a6b.tar.gz |
u-boot: update to 80b2d2b
*update to lsdk 1903 tag
include the following changes
80b2d2b - include: configs: lx2160a: update copyright info
7d323d4 - board: fsl: ls2080rdb: update copyright info
ff35e0c - board: fsl: ls2080aqds: update copyright info
77020d0 - board: fsl: ls1088ardb: update copyright info
6d77068 - board: fsl: ls1088aqds: update copyright info
0c48371 - armv8: fsl-layerscape: update copyright info
6f50f71 - driver: net: phy: update copyright info
ab528e9 - driver: net: ldpaa_eth: update copyright info
17c8520 - env: Update env_addr for mmc environment driver
72eb5d3 - MC : Report extra reserved memory to Linux
4f25ac0 - board/fsl/lx2160a: Fix MC firmware loading during SD boot
a4b3dc5 - armv8: fsl-layerscape: Set env_loc to ENVL_NOWHERE with CONFIG_ENV_IS_NOWHERE.
b572cfe - configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable
e46941d - armv7: ls102xa: Add workaround for DDR erratum A-008850
a25b491 - board: fsl: lx2160aqds: modify the phy fixup code
100b48f - driver: net: fsl-mc: Fix DPC MAC address fixup
822c996 - drivers: net: ls1088ardb: Fix EC1 and EC2 RCW offset
bd037a4 - board/freescale: Enable DHCP distro boot for Layerscape board
705049e - Revert "Revert "pci: layerscape: Add the dts fixup for EP and RC""
d83e59c - mc : Add support to run MC in 128 MB DDR size
ec8543d - QSFP+ eeprom read support in U-boot
d163325 - pci: pcie_lx: Add the dts fixup for EP and RC
cb3f278 - armv8: cache: Flush L3 cache after relocation
6b7ff12 - net:phy:aquantia Set only autoneg on in register 4.c441
bc6f526 - armv8: lx2160aqds : Add support for LX2160AQDS platform
54d0cd6 - drivers: net: ldpaa_eth: check if the dpmac is enabled
3011d18 - armv8: fsl-layerscape: reorder rgmii dpmacs' enablement
6546319 - net: phy: Add clause 45 identifier to phy_device
1822aff - miiphy: Add function to retrieve MDIO bus list head
42b8ff2 - ldpaa_eth.c: Fix warning when PHYLIB is not enabled
16c470c - driver: net: fsl-mc: Add support of multiple phys for dpmac
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc b/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc index a3a554cc..06ec01bc 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc +++ b/recipes-bsp/u-boot/u-boot-qoriq-common_2018.09.inc | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ | 13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ |
14 | " | 14 | " |
15 | SRCREV= "c08de7c3c92d45a824500ad936f4d72465c181ec" | 15 | SRCREV= "80b2d2bc4cab0a8363c9b7eba8064b1795f12670" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | PV_append = "+fslgit" | 18 | PV_append = "+fslgit" |