From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/5] arm, davinci: add am1808 based enbw_cmc board
Date: Wed, 30 Nov 2011 08:35:07 +0100 [thread overview]
Message-ID: <4ED5DCAB.3080906@denx.de> (raw)
In-Reply-To: <CA+M6bXkXFNNoOfZr2rdujtNGgr-BK7qbyMBrH0LvG0W3PrRNhA@mail.gmail.com>
Hello Tom,
Tom Rini wrote:
> On Tue, Nov 29, 2011 at 5:33 AM, Heiko Schocher <hs@denx.de> wrote:
>> repost from:
>> [U-Boot] [PATCH v3 0/3] arm, davinci: add am1808 based enbw_cmc board
>> http://lists.denx.de/pipermail/u-boot/2011-November/111427.html
>>
>> changes for v4:
>> - change gp0[15] output state to high
>> - change gp6[10] output state to high
>> add comments from Igor Grinberg:
>> - removed clean, distclean targets from Makefile
>> - sorted includes
>> - aligned table
>> - use misc functions from board/davinci/common moved for this
>> board/davinci/common/misc.c to arch/arm/cpu/arm926ejs/davinci/misc.c
>> in a seperate patch
>> - use da8xx_configure_lpsc_items()
>> add comments from Wolfgang Denk:
>> - return instead continue, if gpio_request fails.
>>
>> Following patches are needed for this patchset
>> - patchset from Christian Riesch:
>> [U-Boot] [PATCH v3 00/15] Add an SPL to boot the da850evm from SPI
>> http://lists.denx.de/pipermail/u-boot/2011-November/111182.html
>>
>> - [U-Boot,1/2] arm, arm926ejs: always do cpu critical inits
>> patchwork.ozlabs.org/patch/124787/
>
> I've taken this one.
Thanks!
>
>> - [U-Boot] arm, fdt: update ethernet mac address before booting Linux
>> http://patchwork.ozlabs.org/patch/114736/
>
> I've delegated this to Albert.
Ok, thanks!
> The rest of the series (will be) queued to u-boot-ti, thanks for your patience.
Yep, checked this. The enbw_cmc board build and works fine with u-boot-ti.git
A "./MAKEALL -a arm --soc davinci" show me this errors:
Configuring for davinci_schmoogie board...
schmoogie.c: In function 'board_init':
schmoogie.c:37:27: error: 'MACH_TYPE_SCHMOOGIE' undeclared (first use in this function)
schmoogie.c:37:27: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [schmoogie.o] Fehler 1
make: *** [board/davinci/schmoogie/libschmoogie.o] Fehler 2
arm-linux-gnueabi-size: './u-boot': No such file
Configuring for davinci_sffsdr board...
text data bss dec hex filename
187778 6216 54620 248614 3cb26 ./u-boot
Configuring for davinci_sonata board...
sonata.c: In function 'board_init':
sonata.c:38:27: error: 'MACH_TYPE_SONATA' undeclared (first use in this function)
sonata.c:38:27: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [sonata.o] Fehler 1
make: *** [board/davinci/sonata/libsonata.o] Fehler 2
arm-linux-gnueabi-size: './u-boot': No such file
Fixes for this from Christian Riesch
for MACH_TYPE_SCHMOOGIE
http://www.mail-archive.com/u-boot at lists.denx.de/msg69998.html
for MACH_TYPE_SONATA
http://www.mail-archive.com/u-boot at lists.denx.de/msg69997.html
I could not find this patches in patchwork, nor are they applied
in u-boot-arm.git ... Ah, they are in mainline u-boot.git ... Ok,
they are not lost!
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
prev parent reply other threads:[~2011-11-30 7:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-29 12:33 [U-Boot] [PATCH v4 0/5] arm, davinci: add am1808 based enbw_cmc board Heiko Schocher
2011-11-29 12:33 ` [U-Boot] [PATCH v4 1/5] arm, davinci: move davinci_rtc struct to hardware.h Heiko Schocher
2011-12-21 13:54 ` Christian Riesch
2011-11-29 12:33 ` [U-Boot] [PATCH v4 2/5] arm, davinci, da850: add uart1 tx rx pinmux config Heiko Schocher
2011-11-29 12:33 ` [U-Boot] [PATCH v4 3/5] arm, board/davinci/common/misc.c: Codingstyle cleanup Heiko Schocher
2011-11-29 12:33 ` [U-Boot] [PATCH v4 4/5] arm, davinci: move misc function in arch tree Heiko Schocher
2011-11-29 12:33 ` [U-Boot] [PATCH v4 5/5] arm, davinci: add support for am1808 based enbw_cmc board Heiko Schocher
2011-11-29 15:20 ` [U-Boot] [PATCH v4 0/5] arm, davinci: add " Christian Riesch
2011-11-29 19:32 ` Tom Rini
2011-11-30 7:35 ` Heiko Schocher [this message]
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=4ED5DCAB.3080906@denx.de \
--to=hs@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox