
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
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@lists.denx.de/msg69998.html
for MACH_TYPE_SONATA http://www.mail-archive.com/u-boot@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