mbox

[U-Boot] Pull request - microblaze

Message ID 509CE3F3.3060502@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Michal Simek Nov. 9, 2012, 11:07 a.m. UTC
Hi Tom,

please add these 5 patches to u-boot.
Currently microblaze can't be compiled and this patch
"microblaze: Remove asm/bitops.h from asm/posix_types.h"
fixed it.

Thanks,
Michal


The following changes since commit 1cc619be8b73abbee2fd6faf2cd4ade27b516531:
   Tom Rini (1):
         Merge branch 'master' of git://git.denx.de/u-boot-avr32

are available in the git repository at:

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

Michal Simek (5):
       microblaze: Fix compilation warning in ext2_find_next_zero_bit
       microblaze: Fix byteorder for microblaze
       microblaze: Flush caches before enabling them
       microblaze: Remove asm/bitops.h from asm/posix_types.h
       microblaze: Fix compilation failure because of missing libdts

  arch/microblaze/cpu/cache.c               |    5 -----
  arch/microblaze/cpu/start.S               |    6 ++++++
  arch/microblaze/cpu/u-boot.lds            |    2 ++
  arch/microblaze/include/asm/bitops.h      |    3 ++-
  arch/microblaze/include/asm/byteorder.h   |   23 -----------------------
  arch/microblaze/include/asm/posix_types.h |    3 ---
  arch/microblaze/lib/bootm.c               |    5 -----
  include/configs/microblaze-generic.h      |    4 ++++
  8 files changed, 14 insertions(+), 37 deletions(-)

Comments

Tom Rini Nov. 9, 2012, 3:51 p.m. UTC | #1
On Fri, Nov 09, 2012 at 12:07:31PM +0100, Michal Simek wrote:

> Hi Tom,
> 
> please add these 5 patches to u-boot.
> Currently microblaze can't be compiled and this patch
> "microblaze: Remove asm/bitops.h from asm/posix_types.h"
> fixed it.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 1cc619be8b73abbee2fd6faf2cd4ade27b516531:
>   Tom Rini (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-avr32
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> Michal Simek (5):
>       microblaze: Fix compilation warning in ext2_find_next_zero_bit
>       microblaze: Fix byteorder for microblaze
>       microblaze: Flush caches before enabling them
>       microblaze: Remove asm/bitops.h from asm/posix_types.h
>       microblaze: Fix compilation failure because of missing libdts
> 
>  arch/microblaze/cpu/cache.c               |    5 -----
>  arch/microblaze/cpu/start.S               |    6 ++++++
>  arch/microblaze/cpu/u-boot.lds            |    2 ++
>  arch/microblaze/include/asm/bitops.h      |    3 ++-
>  arch/microblaze/include/asm/byteorder.h   |   23 -----------------------
>  arch/microblaze/include/asm/posix_types.h |    3 ---
>  arch/microblaze/lib/bootm.c               |    5 -----
>  include/configs/microblaze-generic.h      |    4 ++++
>  8 files changed, 14 insertions(+), 37 deletions(-)

Applied to u-boot/master, thanks!