All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] U-Boot build report @ Sat Mar 31 05:30:15 CEST 2012
Date: Sat, 31 Mar 2012 15:43:03 +0200	[thread overview]
Message-ID: <20120331154303.21535f51@wker> (raw)
In-Reply-To: <201203311459.06597.marex@denx.de>

Hi Marek,

Ccing Simon.

On Sat, 31 Mar 2012 14:59:06 +0200
Marek Vasut <marex@denx.de> wrote:
...
> we now have exactly these boards not building for -RC1, can you please look into 
> it?:
> 
> arm/flea3                               FAILED FOR: eldk4.2 eldk5.1

This is fixed by patch http://patchwork.ozlabs.org/patch/149658/

...
> arm/mx35pdk                             FAILED FOR: eldk4.2 eldk5.1

Same as for flea3 board.

> arm/seaboard                            FAILED FOR: eldk4.2 eldk5.1
> arm/ventana                             FAILED FOR: eldk4.2 eldk5.1

These boards actually build without errors and warnings, but
errors/warnings status is reported by MAKEALL because of the output:

DTC: dts->dtb  on file "dt.dtb.tmp"

This could be fixed by

diff --git a/dts/Makefile b/dts/Makefile
index 5792afd..d19a622 100644
--- a/dts/Makefile
+++ b/dts/Makefile
@@ -47,7 +47,7 @@ DT_BIN	:= $(obj)dt.dtb
 
 $(DT_BIN): $(TOPDIR)/board/$(VENDOR)/dts/$(DEVICE_TREE).dts
 	cat $< | $(CPP) -P $(DTS_CPPFLAGS) - >$@.tmp
-	$(DTC) -R 4 -p 0x1000 -O dtb -o ${DT_BIN} $@.tmp
+	$(DTC) -R 4 -p 0x1000 -O dtb -o ${DT_BIN} $@.tmp 2> /dev/null
 	rm $@.tmp
 
 process_lds = \

...
> powerpc/PMC440                          FAILED FOR: eldk4.2 eldk5.1

This could be fixed by http://patchwork.ozlabs.org/patch/147745
but maybe we should better move timer_get_boot_us() to common/bootstage.c
to fix it.

Thanks for build testing and reporting!

Anatolij

  reply	other threads:[~2012-03-31 13:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-31 12:59 [U-Boot] U-Boot build report @ Sat Mar 31 05:30:15 CEST 2012 Marek Vasut
2012-03-31 13:43 ` Anatolij Gustschin [this message]
2012-03-31 14:04   ` Anatolij Gustschin
2012-03-31 14:12     ` Marek Vasut
2012-03-31 15:51       ` Simon Glass
2012-03-31 15:53         ` Marek Vasut
2012-03-31 16:22 ` Simon Glass
2012-03-31 17:14   ` Marek Vasut
2012-04-02 15:54 ` Tom Rini
2012-04-02 16:10   ` Marek Vasut
2012-04-02 16:21     ` Tom Rini
2012-04-02 16:30       ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120331154303.21535f51@wker \
    --to=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.