mbox

[U-Boot] Pull request v2 - microblaze

Message ID 4E896313.1020508@monstr.eu
State Accepted
Headers show

Pull-request

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

Message

Michal Simek Oct. 3, 2011, 7:24 a.m. UTC
Dear Wolfgang Denk,

please pull the following changes.
All patches were check by checkpatch script and were sent to mailing list.

v2: Removed Marek's mainline patch from pull request - no repository change.

Thanks,
Michal

The following changes since commit 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4:
   Marek Vasut (1):
         GCC4.6: Squash warning in lzo1x_decompress.c

are available in the git repository at:

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

Michal Simek (7):
       microblaze: Remove debug saving value
       microblaze: Setup MB vectors if feature is enable for u-boot
       microblaze: Save and restore first unused vector
       microblaze: Clean up reset asm code
       microblaze: Do not select NFS for platforms without ethernet
       microblaze: Remove address offset for uart16550
       microblaze: Enable FDT/FIT support

  arch/microblaze/cpu/start.S          |   67 ++++++++++++++++------------------
  include/configs/microblaze-generic.h |    9 ++++-
  2 files changed, 39 insertions(+), 37 deletions(-)

Comments

Wolfgang Denk Oct. 4, 2011, 7:38 p.m. UTC | #1
Dear Michal Simek,

In message <4E896313.1020508@monstr.eu> you wrote:
> Dear Wolfgang Denk,
> 
> please pull the following changes.
> All patches were check by checkpatch script and were sent to mailing list.
> 
> v2: Removed Marek's mainline patch from pull request - no repository change.
> 
> Thanks,
> Michal
> 
> The following changes since commit 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4:
>    Marek Vasut (1):
>          GCC4.6: Squash warning in lzo1x_decompress.c
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (7):
>        microblaze: Remove debug saving value
>        microblaze: Setup MB vectors if feature is enable for u-boot
>        microblaze: Save and restore first unused vector
>        microblaze: Clean up reset asm code
>        microblaze: Do not select NFS for platforms without ethernet
>        microblaze: Remove address offset for uart16550
>        microblaze: Enable FDT/FIT support
> 
>   arch/microblaze/cpu/start.S          |   67 ++++++++++++++++------------------
>   include/configs/microblaze-generic.h |    9 ++++-
>   2 files changed, 39 insertions(+), 37 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk