Re: [U-Boot] [PATCH 1/3 v3] A320: driver for FTMAC100 ethernet controller

2009-07-03 Thread Po-Yu Chuang
This patch adds an FTMAC100 Ethernet driver for Faraday A320 evaluation board. Signed-off-by: Po-Yu Chuang --- drivers/net/Makefile |1 + drivers/net/ftmac100.c | 278 drivers/net/ftmac100.h | 154 ++ include/netdev

Re: [U-Boot] [PATCH 2/3 v3] A320: driver for FTRTC010 real time clock

2009-07-03 Thread Po-Yu Chuang
This patch adds an FTRTC010 driver for Faraday A320 evaluation board. Signed-off-by: Po-Yu Chuang --- drivers/rtc/Makefile |1 + drivers/rtc/ftrtc010.c | 126 2 files changed, 127 insertions(+), 0 deletions(-) create mode 100644 drivers/rt

Re: [U-Boot] [PATCH 2/3 v3] arm: A320: driver for FTRTC010 real time clock

2009-07-03 Thread Po-Yu Chuang
This patch adds an FTRTC010 driver for Faraday A320 evaluation board. Signed-off-by: Po-Yu Chuang --- drivers/rtc/Makefile |1 + drivers/rtc/ftrtc010.c | 126 2 files changed, 127 insertions(+), 0 deletions(-) create mode 100644 drivers/rt

Re: [U-Boot] [PATCH 3/3 v4] arm: A320: Add support for Faraday A320 evaluation board

2009-07-03 Thread Po-Yu Chuang
This patch adds support for A320 development board from Faraday. This board uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM. FA526 is an ARMv4 processor and uses the ARM920T source in this patch. Signed-off-by: Po-Yu Chuang --- MAINTAINERS |

Re: [U-Boot] [U-BOOT] cfi_flash.c fails to program NOR Flash SST39LF040

2009-07-03 Thread Po-Yu Chuang
Dear Stefan Roese, 2009/4/28 Po-Yu Chuang : > Dear Stefan Roese, >> Did you define CONFIG_FLASH_CFI_LEGACY (and CONFIG_SYS_FLASH_LEGACY_512Kx8)? >> IIRC then the SST FLASH chips are not completely CFI compatible. So you need >> to enable the JEDEC framework. > > Yes, I have defined the fallowing m

Re: [U-Boot] [U-BOOT] cfi_flash.c fails to program NOR Flash SST39LF040

2009-07-03 Thread Stefan Roese
Hi Po-Yu Chuang, On Friday 03 July 2009 09:37:19 Po-Yu Chuang wrote: > > SST39LF040 use addr1=0x and addr2=0x2AAA, however, each sector is > > 0x1000 bytes. > > > > Thus, if we issue command to "sector base (0x41000) + offset(0x)", > > it sends to 0x46555 and the chip fails to recognize th

Re: [U-Boot] [PATCH 1/3]: arm: Kirkwood: Fix compiler optimization bug for kwgbe_send

2009-07-03 Thread Simon Kagstrom
Thanks for the comments Prafulla! On Thu, 2 Jul 2009 21:36:19 -0700 Prafulla Wadaskar wrote: > > + volatile struct kwgbe_device *dkwgbe = to_dkwgbe(dev); > > + volatile struct kwgbe_registers *regs = dkwgbe->regs; > > + volatile struct kwgbe_txdesc *p_txdesc = dkwgbe->p_txdesc; > Only p_txd

Re: [U-Boot] [PATCH] arm: Kirkwood: Add memory barriers to kwgbe_send/recv

2009-07-03 Thread Detlev Zundel
Hi Prafulla, >> -Original Message- >> From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] >> Sent: Thursday, July 02, 2009 12:17 PM >> To: Prafulla Wadaskar >> Cc: U-Boot ML >> Subject: Re: [U-Boot] [PATCH] arm: Kirkwood: Add memory >> barriers to kwgbe_send/recv >> >> On Wed, 1

Re: [U-Boot] FW: [PATCH] zlib: updated to v.1.2.3

2009-07-03 Thread Detlev Zundel
Hi Guiseppe, > are there some news about the patch in subject? Actually I cannot find such a patch[1] - do you have a reference? Thanks Detlev [1] http://search.gmane.org/?query=+zlib%3A+updated+to+v.1.2.3&group=gmane.comp.boot-loaders.u-boot -- Practice random senselessness and act kind o

Re: [U-Boot] [U-BOOT] cfi_flash.c fails to program NOR Flash SST39LF040

2009-07-03 Thread Po-Yu Chuang
Dear Stefan Roese, 2009/7/3 Stefan Roese : > Yes, I understand your problem and it needs to get fixed. But your original > patch changed the unlock address not only for this "legacy" FLASH type but for > all AMD type FLASH chips. And I'm not sure if this is correct. Meaning if the > AMD/Spansion c

Re: [U-Boot] [PATCH] arm: Kirkwood: Add memory barriers to kwgbe_send/recv

2009-07-03 Thread Detlev Zundel
Hi Stefan & Scott, > Stefan Roese wrote: >> I know that we advertised the usage of the io accessor functions for quite >> some time now. But I'm not so sure here anymore. One disadvantage of this >> usage could be speed penalty by the usage of too many unnecessary barriers >> (included via the

[U-Boot] FW: FW: [PATCH] zlib: updated to v.1.2.3

2009-07-03 Thread Giuseppe CONDORELLI
Hi Detlev, I'm waiting for the patch approval after having received the mail as below. Are there news about the approval? It is not possible to split the patch because the big chunk is due to only one piece (the zlib.c rework). Thanks for the reply, Giuseppe -Original Message- From: u-b

Re: [U-Boot] autoscr command

2009-07-03 Thread Detlev Zundel
Hi Rainer, > i use the autoscr command to store further information in a NAND at the > first start. > After this it modify the bootcmd and save the enviroment and the last > command should restart the device. Where is your environment located? What parser do you use, i.e. "regular" or "hush"? >

Re: [U-Boot] Porting u-boot to new PPC440EP board

2009-07-03 Thread Stefan Roese
On Friday 03 July 2009 05:26:22 yangguang3501 wrote: > I use a new board designing based on PPC440EP evaluating board, called > yosemite. I use u-boot version 1.3.1. 1.3.1 is quite old. I strongly suggest that you update to a recent version. > I reduce the SDRAM and Flash size to 128M and 16M, I

Re: [U-Boot] [PATCH 4/5]P2020RDB Removed CONFIG_NUM_CPUS for 85xx processor series.

2009-07-03 Thread Aggrwal Poonam-B10812
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Thursday, July 02, 2009 7:20 PM > To: Aggrwal Poonam-B10812 > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 4/5]P2020RDB Removed > CONFIG_NUM_CPUS for 85xx processor series. > > > On Jul 2, 2

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

2009-07-03 Thread Detlev Zundel
Hi Frank, >>> As I cannot see any Cavium support in mainline U-Boot, when can we >>> expect the patches adding support to be posted? :) >> >> Crud. If they've been hacking U-boot, then I can't say when it can be >> released as I don't own the code :(... >> -Garrett > > If they've use U-boot and di

Re: [U-Boot] [PATCH] sf: Macronix additional chips supported

2009-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar [mailto:prafu...@marvell.com] > Sent: Wednesday, July 01, 2009 9:46 PM > To: u-boot@lists.denx.de > Cc: Nicolas Pitre; Manas Saksena; Lennert Buijtenhek; > Prabhanjan Sarnaik; Ronen Shitrit; Ashish Karkare; Prafulla Wadaskar > Subject: [PA

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

2009-07-03 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar [mailto:prafu...@marvell.com] > Sent: Monday, June 29, 2009 9:01 PM > To: u-boot@lists.denx.de > Cc: Prabhanjan Sarnaik; Ronen Shitrit; Ashish Karkare; > Prafulla Wadaskar > Subject: [PATCH v5 6/6] Marvell Sheevaplug Board support > > Ref

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

2009-07-03 Thread Frank Svendsbøe
On Fri, Jul 3, 2009 at 12:33 PM, Detlev Zundel wrote: > Hi Frank, > As I cannot see any Cavium support in mainline U-Boot, when can we expect the patches adding support to be posted? :) >>> >>> Crud. If they've been hacking U-boot, then I can't say when it can be >>> released as I don't o

[U-Boot] U-boot && forth kernel

2009-07-03 Thread Сергей Миронов
Hello to all! We are developing various IP-blocks for sparc' system-on-chip's. I have successfully ported u-boot to our board (it was not too hard, thanks!) , but now there is an idea to run some FORTH-kernel for testing and debugging purposes without any OS. I tried OpenBIOS software, but withou

[U-Boot] [PATCH v2] sf: Macronix additional chips supported

2009-07-03 Thread Prafulla Wadaskar
new chips supported:- MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms Modified the Macronix flash support to use 2 bytes of device id instead of 1 This was required to support MX25L12855E Contributor: Piyush Shah Signed-off-by

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

2009-07-03 Thread Richard Stallman
You'd make me happy if I was able to access cable TV signals I have paid for without DRM. I think it is not quite correct to call cable scrambling DRM. DRM restricts the use of data you have a copy of. Cable scrambling prevents you from getting the data if you do not pay for the descramb

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

2009-07-03 Thread Richard Stallman
If the cell phone operator's "rule" says that operating of a modified device should not effect non-modified devices in close proximity (jamming - which I think meets the "materially and adversely affects the operation of the network" statement) It makes no difference, because

[U-Boot] [PATCH] Add ESD PCI vendor ID

2009-07-03 Thread Matthias Fuchs
Signed-off-by: Matthias Fuchs --- include/pci_ids.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/pci_ids.h b/include/pci_ids.h index ae642b1..400c540 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -1519,6 +1519,8 @@ #define PCI_DEVICE_ID_AUREAL_VOR

[U-Boot] [PATCH] ppc4xx: Implement is_pci_host() for 405 CPUs

2009-07-03 Thread Matthias Fuchs
This patch implements the is_pci_host() function in a similiar way as it is used on 440 targets. The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not build on 405EP targets because checking the PCI arbiter is different. So putting the fixed code into a separate function makes the code mo

Re: [U-Boot] U-boot && forth kernel

2009-07-03 Thread Frank
--- On Fri, 7/3/09, Сергей Миронов wrote: > From: Сергей Миронов > Subject: [U-Boot] U-boot && forth kernel > To: u-boot@lists.denx.de > Date: Friday, July 3, 2009, 5:13 AM > Hello to all! > > We are developing various IP-blocks for sparc' > system-on-chip's. I > have successfully ported u-b

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

2009-07-03 Thread Wolfgang Wegner
On Fri, Jul 03, 2009 at 09:47:20AM -0400, Richard Stallman wrote: > You'd make me happy if I was able to access cable TV signals I have > paid for without DRM. > > I think it is not quite correct to call cable scrambling DRM. DRM > restricts the use of data you have a copy of. Cable scra

Re: [U-Boot] [PATCH 4/5]P2020RDB Removed CONFIG_NUM_CPUS for 85xx processor series.

2009-07-03 Thread Kumar Gala
On Jul 2, 2009, at 10:58 PM, Aggrwal Poonam-B10812 wrote: > > >> -Original Message- >> From: Kumar Gala [mailto:ga...@kernel.crashing.org] >> Sent: Thursday, July 02, 2009 7:20 PM >> To: Aggrwal Poonam-B10812 >> Cc: u-boot@lists.denx.de >> Subject: Re: [U-Boot] [PATCH 4/5]P2020RDB Removed

Re: [U-Boot] [PATCH v2] sf: Macronix additional chips supported

2009-07-03 Thread Mike Frysinger
On Friday 03 July 2009 13:28:01 Prafulla Wadaskar wrote: > new chips supported:- > MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E > out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms > > Modified the Macronix flash support to use 2 bytes of device id instead of > 1 This was requi

Re: [U-Boot] [PATCH 4/7] mxc_nand: add nand driver for MX2/MX3

2009-07-03 Thread Paul Thomas
Hello, I'm using the imx27lite-v2 branch for our opensource imx27 board. Right now I'm trying to get the nand to work. I'm using a Micron 2Gb x8 part (p/n MT29F2G08ABDHC). When I do "nand info" I get "Device 0: NAND 256MiB 1,8V 8-bit, sector size 128 KiB" which is correct. mtdparts returns: devic

Re: [U-Boot] [PATCH 4/7] mxc_nand: add nand driver for MX2/MX3

2009-07-03 Thread Paul Thomas
On Fri, Jul 3, 2009 at 12:03 PM, Paul Thomas wrote: > Hello, > > I'm using the imx27lite-v2 branch for our opensource imx27 board. Right now > I'm trying to get the nand to work. I'm using a Micron 2Gb x8 part (p/n > MT29F2G08ABDHC). When I do "nand info" I get "Device 0: NAND 256MiB 1,8V > 8-bit

Re: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-07-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:56 Thu 02 Jul , Tom wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > >On 15:04 Tue 30 Jun , Tom Rix wrote: > >>On build of omap3 targets in MAKEALL, the *.ERR files have > >> > >>cpu.c: In function 'cleanup_before_linux': > >>cpu.c:64: warning: implicit declaration of function 'v7_f

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

2009-07-03 Thread Richard Stallman
With the advent of CI+ for DVB (the european-originated version of digital TV meanwhile used in several parts of the world), the cable operators have the possibility to only allow descrambling by CI+ capable receivers/descrambling modules. However, to be CI+ compliant, all recei

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

2009-07-03 Thread Jean-Christophe PLAGNIOL-VILLARD
> +/* > + * CLKs configurations > + */ > +#define CONFIG_SYS_HZ1000 > + > +/* > + * NS16550 Configuration > + */ > +#define CONFIG_SYS_NS16550 > +#define CONFIG_SYS_NS16550_SERIAL > +#define CONFIG_SYS_NS16550_REG_SIZE (-4) > +#define CONFIG_SYS_NS16550_CLK CONFIG_SYS

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

2009-07-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:56 Mon 29 Jun , Prafulla Wadaskar wrote: > Signed-off-by: Prafulla Wadaskar > --- > drivers/usb/host/ehci-hcd.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Remy could you look the marvell usb patch? Best Regards, J. ___ U

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

2009-07-03 Thread Jon Smirl
On Fri, Jul 3, 2009 at 9:47 AM, Richard Stallman wrote: >    You'd make me happy if I was able to access cable TV signals I have >    paid for without DRM. > > I think it is not quite correct to call cable scrambling DRM.  DRM > restricts the use of data you have a copy of.  Cable scrambling > prev

Re: [U-Boot] [PATCH 5/5] P2020RDB Platform support added.

2009-07-03 Thread Aggrwal Poonam-B10812
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Thursday, July 02, 2009 7:30 PM > To: Aggrwal Poonam-B10812 > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 5/5] P2020RDB Platform support added. > > > > > > > index acec1a0..21eb424 100644 > >