summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-06-27 17:26:04 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-02 14:20:15 -0300
commit4c888d0c8d8d9a38d7361a715ec5c768f2e02bdb (patch)
tree13ac15cf3304f6200b73b8bc6b537b99b1b7ff1b /recipes-bsp
parent9fc9d9a26f0112e8fa483971e1aff6fe8bdcfc2c (diff)
downloadmeta-freescale-4c888d0c8d8d9a38d7361a715ec5c768f2e02bdb.tar.gz
u-boot-qoriq: udpate to version 2018.03
Following changes are included: 11abda9 - armv8: ls2080ardb: update copyright claim 7d5b814 - Revert "EHCI: Fix endian access issue on EHCI intinalization" 160deab - Revert "powerpc/T104xRDB: Fix endian access issue on EHCI intinalization" 007ac5c - Revert "powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization" e82a7bc - LS1043ARBD: Fix SD Boot issue with PPA ec7f4b3 - armv8: ls1088a: change dpl load address to 0x80001000 from 0x80000000 93bb79f - board: freescale: ls1012afrwy: Add LS1012A-FRWY board support. aabf70f - board: freescale: ls1012afrx:Common files to support da97a2b - watchdog: disable to build the driver in default 60afe56 - watchdog: Kconfig: add config to disable wdog reset cf17a12 - watchdog: driver support for layerscape 6ac9ac0 - armv8: ls1088: change ttyS1 to ttyS0 0c9305b - boards: freescale: lsch3: Add 0.9v entry for vid 0346460 - armv8: ls1088a: change dpl load command from apply to lazyapply. c43f05a - drivers/net/vsc9953: Initialize action RAM in VCAP complex 0a1adba - board: Kconfig: Re-Arrangement of PPA firmware and header addresses ecf1d55 - arm: ls1021aqds: config: enable CONFIG_ID_EEPROM for mac command 4d94f28 - board: freescale: ls1012ardb: Add command to switch QSPI bank cba0675 - driver/mtd/spi: Default page size Spansion flash "S25FS512S" is 256b 7c4f3c8 - LS1012AFRWY: Add Secure Boot support 51a93cc - board: move ppa header address in board specific kconfig e26f485 - board: ls1012a: FRWY-LS1012A board support d000b14 - board: move ppa firmware address in board specific kconfig 2f51b35 - armv8: ls1088a: Enable USB in ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig 842df34 - armv8/fsl-lsch2: make the workaround for PIN MUX erratum A010539 robust 1fa9417 - armv8: sec_firmware: Add support for multiple loadables eca9656 - armv8/fsl-lsch2: correct QMAN clock c3a6ed4 - driver: net: fsl-mc: updated copyright info 39966d9 - armv8: ls1088a: Move CONFIG_BOOTARGS and CONFIG_CMD_GREPENV to defconfig ccde7d9 - armv8: ls1088aqds: Enable mdio commands on u-boot prompt 9c912c7 - armv8: sec_firmware: Remove JR3 from device tree node in all cases 5ecc2f5 - mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled 8ed20db - usb: Add delay to fix USB 2.0 stick enumeration failure on LS208xA b133620 - EHCI: Fix endian access issue on EHCI intinalization faf6feb - u-boot: fixup the iommu-map property of fsl-mc node 8e0c780 - powerpc: configs: Set initrd_high environment varible 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_2018.03.bb (renamed from recipes-bsp/u-boot/u-boot-qoriq_2017.12.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2017.12.bb b/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb
index 18013502..437ea855 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2017.12.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb
@@ -20,7 +20,7 @@ DEPENDS_append_qoriq-ppc = " boot-format-native"
20 20
21SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ 21SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \
22" 22"
23SRCREV = "00cde476c84275124a51cb55a53a253cd75fba6c" 23SRCREV = "11abda97baeb57109b20c99a1edad6f8205bedbc"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26