Re: [U-Boot] [patch] csb337 board support (ARM at91rm9200)

2009-06-29 Thread David Brownell
On Thursday 25 June 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: On 14:58 Fri 12 Jun , David Brownell wrote: Add support for csb337, an older at91rm9200 board. These boards originally shipped with MicroMonitor, not U-Boot. This config supports boot from Ethernet, and talks over I2C

Re: [U-Boot] [PATCH] at91: Add esd gmbh MEESC board support

2009-06-29 Thread Daniel Gorsulowski
Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:21 Tue 23 Jun , Daniel Gorsulowski wrote: This patch adds support for esd gmbh MEESC board. The MEESC is based on an Atmel AT91SAM9263 SoC. Signed-off-by: Daniel Gorsulowski daniel.gorsulow...@esd.eu --- Jean-Christophe: This patch requires

Re: [U-Boot] Compiling the latest u-boot-2009.06 with Cross-2.95, and errors came out

2009-06-29 Thread Johnson Yu
Hi Detlev Z, Thanks for your suggestions, and after I upgraded the toolchain to v3.2, those problems went away. However, new errors turned up as expected: 1) the invocations of U_BOOT_CMD in several .c files, common/cmd_bootm.c line 923, common/cmd_source.c line 232, common/cmd_ximg.c line

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-29 Thread Thomas Doerfler
Richard, Richard Stallman wrote: Wouldn't it make sense to add a paragraph to the GPL, stating that a company using GPL software in their system must also provide all that documentation to their customers? Only then the SW modification can be properly done? It is not

Re: [U-Boot] [PATCH] xscale: add support for the polaris board

2009-06-29 Thread stefano babic
Jean-Christophe PLAGNIOL-VILLARD wrote: MAINTAINERS |4 please add it in the MAKEALL Right. I will fix it. -void usb_board_init(void) +int usb_board_init(void) { UHCHR = (UHCHR | UHCHR_PCPL | UHCHR_PSPL) ~(UHCHR_SSEP0 | UHCHR_SSEP1 |

[U-Boot] [PATCH] at91: Add CAN init function

2009-06-29 Thread Daniel Gorsulowski
To enable CAN init, CONFIG_CAN has to be defined in the board config file and at91_can_hw_init() has to be called in the board specific code. CAN is available on AT91SAM9263 and AT91CAP9 SoC. Signed-off-by: Daniel Gorsulowski daniel.gorsulow...@esd.eu --- cpu/arm926ejs/at91/at91cap9_devices.c

[U-Boot] (no subject)

2009-06-29 Thread Krishna, Mahith
Hi all, I am trying to boot OMAP3430SDP with MMC2 but cant get it to boot. I think there is some problem with x-load or u-boot. Can someone help me out and tell me what to do? Regards, Mahith ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] How to thread a patch sequence?

2009-06-29 Thread Prafulla Wadaskar
-Original Message- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] Sent: Monday, June 29, 2009 1:23 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] How to thread a patch sequence? On 11:54 Sun 28 Jun , Prafulla Wadaskar wrote:

Re: [U-Boot] (no subject)

2009-06-29 Thread Nishanth Menon
Krishna, Mahith said the following on 06/29/2009 10:18 AM: I am trying to boot OMAP3430SDP with MMC2 but cant get it to boot. I think there is some problem with x-load or u-boot. Can someone help me out and tell me what to do? Neither is supported for mmc2 - specifically x-loader

Re: [U-Boot] mmc2 on OMAP sdp3430

2009-06-29 Thread Nishanth Menon
Krishna, Mahith said the following on 06/29/2009 10:18 AM: I am trying to boot OMAP3430SDP with MMC2 but cant get it to boot. I think there is some problem with x-load or u-boot. Can someone help me out and tell me what to do? Neither is supported for mmc2 - specifically x-loader

Re: [U-Boot] mmc2 on OMAP sdp3430

2009-06-29 Thread Krishna, Mahith
Hi Nishant, Thanks for the quick reply... If neither is supported then how can I get the sdp to boot with mmc2? Regards, Mahith From: Nishanth Menon [menon.nisha...@gmail.com] Sent: Monday, June 29, 2009 1:17 PM To: Krishna, Mahith Cc:

[U-Boot] [PATCH] Kirkwood: add Marvell Sheevaplug gpio support

2009-06-29 Thread Dieter Kiermaier
Hi List, this if my first patch which goes to the wild. So please don't be croos with me if I made some stupid thing :) Any comments or feedback would be very welcome! Is it common that the patch writer gives his Signed-off-by or who is responsible for that? Cheers, Dieter From

Re: [U-Boot] mmc2 on OMAP sdp3430

2009-06-29 Thread Nishanth Menon
Krishna, Mahith said the following on 06/29/2009 10:54 AM: If neither is supported then how can I get the sdp to boot with mmc2 You can see mmc2 support patches in u-boot mailing list - it could be available once those are merged in. x-loader I do not know. Regards, Nishanth Menon

Re: [U-Boot] show_boot_progess @ ppc not working

2009-06-29 Thread André Schwarz
On Sun, 2009-06-28 at 11:09 +0200, Heiko Schocher wrote: Hello André, sorry for the late reply, I was on vacation ... André Schwarz wrote: this issue looks still unfixed and is somewhat annoying. Seems that this fix didn;t find the way in mainline. What fix ? removing the _weak_

[U-Boot] EHCI and OHCI driver in u-boot

2009-06-29 Thread xiaoguizi007
Hi, I am using pci multi-funtion usb HC ISP1564, but do not know how to use the EHCI and OHCI driver in u-boot at the same time, can anybody help me or provide me any useful infomation ? Best Regards Thanks, Josh Wei___ U-Boot mailing list

Re: [U-Boot] [PATCH] Kirkwood: add Marvell Sheevaplug gpio support

2009-06-29 Thread Dieter Kiermaier
-Original Message- From: Dieter Kiermaier [mailto:dk-arm-li...@gmx.de] Sent: Monday, June 29, 2009 1:33 PM To: u-boot@lists.denx.de Cc: Prafulla Wadaskar Subject: [PATCH] Kirkwood: add Marvell Sheevaplug gpio support Hi List, this if my first patch which goes to

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-29 Thread IaMaPlAyEr
hi~ thanks for your reply. sorry for my ability of writing and understanding the code =D btw, How contribute my idea of this function, I means, it should be more clean or easy just like this: unsigned long get_ram_size(volatile long *base, long maxsize) { unsigned long mem;

Re: [U-Boot] [PATCH] Kirkwood: add Marvell Sheevaplug gpio support

2009-06-29 Thread Dieter Kiermaier
Am Montag 29 Juni 2009 10:15:22 schrieb Prafulla Wadaskar: -Original Message- From: Dieter Kiermaier [mailto:dk-arm-li...@gmx.de] Sent: Monday, June 29, 2009 1:33 PM To: u-boot@lists.denx.de Cc: Prafulla Wadaskar Subject: [PATCH] Kirkwood: add Marvell Sheevaplug gpio support

Re: [U-Boot] show_boot_progess @ ppc not working

2009-06-29 Thread Heiko Schocher
Hello André, André Schwarz wrote: On Sun, 2009-06-28 at 11:09 +0200, Heiko Schocher wrote: Hello André, sorry for the late reply, I was on vacation ... André Schwarz wrote: this issue looks still unfixed and is somewhat annoying. Seems that this fix didn;t find the way in mainline.

[U-Boot] [PATCH 1/6] net: merge bugfix: Marvell Kirkwood gigabit ethernet driver

2009-06-29 Thread Prafulla Wadaskar
This patch looks okay on u-boot-net.git/next branch but when it was merged to u-boot.git/master the last line is missing Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- drivers/net/kirkwood_egiga.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH v3 2/6] nand: Add Marvell Kirkwood NAND driver

2009-06-29 Thread Prafulla Wadaskar
This patch adds a NAND driver for the Marvell Kirkwood SoC's Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Change log: v2: updated as per feedback for v1 (cosmetic change) v3: missing year added for copy right statement drivers/mtd/nand/Makefile|1 +

[U-Boot] [PATCH 3/6] arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support

2009-06-29 Thread Prafulla Wadaskar
This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- cpu/arm926ejs/kirkwood/cpu.c |6 +- include/asm-arm/arch-kirkwood/cpu.h |8

[U-Boot] [PATCH 4/6] usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

2009-06-29 Thread Prafulla Wadaskar
Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- drivers/usb/host/ehci-hcd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index bbd547b..7a55638 100644 --- a/drivers/usb/host/ehci-hcd.c +++

[U-Boot] [PATCH 5/6] usb: add Marvell Kirkwood ehci host controller driver

2009-06-29 Thread Prafulla Wadaskar
This driver is tested on Sheevaplug platform Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- drivers/usb/host/Makefile|1 + drivers/usb/host/ehci-kirkwood.c | 108 ++ 2 files changed, 109 insertions(+), 0 deletions(-) create mode 100644

[U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support

2009-06-29 Thread Prafulla Wadaskar
Reference: http://plugcomputer.org/ http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support This patch is tested for- 1. Boot from DRAM/NAND flash 2. File transfer using tftp 3. NAND flash read/write/erase 4. Linux kernel and RFS Boot from NAND 5. Enabled USB PHY init for kernel need 6.

[U-Boot] [PATCH v3] arm nomadik: use 1000 as HZ value and rewrite timer code

2009-06-29 Thread Alessandro Rubini
From: Alessandro Rubini rub...@unipv.it This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites timer code, which is now both correct and much smaller. Unused functions like udelay_masked() have been removed as no driver uses them, even the ones that are not currently active for

Re: [U-Boot] [PATCH] at91: Add esd gmbh MEESC board support

2009-06-29 Thread Daniel Gorsulowski
Daniel Gorsulowski wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: snip + +int checkboard(void) +{ + char str[32]; + char buf[32]; + + puts(Board: esd CAN-EtherCAT Gateway); + if (getenv_r(serial#, str, sizeof(str)) 0) { + puts(, serial# ); + puts(str); +

Re: [U-Boot] Kernel patch for CONFIG_LOGBUFFER

2009-06-29 Thread Detlev Zundel
Hi Serguei, I'm looking for a working patch for the Linux kernel 2.6.28.8 that would allow using CONFIG_LOGBUFFER (a kernel log buffer shared between U-Boot and the kernel). I'm using u-boot 1.3.3. When LOGBUFFER is enabled in the kernel configuration the kernel build fails with:

[U-Boot] [PATCH] at91: Add esd gmbh MEESC board support

2009-06-29 Thread Daniel Gorsulowski
This patch adds support for esd gmbh MEESC board. The MEESC is based on an Atmel AT91SAM9263 SoC. Signed-off-by: Daniel Gorsulowski daniel.gorsulow...@esd.eu --- MAINTAINERS |4 + MAKEALL |1 + Makefile|3 +

[U-Boot] [PATCH] UBI: Fix build problem noticed on Apollon (arm/testing repo)

2009-06-29 Thread Stefan Roese
This patch fixes a build problem noticed on Apollon by using mtd_dev_by_eb() instead of / as done in the Linux UBI version. So this brings the U-Boot UBI version more in sync with the Linux version again. Signed-off-by: Stefan Roese s...@denx.de --- drivers/mtd/ubi/build.c |2 +- 1 files

Re: [U-Boot] Compiling the latest u-boot-2009.06 with Cross-2.95, and errors came out

2009-06-29 Thread Detlev Zundel
Hi Johnson Yu, Hi Detlev Z, Thanks for your suggestions, and after I upgraded the toolchain to v3.2, those problems went away. Why did you upgrade only to 3.2? We are currently using gcc-4.2.2. You are welcome to download ELDK 4.2 for arm[1] and give it a try. However, new errors turned

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-29 Thread Detlev Zundel
Hi, thanks for your reply. sorry for my ability of writing and understanding the code =D btw, How contribute my idea of this function, I means, it should be more  clean or easy just like this: unsigned long get_ram_size(volatile long *base, long maxsize) {     unsigned long mem;  

Re: [U-Boot] [PATCH] UBI: Fix build problem noticed on Apollon (arm/testing repo)

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:30 Mon 29 Jun , Stefan Roese wrote: This patch fixes a build problem noticed on Apollon by using mtd_dev_by_eb() instead of / as done in the Linux UBI version. So this brings the U-Boot UBI version more in sync with the Linux version again. Signed-off-by: Stefan Roese s...@denx.de

[U-Boot] [PATCH1/2] Kirkwood: add Marvell Kirkwood gpio driver

2009-06-29 Thread Dieter Kiermaier
Hi again, Here is my first out of 2 patches which adds gpio support to arch/kirkwood. Any suggestions? Cheers, Dieter From fcdea0c7bba3c25a1fb183bbcaf6d1a4ec32a157 Mon Sep 17 00:00:00 2001 From: Dieter Kiermaier dk-arm-li...@gmx.de Date: Mon, 29 Jun 2009 14:22:13 +0200 Subject: [PATCH]

[U-Boot] [PATCH2/2] Sheevaplug: Add Kirkwood gpio support to Sheevaplug

2009-06-29 Thread Dieter Kiermaier
Hi, patch 2 of 2 which adds Kirkwood GPIO support to Sheevaplug. Any comments are welcome! Dieter From 528b24be54256cee20f965bc772390034eaeb232 Mon Sep 17 00:00:00 2001 From: Dieter Kiermaier dk-arm-li...@gmx.de Date: Mon, 29 Jun 2009 14:29:15 +0200 Subject: [PATCH] Sheevaplug: Add Kirkwood

Re: [U-Boot] [PATCH 4/6] usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

2009-06-29 Thread Michael Trimarchi
Prafulla Wadaskar wrote: Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- drivers/usb/host/ehci-hcd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index bbd547b..7a55638 100644 ---

[U-Boot] [PATCH] mmc: set bus width to 1 and clock to minimum early during initialization

2009-06-29 Thread Ilya Yanok
We need to switch back to 1-bit before initialization or SD 2.0 cards will fail to send SCR if we've switched to 4-bit already. Signed-off-by: Ilya Yanok ya...@emcraft.com --- drivers/mmc/mmc.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c

Re: [U-Boot] [PATCH] mtd: Update MTD infrastructure to support 64bit device size

2009-06-29 Thread Stefan Roese
Hi Dirk, On Sunday 28 June 2009 07:47:31 Dirk Behme wrote: Anyway, I would vote for moving these two commits as soon as possible into mainline to fix mainline, too. But there was some discussion about how to deal with Makefile changes to the patches Jean-Christophe sent to the list.

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-29 Thread Arno Fischer
In article pine.lnx.4.64ksi.0906271550150.14...@home-gw.koi8.net, k...@koi8.net says... On Sat, 27 Jun 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: and this is why i dislike the GPLv3. the GPLv2 was all about the source, so the conversation between developers and everyone else

[U-Boot] [PATCH v2] Atmel LCD driver GUARDTIME fix

2009-06-29 Thread Mark Jackson
This patch allows the guard time parameter to be set in the Atmel LCDC driver. By default, the previous value of 1 is used, unless the setting is defined elsewhere. Signed-off-by: Mark Jackson m...@mimc.co.uk --- drivers/video/atmel_lcdfb.c |7 +-- 1 files changed, 5 insertions(+), 2

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-29 Thread Robin Getz
On Thu 25 Jun 2009 10:41, Detlev Zundel pondered: Hi Mike, It is this certification is only possible like we say attitude which I seriously question. whether you question this attitude doesnt matter. you arent a lawyer in general, you arent a lawyer for these companies, and you arent

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-29 Thread Frank Svendsbøe
On Mon, Jun 29, 2009 at 4:56 PM, Arno Fischera.f@novotech.co.at wrote: In article pine.lnx.4.64ksi.0906271550150.14...@home-gw.koi8.net, k...@koi8.net says... On Sat, 27 Jun 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: and this is why i dislike the GPLv3.  the GPLv2 was all about

Re: [U-Boot] How to thread a patch sequence?

2009-06-29 Thread Mike Frysinger
On Monday 29 June 2009 03:35:53 Prafulla Wadaskar wrote: How do I relate/thread the patch with previous posted patch in case I do not have message-id for older one? generally speaking, you should not post a new patch series as a follow up to an e-mail. patch series should stand by themselves.

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-29 Thread Mike Frysinger
On Monday 29 June 2009 11:27:35 Frank Svendsbøe wrote: On Mon, Jun 29, 2009 at 4:56 PM, Arno Fischera.f@novotech.co.at wrote: Third that. Arno: I thought only main developers could state their opinion regarding this? You don't seem to be that according to git-log. the question is posed

Re: [U-Boot] [PATCH v2] Atmel LCD driver GUARDTIME fix

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:59 Mon 29 Jun , Mark Jackson wrote: This patch allows the guard time parameter to be set in the Atmel LCDC driver. By default, the previous value of 1 is used, unless the setting is defined elsewhere. Signed-off-by: Mark Jackson m...@mimc.co.uk --- fine for me Best Regards, J.

Re: [U-Boot] [PATCH 4/6] S5PC100: onenand driver for SMDKC100 support

2009-06-29 Thread Scott Wood
On Sat, Jun 27, 2009 at 04:32:35PM +0900, Kyungmin Park wrote: +/** + * onenand_read_burst + * + * 16 Burst read: performance is improved up to 40%. + */ +static void onenand_read_burst(void *dest, const void *src, size_t len) +{ +     int count; + +     if (len % 16 != 0) +  

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-29 Thread Detlev Zundel
Hi Frank, Arno: I thought only main developers could state their opinion regarding this? You don't seem to be that according to git-log. Detlev: If one-line patch contributers are allowed to vote (which may not be fair), my vote goes for GPLv3. Keep fighting for freedom ;-) We're not

Re: [U-Boot] [PATCH 4/6] usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

2009-06-29 Thread Prafulla Wadaskar
-Original Message- From: Michael Trimarchi [mailto:trimar...@gandalf.sssup.it] Sent: Monday, June 29, 2009 5:48 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Ronen Shitrit Subject: Re: [U-Boot] [PATCH 4/6] usb: bugfix

Re: [U-Boot] Kernel patch for CONFIG_LOGBUFFER

2009-06-29 Thread Evseev, Serguei
On Monday, June 29, 2009 7:23 AM, Detlev Zundel [mailto:d...@denx.de] wrote Serguei sevs...@safenet-inc.com wrote: I'm looking for a working patch for the Linux kernel 2.6.28.8 that would allow using CONFIG_LOGBUFFER (a kernel log buffer shared between U-Boot and the kernel). I'm using

Re: [U-Boot] [PATCH 4/6] usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

2009-06-29 Thread Michael Trimarchi
Prafulla Wadaskar wrote: -Original Message- From: Michael Trimarchi [mailto:trimar...@gandalf.sssup.it] Sent: Monday, June 29, 2009 5:48 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Ronen Shitrit Subject: Re: [U-Boot] [PATCH 4/6]

Re: [U-Boot] Trouble booting using board info

2009-06-29 Thread Mikhail Zaturenskiy
Is it possible to look at a post-fixup device tree in u-boot? It looks like u-boot is not updating my dts with the values for my RAM, cpu frequency, etc. before loading the kernel. Is there any obvious reason for this? Am I missing a #define of some sort?

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-29 Thread Richard Stallman
As Mike has stated - we work on many devices who's products would fall under the GPL 3's User Products category - who's manufactures have told us No GPL3. Would you like to describe one such product? All the product types discussed so far are outside the category of User

Re: [U-Boot] Trouble booting using board info

2009-06-29 Thread Jerry Van Baren
Mikhail Zaturenskiy wrote: Is it possible to look at a post-fixup device tree in u-boot? It looks like u-boot is not updating my dts with the values for my RAM, cpu frequency, etc. before loading the kernel. Is there any obvious reason for this? Am I missing a #define of some sort? Hi

Re: [U-Boot] [PATCH v4 6/6] MX31: Add NAND SPL boot support to i.MX31 PDK board.

2009-06-29 Thread Magnus Lilja
Jean-Christpohe, Seems like you missed the last part in my series, could you apply this one as well? Regards, Magnus 2009/6/13 Magnus Lilja lilja.mag...@gmail.com: Signed-off-by: Magnus Lilja lilja.mag...@gmail.com ---  MAKEALL                                     |    1 +  Makefile          

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-29 Thread Robin Getz
On Mon 29 Jun 2009 14:48, Richard Stallman pondered: As Mike has stated - we work on many devices who's products would fall under the GPL 3's User Products category - who's manufactures have told us No GPL3. Would you like to describe one such product? Portable hand held

[U-Boot] [PATCH 2/3] Blackfin: blackstamp: update spi flash settings

2009-06-29 Thread Mike Frysinger
The latest blackstamp boards can only run the SPI flash at 15MHz before they start to crap out, so lower the max speeds accordingly. The new SPI flash also has different sector requirements, so update the environment sizes as well. Signed-off-by: Mike Frysinger vap...@gentoo.org ---

[U-Boot] [PATCH 3/3] Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on

2009-06-29 Thread Mike Frysinger
From: Harald Krapfenbauer harald.krapfenba...@bluetechnix.at The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender board, so add a simple example of how to do that in the board config. Signed-off-by: Harald Krapfenbauer harald.krapfenba...@bluetechnix.at Signed-off-by: Mike

[U-Boot] [PATCH 1/3] Blackfin: add cache_dump commands

2009-06-29 Thread Mike Frysinger
A few debug-type commands used to dump the raw icache/dcache data. Useful when trying to track down cache-related bugs. Signed-off-by: Mike Frysinger vap...@gentoo.org --- lib_blackfin/Makefile |1 + lib_blackfin/cmd_cache_dump.c | 145 + 2

Re: [U-Boot] mcf54455 evb ethernet tx timeouts

2009-06-29 Thread Liew Tsi Chung-R5AAHP
Matt, What are the settings for SW1[5] and SW1[6]? Should be SW1[5]-on and SW1[6]-off. After programmed the Intel flash from Atmel flash, did you flip the switch boot from Intel flash (SW1[3]-off)? Is your network 100Tbase or 10Tbase? If you able to perform the same task in Atmel boot, you

[U-Boot] [PATCH] Blackfin: TWI/I2C: fix pure writes

2009-06-29 Thread Mike Frysinger
From: Peter Meerwald pme...@pmeerw.net If doing a pure write with register address and data (not a read/write combo transfer), we don't set the initial transfer length properly which ends up causing only the register address to be transferred. While we're here, fix the i2c_write() parameter

Re: [U-Boot] [PATCH] at91: Add esd gmbh MEESC board support

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:24 Mon 29 Jun , Daniel Gorsulowski wrote: This patch adds support for esd gmbh MEESC board. The MEESC is based on an Atmel AT91SAM9263 SoC. Signed-off-by: Daniel Gorsulowski daniel.gorsulow...@esd.eu --- MAINTAINERS |4 + MAKEALL |1 +

Re: [U-Boot] Trouble booting using board info

2009-06-29 Thread Mikhail Zaturenskiy
The board fixup is a board-specific thing.  Are you doing that in your board configuration? Didn't realize it was board-specific. If you have CONFIG_OF_BOARD_SETUP defined (if you don't that probably is the answer to your missing #define question), you can run  fdt boardsetup and then  fdt

Re: [U-Boot] [PATCH v4 6/6] MX31: Add NAND SPL boot support to i.MX31 PDK board.

2009-06-29 Thread Magnus Lilja
2009/6/29 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: On 21:11 Mon 29 Jun     , Magnus Lilja wrote: Jean-Christpohe, Seems like you missed the last part in my series, could you apply this one as well? I've not I've ask Fabio ack before continue the review as you put it as board

Re: [U-Boot] [PATCH v4 5/6] MX31: Add basic support for Freescale i.MX31 PDK board.

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:50 Sat 13 Jun , Magnus Lilja wrote: Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board). This patch assumes that some other program performs the actual NAND boot. Signed-off-by: Magnus Lilja lilja.mag...@gmail.com --- MAINTAINERS |

Re: [U-Boot] [patch] csb337 board support (ARM at91rm9200)

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
- USB didn't work; the software wouldn't detect usb-storage devices. So it's not yet enabled. what is the power on the USB? I don't understand the question. 5V of course. Not switchable. is the usb provide enough power to supply the usb key - There seems to be some

Re: [U-Boot] [patch] csb337 board support (ARM at91rm9200)

2009-06-29 Thread David Brownell
On Monday 29 June 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: - USB didn't work; the software wouldn't detect usb-storage devices. So it's not yet enabled. what is the power on the USB? I don't understand the question. 5V of course. Not switchable. is the usb provide

Re: [U-Boot] [patch] csb337 board support (ARM at91rm9200)

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:46 Mon 29 Jun , David Brownell wrote: On Monday 29 June 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: - USB didn't work; the software wouldn't detect usb-storage devices. So it's not yet enabled. what is the power on the USB? I don't understand the

Re: [U-Boot] [PATCH 1/6] net: merge bugfix: Marvell Kirkwood gigabit ethernet driver

2009-06-29 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: On 20:54 Mon 29 Jun , Prafulla Wadaskar wrote: This patch looks okay on u-boot-net.git/next branch but when it was merged to u-boot.git/master the last line is missing Signed-off-by: Prafulla Wadaskar prafu...@marvell.com ---

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-29 Thread Jerry Van Baren
The discussion has mostly been emotional to date. Here are some statistics (not necessarily perfect, but pretty close)... Total number of files (after removing the .git files): $ find . -type f | wc -l 6055 Number of files that are identified as being copyrighted: $ grep -l -i -r 'Copyright' *

[U-Boot] Need assistance with increasing command line size on Cavium

2009-06-29 Thread Garrett Cooper
Hello, Our group is running into command line length issues with a number of Cavium boards we have at our office (CN38xx, CN5xxx), and I was wondering (apart from the Linux kernel command line length), where I would look to increase the size for the command line that's passed from U-boot to

[U-Boot] [PATCH] MTD: change env_address type from unsigned long to loff_t

2009-06-29 Thread HeungJun Kim
If use the onenand boot, the env_relocate_spec() calls mtd-read(), and the type of the argument #2 of mtd-read() was changed to loff_t. But, the env_addr type is still unsigned long, thus this patch change the type from unsigned long to loff_t. Acked-by: Kyungmin Park kyungmin.p...@samsung.com