summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-12-27 17:21:18 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-01-25 16:30:35 -0200
commit3c597971fd43eb3bd14fd87b0251871df2827b13 (patch)
tree2119ae679324bf9d46721ac323c1de874ceee7e4
parent8e87325810e217ea1f64dd860b80d680a356d722 (diff)
downloadmeta-freescale-3c597971fd43eb3bd14fd87b0251871df2827b13.tar.gz
u-boot-qoriq: update to 2017.12
*include the following changes: 9f7df1b - env: sf:Enable environmnet varibale before relocation 840a903 - board/ls2080a, ls1088a: Add check for mc-dpl applied in fdt 208b0b6 - armv8: ls1088 : MC alignment should always be fixed to 512MB 6dd3af0 - ls1012a:dts: Correct LS1012A-2G5RDB device tree d7ca121 - armv8: layerscape: Discard the needless cpu nodes 69620c9 - armv8: ls1043a/ls2080a: check SoC by device ID 196d773 - armv8: ls1088ardb: support force SDHC mode by hwconfig 68218ae - LS1012ARDB Secure Boot: Add encapsulation support 90a096f - armv8: ls1046aqds: update IFC NOR timings 212917d - drivers: net: pfe_eth: Disable autonegotiation for 2.5G SGMII 77c795d - board: freescale: ls1012a: LS1012A-2G5RDB board support 51c350b - armv8/kconfig: Align boards of same family at one place 6adcdca - driver: fsl-mc: MC object cleanup when DPL not loaded 4b02c65 - powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization bbc95ad - powerpc/T104xRDB: Fix endian access issue on EHCI intinalization 5857001 - boards: ls1046ardb: disable unavailable "ethernet" node in dts 86682f0 - arm: Add support of updating dts before fix-up df8d00c - common: Fix-up MAC addr in dts by fetching env variable serially 75045a7 - fsl-qbman: Include missing function prototype 269953a - driver: net: fsl-mc: flib changes for MC 10.3.0 813486a - drivers: net: pfe_eth: remove unused code under CONFIG_PFE_WARN_WA fdf2bf4 - drivers: net: pfe_eth: remove unused code under CONFIG_UTIL_PE_DISABLED 44c39f0 - drivers: net: pfe_eth: cleanup typos and indent 5dc8c93 - drivers: net: pfe_eth: use writel/readl to access hw bds 8dc0a63 - drivers: net: pfe_eth: add pfe_rx_done to clear bd after packet processing 85a3451 - usb: Add delay to fix USB 2.0 stick enumeration failure on LS208xA 139ec62 - Revert "armv8: ls1088a: correct pcie fixup compatible string" 7bd0db8 - SECURE BOOT: Add SD fall back option 2068345 - cmd: mac: Update description of help b040e4a - armv8: fsl-layerscape: Add support of disabling core prefetch f53d786 - armv8: fsl-layerscape: Allocate Secure memory from first ddr region 8e9a95e - u-boot: fixup the iommu-map property of fsl-mc node a95797b - armv7: ls1021a: Fix marco CONFIG_LS102XA c249f5f - ls1088aqds: Add CONFIG_SGMII_PHYLIB in header file for QDS 64169db - armv8: ls1088: introduce CONFIG_SGMII_PHYLIB 002dc70 - driver: net: ldpaa_eth: Add PHY-less SGMII support 44a294b - drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire() 0ca9091 - armv8: fsl-layerscape: Fix MC reserved memory calculation Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2017.12.bb (renamed from 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.12.bb
index 63721a39..93bdeef1 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2017.12.bb
@@ -20,7 +20,7 @@ DEPENDS_append_qoriq-ppc = " boot-format-native"
20 20
21SRC_URI = "git://github.com/qoriq-open-source/u-boot.git;nobranch=1 \ 21SRC_URI = "git://github.com/qoriq-open-source/u-boot.git;nobranch=1 \
22" 22"
23SRCREV = "c249f5f07214250195863b8ac76424abe94f64e3" 23SRCREV = "9f7df1b406ff11409021cd2112beedd6b57bb600"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26