mbox series

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

Message ID d8242daa-c380-77f5-e308-aed9d0089224@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL,Update] Please pull u-boot-imx | expand

Pull-request

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

Message

Stefano Babic March 9, 2018, 12:10 p.m. UTC
Hi Tom,

as discussed: this contains two fixes that should go into release - thanks !


The following changes since commit 5e62f828256d66e2b28def4f9ef20a2a05c2d04f:

  Prepare v2018.03-rc4 (2018-03-05 20:27:08 -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 314d9f7e3eff41873011d9a0687f469680a00074:

  imx: syscounter: make sure asm is volatile (2018-03-09 13:06:14 +0100)

----------------------------------------------------------------
Fabio Estevam (1):
      imximage: Remove failure when no IVT offset is found

Yasushi SHOJI (1):
      imx: syscounter: make sure asm is volatile

 arch/arm/mach-imx/syscounter.c | 4 ++--
 tools/imximage.c               | 5 -----
 2 files changed, 2 insertions(+), 7 deletions(-)

Stefano

Comments

Tom Rini March 9, 2018, 8:42 p.m. UTC | #1
On Fri, Mar 09, 2018 at 01:10:53PM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> as discussed: this contains two fixes that should go into release - thanks !
> 
> 
> The following changes since commit 5e62f828256d66e2b28def4f9ef20a2a05c2d04f:
> 
>   Prepare v2018.03-rc4 (2018-03-05 20:27:08 -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 314d9f7e3eff41873011d9a0687f469680a00074:
> 
>   imx: syscounter: make sure asm is volatile (2018-03-09 13:06:14 +0100)
> 

Note that I expect another PR with other fixes that just got posted
today, but, applied to u-boot/master, thanks!
Stefano Babic March 9, 2018, 9:20 p.m. UTC | #2
Hi Tom,

On 09/03/2018 21:42, Tom Rini wrote:
> On Fri, Mar 09, 2018 at 01:10:53PM +0100, Stefano Babic wrote:
> 
>> Hi Tom,
>>
>> as discussed: this contains two fixes that should go into release - thanks !
>>
>>
>> The following changes since commit 5e62f828256d66e2b28def4f9ef20a2a05c2d04f:
>>
>>   Prepare v2018.03-rc4 (2018-03-05 20:27:08 -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 314d9f7e3eff41873011d9a0687f469680a00074:
>>
>>   imx: syscounter: make sure asm is volatile (2018-03-09 13:06:14 +0100)
>>
> 
> Note that I expect another PR with other fixes that just got posted
> today, but, applied to u-boot/master, thanks!


Yes, I saw Brian's post for HAB, and there are a couple from Jagan that
I'll pick up. I will send a new PR, then.

Stefano
Fabio Estevam March 10, 2018, 12:52 a.m. UTC | #3
Hi Stefano,

On Fri, Mar 9, 2018 at 6:20 PM, Stefano Babic <sbabic@denx.de> wrote:

> Yes, I saw Brian's post for HAB, and there are a couple from Jagan that
> I'll pick up. I will send a new PR, then.

Patches 1/3 and 2/3 from Bryan look good.

We have some concerns about patch 3/3 and Breno will reply to this patch soon.

Thanks