mbox series

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

Message ID bf7dde5e-8105-ff3d-a68a-43d04baf7f53@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] Please pull u-boot-imx | expand

Pull-request

git://www.denx.de/git/u-boot-imx.git master

Message

Stefano Babic March 11, 2018, 3:07 p.m. UTC
Hi Tom,

this contains the last fixes sent on Friday. There are still concerns
last Bryan's patch:
	
	imx: hab: Convert DCD non-NULL error to warning

This is still under discussion (and it is not part of my PR).

The following changes since commit 2e5c42c630c4c550abf9d8da8cc11d8a7928ab0a:

  Merge git://git.denx.de/u-boot-imx (2018-03-09 13:29:58 -0500)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to 6d7403bf72b5ea46497fe8222d0303cb79563379:

  doc: mxc_hab: Update i.MX HAB documentation (2018-03-11 16:00:21 +0100)

----------------------------------------------------------------
Breno Lima (2):
      doc: mxc_hab: Move HAB related info to the appropriate doc
      doc: mxc_hab: Update i.MX HAB documentation

Bryan O'Donoghue (2):
      imx: hab: Fix usage of packed attribute
      imx: hab: Make usage of packed attribute consistent

Jagan Teki (2):
      ARM: dts: imx6qdl-icore-rqs: Sync usdhc4 node from Linux
      ARM: dts: imx6dl-icore-rqs: Fix to include correct dtsi

 arch/arm/dts/imx6dl-icore-rqs.dts   |  2 +-
 arch/arm/dts/imx6qdl-icore-rqs.dtsi | 37 +++++++++++++++++++++++++++++-
 arch/arm/include/asm/mach-imx/hab.h |  5 ++--
 doc/README.imx6                     | 48
---------------------------------------
 doc/README.mxc_hab                  | 97
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
 5 files changed, 111 insertions(+), 78 deletions(-)

Comments

Tom Rini March 11, 2018, 7:30 p.m. UTC | #1
On Sun, Mar 11, 2018 at 04:07:29PM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> this contains the last fixes sent on Friday. There are still concerns
> last Bryan's patch:
> 	
> 	imx: hab: Convert DCD non-NULL error to warning
> 
> This is still under discussion (and it is not part of my PR).
> 
> The following changes since commit 2e5c42c630c4c550abf9d8da8cc11d8a7928ab0a:
> 
>   Merge git://git.denx.de/u-boot-imx (2018-03-09 13:29:58 -0500)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 6d7403bf72b5ea46497fe8222d0303cb79563379:
> 
>   doc: mxc_hab: Update i.MX HAB documentation (2018-03-11 16:00:21 +0100)
> 

Applied to u-boot/master, thanks!