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 p

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 --- cpu/arm926ejs/at91/at91cap9_devices.c| 11 +++ cpu/

[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 http://l

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

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-loa

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-loa

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@lists.denx.de

[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 e89ebedf1528

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 _wea

[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 U-Bo

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 p

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; fo

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

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 m

[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 --- drivers/net/kirkwood_egiga.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/kirkwood_egiga.c b/drive

[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 --- Change log: v2: updated as per feedback for v1 (cosmetic change) v3: missing year added for copy right statement drivers/mtd/nand/Makefile|1 + drivers/mtd/nand/kirkwood_nand.c | 82

[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 --- cpu/arm926ejs/kirkwood/cpu.c |6 +- include/asm-arm/arch-kirkwood/cpu.h |8 include/asm-arm/arch-kirkwood/kirkwood.h |1 + 3 files c

[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 --- 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 +++ b/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 --- drivers/usb/host/Makefile|1 + drivers/usb/host/ehci-kirkwood.c | 108 ++ 2 files changed, 109 insertions(+), 0 deletions(-) create mode 100644 drivers/usb/host/ehc

[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. Boo

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

2009-06-29 Thread Alessandro Rubini
From: Alessandro Rubini 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 this board. mtu.h i

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: >> >>> + >>> +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#

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: > kernel/

[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 --- MAINTAINERS |4 + MAKEALL |1 + Makefile|3 + board/esd/meesc/Makefile| 55 +++

[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 --- drivers/mtd/ubi/build.c |2 +- 1 files changed, 1 ins

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 t

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

[U-Boot] Regarding Netconsole support

2009-06-29 Thread Thirumalai
Dear Denk, I have enabled Netconsole option on my customized powerpc 7410 based processor board. I have set ncip as my host machine which is connected through serial port (Now act as debug port but i need the ethernet to be debug port). i have set stdout and stdin as nc as mentioned

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 Acke

[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 Date: Mon, 29 Jun 2009 14:22:13 +0200 Subject: [PATCH] Kirkwood: add Marvell Kirk

[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 Date: Mon, 29 Jun 2009 14:29:15 +0200 Subject: [PATCH] Sheevaplug: Add Kirkwood gpio support to Sheev

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 > --- > 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-hc

[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 --- drivers/mmc/mmc.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index 8

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

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

2009-06-29 Thread Arno Fischer
In article , 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 was "you can > > take my > > > source and

[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 --- drivers/video/atmel_lcdfb.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff

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 comp

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 Fischer wrote: > In article , > 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 a

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 Fischer 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 to the community

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 > --- 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; > >> + > >>

[U-Boot] Undefined reference to'flash_sect_protect' in env_flash.c

2009-06-29 Thread Johnson Yu
Hi there, I met this compiling error, any idea? /common/env_flash.c:312: undefined reference to `flash_sect_protect' /common/env_flash.c:316: undefined reference to `flash_sect_erase' /common/env_flash.c:329: undefined reference to `flash_sect_protect' make: *** [u-boot] Error 1 Regards, Johnso

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 n

Re: [U-Boot] Undefined reference to'flash_sect_protect' in env_flash.c

2009-06-29 Thread Detlev Zundel
Hi, > I met this compiling error, any idea? > > /common/env_flash.c:312: undefined reference to `flash_sect_protect' > /common/env_flash.c:316: undefined reference to `flash_sect_erase' > /common/env_flash.c:329: undefined reference to `flash_sect_protect' > make: *** [u-boot] Error 1 Sure you ar

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 > driver/usb

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 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 u-boot 1.3.3. When LO

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-Boo

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 Produc

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 M

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 : > Signed-off-by: Magnus Lilja > --- >  MAKEALL                                     |    1 + >  Makefile                                    |   14 +++- >

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 h

[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 --- include/configs/blackstamp.h

[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 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 Signed-off-by: Mike Frysinger --- include/configs/cm-bf561.h |5 + 1 files chang

[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 --- lib_blackfin/Makefile |1 + lib_blackfin/cmd_cache_dump.c | 145 + 2 files changed, 146

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 should

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

2009-06-29 Thread Mike Frysinger
From: Peter Meerwald 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 description of the buf

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 > --- > MAINTAINERS |4 + > MAKEALL |1 + > Makefile

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

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

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
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 Maintainer Best Regards, J.

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

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:52 Mon 29 Jun , Alessandro Rubini wrote: > From: Alessandro Rubini > > 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

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 : > 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 > Maintainer

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

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:50 Sat 13 Jun , Magnus Lilja wrote: > Signed-off-by: Magnus Lilja > --- > MAKEALL |1 + > Makefile| 14 +++- > board/freescale/mx31pdk/config.mk |4 + > board/freescale/mx31pdk/lowlevel_init.S

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

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
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 > --- > drivers/net/kirkwood_egiga.c |1 + > 1 files changed, 1 insertions(+),

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 > --- > MAINTAINERS |4 + > MAKEALL

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

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:00 Mon 29 Jun , stefano babic wrote: > 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

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 se

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. > >

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'

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 >> --- >> drivers/net/kirkwood_eg

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

2009-06-29 Thread Ben Warren
stefano babic wrote: >>> >>> -#define CONFIG_NET_MULTI 1 >>> +#define CONFIG_NET_MULTI 0 >>> >> ??? >> > > There is only one ethernet controller available and for this reason I > cleared the NET_MULTI flag. However, I see other boards use another > approach and l

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

2009-06-29 Thread Kyungmin Park
Hi, > -Original Message- > From: Scott Wood [mailto:scottw...@freescale.com] > Sent: Tuesday, June 30, 2009 1:26 AM > To: Kyungmin Park > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 4/6] S5PC100: onenand driver for SMDKC100 > support > > On Sat, Jun 27, 2009 at 04:32:35PM +090

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' *

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

2009-06-29 Thread IaMaPlAyEr
Hi Detlev Zundel =D Thanks for your patient explanation, I acquired a lot. yes, you are right, I think a little about the compatibility of the code. yes, the compatibility! I just find in linux, arch/mips/bcm47xx/prom.c, there is a segment code just like what I suggest above. And move the code

[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 the

[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 Signed-off-by: HeungJun,

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

2009-06-29 Thread Magnus Lilja
Hi 2009/6/29 Jean-Christophe PLAGNIOL-VILLARD : > On 20:50 Sat 13 Jun     , Magnus Lilja wrote: >> Signed-off-by: Magnus Lilja >> --- >>  MAKEALL                                     |    1 + >>  Makefile                                    |   14 +++- >>  board/freescale/mx31pdk/config.mk        

[U-Boot] [PATCH] Add pci E1000 Ethernet support for P2020 board

2009-06-29 Thread Roy Zang
From: Roy Zang Add pci E1000 Ethernet support for P2020 board. Signed-off-by: Roy Zang --- board/freescale/p2020ds/p2020ds.c |3 ++- include/configs/P2020DS.h |1 + 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/board/freescale/p2020ds/p2020ds.c b/boar

[U-Boot] [PATCH 1/2] 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 --- cpu/arm926ejs/at91/at91cap9_devices.c| 15 +++

[U-Boot] [PATCH 2/2] 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 --- MAINTAINERS |4 + MAKEALL |1 + Makefile|3 + board/esd/meesc/Makefile| 55 +++

Re: [U-Boot] [PATCH/RFC] Better I2C support for OMAP3

2009-06-29 Thread Heiko Schocher
Hello Hugo, Hugo Vincent wrote: > This patch improves I2C support on OMAP3 platforms, including > supporting the second and third I2C controllers (mainline only > supports the first controller), and supporting writes where alen=0 > (i.e. no register address - this was needed for some I2C dev