mbox series

[U-Boot,PULL] Please pull u-boot-imx: u-boot-imx-20181106

Message ID 887231da-11ec-3322-779b-ed8360e3fd07@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] Please pull u-boot-imx: u-boot-imx-20181106 | expand

Pull-request

git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20181106

Message

Stefano Babic Nov. 6, 2018, 3:57 p.m. UTC
Hi Tom,

this solves issue reported by coverity for i.MX8:

The following changes since commit 5ef76e59c12c79d106ebda70b710468aa6bd8b75:

  Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-11-04
08:12:21 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20181106

for you to fetch changes up to 0ea82ba2b082475090e11872ec11409a9fc8d486:

  MAINTAINERS: add NXP linux team maillist as i.MX reviewer (2018-11-06
11:26:21 +0100)

----------------------------------------------------------------
Fix coverity issues for i.MX8

----------------------------------------------------------------
Fabio Estevam (2):
      mx8mq_evk: README: Delete file introduced by mistake
      ARM: dts: fsl-imx8qxp-mek: Move regulator outside "simple-bus"

Peng Fan (5):
      tools: imx8image: check lseek return value
      tools: imx8image: fix coverity CID 184234
      tools: imx8image: fix coverity CID 184233
      tools: imx8image: flatten container header only when creating
container
      MAINTAINERS: add NXP linux team maillist as i.MX reviewer

 MAINTAINERS                      |  1 +
 arch/arm/dts/fsl-imx8qxp-mek.dts | 20 ++++++++------------
 board/freescale/mx8mq_evk/README | 81
---------------------------------------------------------------------------------
 tools/imx8image.c                | 59
+++++++++++++++++++++++++++++++++++++++++++++--------------
 4 files changed, 54 insertions(+), 107 deletions(-)
 delete mode 100644 board/freescale/mx8mq_evk/README

Best regards,
Stefano

Comments

Tom Rini Nov. 6, 2018, 10:48 p.m. UTC | #1
On Tue, Nov 06, 2018 at 04:57:46PM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> this solves issue reported by coverity for i.MX8:
> 
> The following changes since commit 5ef76e59c12c79d106ebda70b710468aa6bd8b75:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-11-04
> 08:12:21 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20181106
> 
> for you to fetch changes up to 0ea82ba2b082475090e11872ec11409a9fc8d486:
> 
>   MAINTAINERS: add NXP linux team maillist as i.MX reviewer (2018-11-06
> 11:26:21 +0100)
> 

Applied to u-boot/master, thanks!