From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 09/16] ARM: remove broken "versatile" boards.
Date: Tue, 30 Aug 2011 09:16:45 +0200 [thread overview]
Message-ID: <4E5C8E5D.3020702@denx.de> (raw)
In-Reply-To: <4E5C8778.6080402@aribaud.net>
On 08/30/2011 08:47 AM, Albert ARIBAUD wrote:
> Hi Stefano,
Hi Albert,
> Building all versatile boards here with ELDK4.2 on a Natty Ubuntu, I get
> warnings of two sorts:
>
> 1) in the QEMU build, you needlessly cast a pointer as 'volatile',
This is wrong...
> which
> I missed on review but which my compiler does not like -- I did a
> general removal patch for code in U-Boot that calls get_ram_size() with
> a volatile-cast argument.
I saw the same issue rebuilding all IMX board for the scb9328 - because
this was the only board with this warning I found, I sent a patch for it
and I have already applied to u-boot-imx. I sent to you a "pull
request", but let me know if you prefer I drop my patch from u-boot-imx
before you merge into u-boot-arm.
>
> 2) There are a lot of redefinitions, apparently a double include.
>
> Can you look into this?
>
> uboot at lilith:~/src/u-boot-arm$ ./MAKEALL versatileqemu versatilepb
> versatileab
Ok, that is clear. I tested only with qemu, because I have not the real
board.
> Configuring for versatileqemu - Board: versatile, Options:
> ARCH_VERSATILE_QEMU
> versatile.c: In function 'dram_init':
> versatile.c:98: warning: passing argument 1 of 'get_ram_size' discards
> qualifiers from pointer target type
> text data bss dec hex filename
> 100896 2140 12020 115056 1c170 ./u-boot
> Configuring for versatilepb - Board: versatile, Options: ARCH_VERSATILE_PB
Yes, it is redefined. I will send the patch, I will test the board
running in the qemu environment.
Best regards,
Stefano
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
next prev parent reply other threads:[~2011-08-30 7:16 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-24 14:12 [U-Boot] [STATUS] ARM: board removal Albert ARIBAUD
2011-08-24 16:09 ` Reinhard Meyer
2011-08-24 17:19 ` Albert ARIBAUD
2011-08-24 18:11 ` Wolfgang Denk
2011-08-25 13:03 ` Albert ARIBAUD
2011-08-25 20:36 ` Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 00/16] " Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 01/16] ARM: remove broken "armadillo" board Wolfgang Denk
2011-08-26 15:41 ` Marek Vasut
2011-08-26 19:57 ` Wolfgang Denk
2011-08-26 20:49 ` Marek Vasut
2011-08-26 22:29 ` Wolfgang Denk
2011-08-30 6:06 ` Albert ARIBAUD
2011-08-30 7:20 ` Marek Vasut
2011-08-30 9:32 ` Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 02/16] ARM: remove broken "B2" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 03/16] ARM: remove broken "edb93xx" boards Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 04/16] ARM: remove broken "lpd7a40x" boards Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 05/16] ARM: remove broken "mx1fs2" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 06/16] ARM: remove broken "netstar" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 07/16] ARM: remove broken "sbc2410x" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 08/16] ARM: remove broken "smdk2400" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 09/16] ARM: remove broken "versatile" boards Wolfgang Denk
2011-08-26 12:56 ` Stefano Babic
2011-08-30 6:47 ` Albert ARIBAUD
2011-08-30 7:16 ` Stefano Babic [this message]
2011-08-30 8:16 ` Albert ARIBAUD
2011-08-30 8:24 ` Albert ARIBAUD
2011-08-26 12:25 ` [U-Boot] [PATCH v2 10/16] ARM: remove broken "voiceblue" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 11/16] ARM: remove broken "at91cap9adk" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 12/16] ARM: remove broken "cmc_pu2" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 13/16] ARM: remove broken "csb637" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 14/16] ARM: remove broken "kb9202" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 15/16] ARM: remove broken "m501sk" board Wolfgang Denk
2011-08-26 12:25 ` [U-Boot] [PATCH v2 16/16] ARM: remove broken "at91rm9200dk" board Wolfgang Denk
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=4E5C8E5D.3020702@denx.de \
--to=sbabic@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.