mbox

[U-Boot,PULL] u-boot-staging/marek.vasut@gmail.com :: FOR u-boot/master

Message ID 201204060454.56108.marex@denx.de
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

git://git.denx.de/u-boot-staging.git marek.vasut@gmail.com

Message

Marek Vasut April 6, 2012, 2:54 a.m. UTC
NOTE: The following was compile-tested on all ARM,MIPS,PPC,X86 u-boot targets 
after applying u-boot-imx/master (to fix ARM cache issues).

Fail list:

arm/mx31pdk                             FAILED FOR: debian eldk5.1 *
mips/dbau1550_el                        FAILED FOR: debian eldk5.1 **
mips/pb1000                             FAILED FOR: debian eldk5.1 **
mips/qi_lb60                            FAILED FOR: debian eldk5.1 **
powerpc/MVBLM7                          FAILED FOR: debian ***
powerpc/MVSMR                           FAILED FOR: debian ***
powerpc/PMC440                          FAILED FOR: debian eldk5.1 ****

* -- unrelated problem to these patches (offloaded to sbabic inc. log)
** -- toolchain issue (mips vs. mipsel)
*** -- mkimage missing, likely buildserver issue
**** -- breakage unrelated to these patches:

Configuring for PMC440 board...
time.o: In function `__timer_get_boot_us':
/home/jenkins/jobs/U-
Boot/workspace/workspace/compiler/debian/device/powerpc___PMC440/lib/time.c:60: 
undefined reference to `get_timer'
/home/jenkins/jobs/U-
Boot/workspace/workspace/compiler/debian/device/powerpc___PMC440/lib/time.c:61: 
undefined reference to `get_timer'

-------------------------------

The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5:

  Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git marek.vasut@gmail.com

for you to fetch changes up to f4cdde40195078a9183a0e29f741dac31ea3d425:

  LMB: Fix undefined lmb_reserve() on non-lmb platforms (2012-04-02 15:54:53 
+0200)

----------------------------------------------------------------
Daniel Schwierzeck (3):
      MIPS: board.c: fix init of flash data in bd_info
      MIPS: fix inconsistency in config option for cache operation mode
      MIPS: fix endianess handling

Marek Vasut (1):
      LMB: Fix undefined lmb_reserve() on non-lmb platforms

 README                         |    6 ++++++
 arch/mips/cpu/mips32/cache.S   |    6 +++++-
 arch/mips/cpu/mips32/config.mk |   21 +++++++++++++++------
 arch/mips/lib/board.c          |    8 ++++++--
 boards.cfg                     |    2 +-
 common/cmd_bootm.c             |    1 +
 include/configs/pb1x00.h       |    2 ++
 7 files changed, 36 insertions(+), 10 deletions(-)

Comments

Wolfgang Denk April 9, 2012, 3:20 p.m. UTC | #1
Dear Marek Vasut,

In message <201204060454.56108.marex@denx.de> you wrote:
...
> The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5:
> 
>   Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-staging.git marek.vasut@gmail.com
> 
> for you to fetch changes up to f4cdde40195078a9183a0e29f741dac31ea3d425:
> 
>   LMB: Fix undefined lmb_reserve() on non-lmb platforms (2012-04-02 15:54:53 
> +0200)
> 
> ----------------------------------------------------------------
> Daniel Schwierzeck (3):
>       MIPS: board.c: fix init of flash data in bd_info
>       MIPS: fix inconsistency in config option for cache operation mode
>       MIPS: fix endianess handling

These are all MIPS related patches, so they are suppoesed to go
through the MIPS custodian repository, or at least need his blessing.
I put Shinya Kuribayashi on cc:

> Marek Vasut (1):
>       LMB: Fix undefined lmb_reserve() on non-lmb platforms

I already applied this directly.

Thanks!

Best regards,

Wolfgang Denk
Wolfgang Denk April 9, 2012, 7:42 p.m. UTC | #2
Dear Marek Vasut,

In message <201204060454.56108.marex@denx.de> you wrote:
...
> The following changes since commit c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5:
> 
>   Prepare v2012.04-rc1 (2012-03-31 00:13:05 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-staging.git marek.vasut@gmail.com
> 
> for you to fetch changes up to f4cdde40195078a9183a0e29f741dac31ea3d425:
> 
>   LMB: Fix undefined lmb_reserve() on non-lmb platforms (2012-04-02 15:54:53 
> +0200)
> 
> ----------------------------------------------------------------
> Daniel Schwierzeck (3):
>       MIPS: board.c: fix init of flash data in bd_info
>       MIPS: fix inconsistency in config option for cache operation mode
>       MIPS: fix endianess handling

Applied, thanks.

Best regards,

Wolfgang Denk