* [U-Boot] [PULL] u-boot-staging/marek.vasut@gmail.com :: FOR u-boot/master
@ 2012-04-06 2:54 Marek Vasut
2012-04-09 15:20 ` Wolfgang Denk
2012-04-09 19:42 ` Wolfgang Denk
0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2012-04-06 2:54 UTC (permalink / raw)
To: u-boot
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 at 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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PULL] u-boot-staging/marek.vasut@gmail.com :: FOR u-boot/master
2012-04-06 2:54 [U-Boot] [PULL] u-boot-staging/marek.vasut@gmail.com :: FOR u-boot/master Marek Vasut
@ 2012-04-09 15:20 ` Wolfgang Denk
2012-04-09 19:42 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2012-04-09 15:20 UTC (permalink / raw)
To: u-boot
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 at 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
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Two wrongs don't make a right, but three rights make a left.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PULL] u-boot-staging/marek.vasut@gmail.com :: FOR u-boot/master
2012-04-06 2:54 [U-Boot] [PULL] u-boot-staging/marek.vasut@gmail.com :: FOR u-boot/master Marek Vasut
2012-04-09 15:20 ` Wolfgang Denk
@ 2012-04-09 19:42 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2012-04-09 19:42 UTC (permalink / raw)
To: u-boot
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 at 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
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Don't try to outweird me, three-eyes. I get stranger things than you
free with my breakfast cereal."
- Zaphod Beeblebrox in "Hitchhiker's Guide to the Galaxy"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-09 19:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-06 2:54 [U-Boot] [PULL] u-boot-staging/marek.vasut@gmail.com :: FOR u-boot/master Marek Vasut
2012-04-09 15:20 ` Wolfgang Denk
2012-04-09 19:42 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox