diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-09-29 16:59:37 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-01 13:51:02 -0300 |
commit | 4e08b68cf6daff0ff50a8555aa191001d17c6127 (patch) | |
tree | 830273de7202c4bc539c0881cc758560a1144e0e | |
parent | 91da452f0d36375bab03da51501e15f8e1b363bc (diff) | |
download | meta-freescale-4e08b68cf6daff0ff50a8555aa191001d17c6127.tar.gz |
uboot: update to 1e96fd8
*update to lsdk 1809 tag
include the following changes:
1e96fd8 - ls2080ardb: remove dhcp function from u-boot env as boot source
5c03a79 - ls1088a: remove dhcp function from u-boot env as boot source
6f5dc2c - ls1012a: remove debug info from u-boot log.
fa2d088 - ls1088ardb_pb: Secure boot: Change bootscript and header name
13bedc9 - driver: net: fsl-mc: Memset MC reserve ram memory before usage
165c98a - Revert "driver: net: fsl-mc: Memset MC reserve red memory before usage"
e0a7cda - Revert "armv8: fsl-layerscape: add missing register blocks base address defines"
cb9edfa - Revert "armv8: ls1046a: advertise QMan v3 in configuration"
19528d0 - Revert "misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms"
e3b589b - Revert "armv8: fsl-layerscape: add missing debug stream ID"
342682e - Revert "armv8: ls1046a: initial icid setup support"
0a725a4 - Revert "armv8: ls1046a: add icid setup for qman portals"
2f59bf6 - Revert "armv8: ls1046a: setup fman ports ICIDs and device tree"
5c872b4 - Revert "armv8: ls1046a: setup SEC ICIDs and fix up device tree"
9f304d2 - Revert "armv8: ls1043a: advertise QMan v3 in configuration"
4648116 - Revert "armv8: ls1043a: add icid setup support"
6624809 - Revert "armv8: icid: fix 'set_icids' call"
52b9297 - ls1088ardb_pb: Add SD boot support.
ad074ad - driver: net: fsl-mc: Memset MC reserve red memory before usage
5c50f5a - armv8: layerscape: fix compilation warning 'unused ns_dev'
a654fcc - ls1012afrwy: Add ls1012afrwy revC board support.
69a7e63 - armv7: ls102xa: Disable QE before enter deep sleep
db1990f - arm: layerscape: Remove CONFIG_U_QE define in ls1012atwr.h
e1f8fe0 - qe: kconfig: U QE kconfig
6584582 - ls1088ardb_pb: remove sd u-boot support.
960ae1e - armv8: icid: fix 'set_icids' call
7402171 - ls1088ardb_pb: Add support for ls1088ardb_pb board.
dd5ae4b - armv8: ls1043a: add icid setup support
e9b0593 - armv8: ls1043a: advertise QMan v3 in configuration
4c762cf - armv8: ls1046a: setup SEC ICIDs and fix up device tree
1719ffd - armv8: ls1046a: setup fman ports ICIDs and device tree
82327f1 - armv8: ls1046a: add icid setup for qman portals
dbcacdc - armv8: ls1046a: initial icid setup support
1b86306 - armv8: fsl-layerscape: add missing debug stream ID
6b1519e - misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms
64e4333 - armv8: ls1046a: advertise QMan v3 in configuration
c986803 - armv8: fsl-layerscape: add missing register blocks base address defines
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_2018.03.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb b/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb index 437ea855..48646c03 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2018.03.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 | ||
21 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ | 21 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ |
22 | " | 22 | " |
23 | SRCREV = "11abda97baeb57109b20c99a1edad6f8205bedbc" | 23 | SRCREV = "1e96fd8f464dfe23eb692a11018c20d70546783b" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||