mbox

[U-Boot] Pull request - microblaze

Message ID 4D5A8B38.5030506@monstr.eu
State Accepted
Headers show

Pull-request

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

Message

Michal Simek Feb. 15, 2011, 2:18 p.m. UTC
Dear Wolfgang,

please pull the following two bug fixes for Microblaze.

Thanks,
Michal


The following changes since commit c65715de780945950d570e2b69f94e0b186f04b4:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-mips

are available in the git repository at:

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

Michal Simek (2):
       microblaze: Fix systems with MSR=0
       microblaze: Fix msr handling in interrupt_handler

  arch/microblaze/cpu/irq.S         |   19 +------------------
  arch/microblaze/include/asm/asm.h |    2 +-
  2 files changed, 2 insertions(+), 19 deletions(-)

Comments

Wolfgang Denk Feb. 15, 2011, 8:43 p.m. UTC | #1
Dear Michal Simek,

In message <4D5A8B38.5030506@monstr.eu> you wrote:
> Dear Wolfgang,
> 
> please pull the following two bug fixes for Microblaze.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit c65715de780945950d570e2b69f94e0b186f04b4:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-mips
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (2):
>        microblaze: Fix systems with MSR=0
>        microblaze: Fix msr handling in interrupt_handler
> 
>   arch/microblaze/cpu/irq.S         |   19 +------------------
>   arch/microblaze/include/asm/asm.h |    2 +-
>   2 files changed, 2 insertions(+), 19 deletions(-)

Which branch should I pull from?

I guess you mean u-boot-microblaze.git #master ?

Pulled - hope that was OK.


Best regards,

Wolfgang Denk
Michal Simek Feb. 16, 2011, 6:38 a.m. UTC | #2
Wolfgang Denk wrote:
> Dear Michal Simek,
> 
> In message <4D5A8B38.5030506@monstr.eu> you wrote:
>> Dear Wolfgang,
>>
>> please pull the following two bug fixes for Microblaze.
>>
>> Thanks,
>> Michal
>>
>>
>> The following changes since commit c65715de780945950d570e2b69f94e0b186f04b4:
>>    Wolfgang Denk (1):
>>          Merge branch 'master' of git://git.denx.de/u-boot-mips
>>
>> are available in the git repository at:
>>
>>    git://www.denx.de/git/u-boot-microblaze.git master
>>
>> Michal Simek (2):
>>        microblaze: Fix systems with MSR=0
>>        microblaze: Fix msr handling in interrupt_handler
>>
>>   arch/microblaze/cpu/irq.S         |   19 +------------------
>>   arch/microblaze/include/asm/asm.h |    2 +-
>>   2 files changed, 2 insertions(+), 19 deletions(-)
> 
> Which branch should I pull from?
> 
> I guess you mean u-boot-microblaze.git #master ?

It was above.

"
 >> are available in the git repository at:
 >>
 >>    git://www.denx.de/git/u-boot-microblaze.git master
"

> 
> Pulled - hope that was OK.

yes, it was.

Thanks,
Michal
Wolfgang Denk Feb. 16, 2011, 8:15 a.m. UTC | #3
Dear Michal Simek,

In message <4D5B70DE.6070306@monstr.eu> you wrote:
>
> >> are available in the git repository at:
> >>
> >>    git://www.denx.de/git/u-boot-microblaze.git master
...
> > Which branch should I pull from?
> > 
> > I guess you mean u-boot-microblaze.git #master ?
> 
> It was above.

Oops. Sorry for the noise.

Best regards,

Wolfgang Denk
Michal Simek Feb. 16, 2011, 9:46 a.m. UTC | #4
Wolfgang Denk wrote:
> Dear Michal Simek,
> 
> In message <4D5B70DE.6070306@monstr.eu> you wrote:
>>>> are available in the git repository at:
>>>>
>>>>    git://www.denx.de/git/u-boot-microblaze.git master
> ...
>>> Which branch should I pull from?
>>>
>>> I guess you mean u-boot-microblaze.git #master ?
>> It was above.
> 
> Oops. Sorry for the noise.

That's no problem.

Thanks,
Michal