Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-29 Thread Dieter Kiermaier
Hi Simon, > On Tue, 29 Sep 2009 17:16:42 +0200 > Dieter Kiermaier wrote: > > > Hm, it looks like there is the whole nand system somewhat broken :( > > Haven't seen it earlier, but: > > U-Boot 2009.08-00208-g9ef0569-dirty (Sep 29 2009 - 15:42:42) > > OpenRD_base > > > > SoC:   Kirkwood 88F6281_

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-29 Thread Simon Kagstrom
On Tue, 29 Sep 2009 17:16:42 +0200 Dieter Kiermaier wrote: > Hm, it looks like there is the whole nand system somewhat broken :( > Haven't seen it earlier, but: > U-Boot 2009.08-00208-g9ef0569-dirty (Sep 29 2009 - 15:42:42) > OpenRD_base > > SoC:   Kirkwood 88F6281_A0 > DRAM:  27535155593740288

Re: [U-Boot] About DM6467_config

2009-09-29 Thread Paulraj, Sandeep
>Hello, > >Please describe configuration (make _config) of DM6467. >Can I use the davinci_dvevm_config ? support for DM6467 does not exist yet. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] build failure on denx top

2009-09-29 Thread Po-Yu Chuang
Dear Aggrwal Poonam-B10812, 2009/9/30 Aggrwal Poonam-B10812 : >        Hello All, > >        On denx tree  master branch , u-boot build is  failing for 83xx > and 85xx platforms. > >        Build log >        make[1]: Entering directory > `/project/p1020_swe_nobackup/usr/poonam/p20x0/denx/latest/m

[U-Boot] build failure on denx top

2009-09-29 Thread Aggrwal Poonam-B10812
Hello All, On denx tree master branch , u-boot build is failing for 83xx and 85xx platforms. Build log make[1]: Entering directory `/project/p1020_swe_nobackup/usr/poonam/p20x0/denx/latest/mirrors.u-boot /u-boot/examples/standalone

[U-Boot] About DM6467_config

2009-09-29 Thread Kazuaki Ichinohe
Hello, Please describe configuration (make _config) of DM6467. Can I use the davinci_dvevm_config ? Regards, Kazuaki Ichinohe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Please Pull u-boot-ti/master

2009-09-29 Thread Tom
s-paul...@ti.com wrote: > The following changes since commit 277b59d6df73da71d4f6569e9fc33b6014d236f7: > Sandeep Paulraj (1): > TI: DaVinci DM365: Minor config cleanup > > are available in the git repository at: > > git://www.denx.de/git/u-boot-ti.git master > > Dirk Behme (1): >

Re: [U-Boot] mips board with no output from console

2009-09-29 Thread Jerry Van Baren
Hi myuboot, (You should CC: the list - tap the wisdom of the crowd, plus answers get archived for the next person that gets bit by the problem.) myub...@fastmail.fm wrote: > Jerry, > > I appreciate your input. > I somehow fixed the issue without really knowing the cause. DANGER, Will Robins

Re: [U-Boot] V2 of OMAP3 USB device Support

2009-09-29 Thread Tom
Remy Bohmer wrote: > Hi, > > 2009/9/28 : > > What is the difference between sender 'y' and 'Tom Rix'? > I guess I can safely ignore the 'y' sender...? > > Remy Yes ignore the 'y' sender I bungled the git send-email. I tapped 'y' twice on the send-email command. I will also look into changing

Re: [U-Boot] V2 of OMAP3 USB device Support

2009-09-29 Thread Remy Bohmer
Hi, 2009/9/28 : What is the difference between sender 'y' and 'Tom Rix'? I guess I can safely ignore the 'y' sender...? Remy > > The technical change is better handling of address setting on the > usb handshaking setup phase. > > Other changes from Jean's comments > > 2/8 USB add macros for d

Re: [U-Boot] RFC USB composite devices

2009-09-29 Thread Remy Bohmer
Hi, 2009/9/29 Tom : >>> The usb device and composite device support seems to be entirely based on >>> usbtty.Is there a newer interface that needs some help bringing to the >>> mainline? Else, ideas on how to do this cleanly ? >> >> Well, I have the complete Linux gadget layer as USB device layer

Re: [U-Boot] [PATCH v3] TI: DaVinci DM365: Enabling network Support on DM365 EVM

2009-09-29 Thread Paulraj, Sandeep
> > Hi Sandeep, > > s-paul...@ti.com wrote: > > From: Sandeep Paulraj > > > > This patch enables EMAC on the DM365 EVM. > > > > Signed-off-by: Sandeep Paulraj > > --- > > > > > + /* Read Ethernet MAC address from EEPROM */ > > + if (dvevm_read_mac_address(eeprom_enetaddr)) > > +

Re: [U-Boot] [PATCH v3] TI: DaVinci DM365: Enabling network Support on DM365 EVM

2009-09-29 Thread Ben Warren
Hi Sandeep, s-paul...@ti.com wrote: > From: Sandeep Paulraj > > This patch enables EMAC on the DM365 EVM. > > Signed-off-by: Sandeep Paulraj > --- > > + /* Read Ethernet MAC address from EEPROM */ > + if (dvevm_read_mac_address(eeprom_enetaddr)) > + dv_configure_mac_addre

[U-Boot] Pull request: nand flash

2009-09-29 Thread Scott Wood
The following changes since commit 984f10baac8ef6032df52f135943d6b0bc96f724: Wolfgang Denk (1): mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[] are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master Kyungmin Park (1): R

Re: [U-Boot] [PATCH-ARM 1/4, v2] Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code

2009-09-29 Thread Minkyu Kang
Dear kevin Morfitt sorry for blank message 2009/9/30 Minkyu Kang : > Dear Kevin Morfitt > > 2009/9/26 kevin.morf...@fearnside-systems.co.uk > : >> Changes since v1: >> - re-formatted patch to remove line wrapping >> >> Note that patch 2/4 of this series has not changed. >> >> This patch re-format

[U-Boot] Please Pull u-boot-ti/master

2009-09-29 Thread s-paulraj
The following changes since commit 277b59d6df73da71d4f6569e9fc33b6014d236f7: Sandeep Paulraj (1): TI: DaVinci DM365: Minor config cleanup are available in the git repository at: git://www.denx.de/git/u-boot-ti.git master Dirk Behme (1): OMAP3 MMC: Fix warning dereferencing type

Re: [U-Boot] [PATCH] ppc4xx: Add SDRAM detection for PMC440 boards

2009-09-29 Thread Stefan Roese
On Tuesday 29 September 2009 17:30:38 Matthias Fuchs wrote: > This patch adds support to detect the amount of DDR2 SDRAM > on PMC440 modules. Detection is done by probing through > a list of available and supported hardware configurations > from 256MB to 1GByte. I assume its the other way around?

[U-Boot] [PATCH] ppc4xx: Add SDRAM detection for PMC440 boards

2009-09-29 Thread Matthias Fuchs
This patch adds support to detect the amount of DDR2 SDRAM on PMC440 modules. Detection is done by probing through a list of available and supported hardware configurations from 256MB to 1GByte. The static TLB entry is replaced by dynamically created entries. Signed-off-by: Matthias Fuchs --- b

Re: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-29 Thread Dieter Kiermaier
Am Dienstag 29 September 2009 15:55:55 schrieb Dieter Kiermaier: > Hi everybody, > > I try to bring up fw_setenv / fw_printenv in linux kernel but first it want > to start with u-boot itself. > I built most recent u-boot-marvell git source and get a running u-boot with > standard openrd configur

Re: [U-Boot] [PATCH] arm:kirkwood: Add hardware watchdog support for Marvell Kirkwood boards

2009-09-29 Thread Simon Kagstrom
On Tue, 29 Sep 2009 06:45:44 -0700 Prafulla Wadaskar wrote: > > The main objective for me personally is to have the watchdog on when Linux > > starts, > > but if there is a risk (for whatever reason) that U-boot hangs, it would > > also help there. > > Its good to have watchdog, it will be ver

Re: [U-Boot] [PATCH] arm:kirkwood: Add hardware watchdog support for Marvell Kirkwood boards

2009-09-29 Thread Stefan Roese
On Tuesday 29 September 2009 15:45:44 Prafulla Wadaskar wrote: > > > But do you really need Watchdog support for u-boot? > > > > Paranoia really has no limits :-). The main objective for me > > personally > > is to have the watchdog on when Linux starts, but if there is a risk > > (for whatever rea

Re: [U-Boot] [PATCH v3] TI: DaVinci DM365: Enabling network Support on DM365 EVM

2009-09-29 Thread Tom
s-paul...@ti.com wrote: > From: Sandeep Paulraj > > This patch enables EMAC on the DM365 EVM. > > Signed-off-by: Sandeep Paulraj > --- > Changes since v1: Using a memory map to manipulate GPIO registers. > This was suggested by Wolfgang. > > Changes since v2: Improve Bit handling. > > When co

[U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND

2009-09-29 Thread Dieter Kiermaier
Hi everybody, I try to bring up fw_setenv / fw_printenv in linux kernel but first it want to start with u-boot itself. I built most recent u-boot-marvell git source and get a running u-boot with standard openrd configuration. So far so good. version says: ArtistaNET-III>> version U-Boot 2009.0

Re: [U-Boot] [PATCH v2] TI: DaVinci: GPIO header file and definitions

2009-09-29 Thread Tom
s-paul...@ti.com wrote: > From: Sandeep Paulraj > > Some DaVinci SOC's use GPIOs to enable EMAC and DM9000. > This patch adds some definitions for GPIO registers and also adds > structures for GPIO. > A separate header file is being added so that in future we > can have a DaVinci GPIO driver simi

[U-Boot] [PATCH v3] TI: DaVinci DM365: Enabling network Support on DM365 EVM

2009-09-29 Thread s-paulraj
From: Sandeep Paulraj This patch enables EMAC on the DM365 EVM. Signed-off-by: Sandeep Paulraj --- Changes since v1: Using a memory map to manipulate GPIO registers. This was suggested by Wolfgang. Changes since v2: Improve Bit handling. When compiling with this patch DM365 will still give co

Re: [U-Boot] [PATCH] arm:kirkwood: Add hardware watchdog support for Marvell Kirkwood boards

2009-09-29 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Tuesday, September 29, 2009 1:59 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] arm:kirkwood: Add hardware > watchdog support for Marvell Kirkwood boards >

[U-Boot] [PATCH v2] TI: DaVinci: GPIO header file and definitions

2009-09-29 Thread s-paulraj
From: Sandeep Paulraj Some DaVinci SOC's use GPIOs to enable EMAC and DM9000. This patch adds some definitions for GPIO registers and also adds structures for GPIO. A separate header file is being added so that in future we can have a DaVinci GPIO driver similer to OMAP. Signed-off-by: Sandeep P

Re: [U-Boot] RFC USB composite devices

2009-09-29 Thread Tom
Remy Bohmer wrote: > Hi Tom, > > 2009/9/28 Tom : >> Soon you will see a v2 of my OMAP3 USB device support. >> After which I will be working on adding a 'fastboot' device. >> Ref : >> https://gforge.ti.com/gf/project/omapzoom/wiki/?pagename=FAQ-8%3A+Zoom-II+Android%C2%A0fastboot >> >> I would like

Re: [U-Boot] Does u-boot have support for a usb-ethernet adapter:

2009-09-29 Thread Remy Bohmer
Hi, 2009/9/29 Harsh Goel (RBEI/ECB4) : > Does u-boot have support for a usb-ethernet adapter: > > http://git.denx.de/?p=u-boot/u-boot-usb.git;a=commit;h=79c130f4a7af3ab4de041d60afa4e2fc1ec0c9ef > i found at the following link that u-boot have support for usb-ethernet > adapter. Yep, these patche

Re: [U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-29 Thread Tom
Dirk Behme wrote: > Tom, > > Tom Rix wrote: >> This changes fixes an early i2c error. > > Do you like to update this against recent u-boot-ti? > Yes. I developed against the u-boot-ti branch. I will rebase the patches. Tom ___ U-Boot mailing list U-Bo

Re: [U-Boot] [PATCH v5] at91: Update MEESC board support

2009-09-29 Thread Tom
Daniel Gorsulowski wrote: > This patch implements several updates: > -disable CONFIG_ENV_OVERWRITE > -add new hardware style variants and set the arch numbers appropriate > -pass the serial# and hardware revision to the kernel > -removed unused macros from include/configs/meesc.h > -fixed multiline

Re: [U-Boot] USB 3.0 support in u-boot?

2009-09-29 Thread Remy Bohmer
Hi, > Dear all, > when can we expect USB 3.0 support in uboot? since with the release of linux > 2.6.31 kernel we av it linux. can we plan in the next release of u-boot? > Lemme know. Well, If you have patches for adding support for USB3.0, I would be happy to integrate it in the U-boot USB branc

Re: [U-Boot] [PATCH v4] at91: Update MEESC board support

2009-09-29 Thread Tom
Daniel Gorsulowski wrote: > Hello Tom, > > Tom wrote: >> Daniel Gorsulowski wrote: >>> This patch implements several updates: >>> -disable CONFIG_ENV_OVERWRITE >>> -add new hardware style variants and set the arch numbers appropriate >>> -pass the serial# and hardware revision to the kernel >>> -r

Re: [U-Boot] [PATCH v2] TI: DaVinci DM365: Enabling network Support on DM365 EVM

2009-09-29 Thread Tom
s-paul...@ti.com wrote: > From: Sandeep Paulraj > > This patch enables EMAC on the DM365 EVM. > > Signed-off-by: Sandeep Paulraj > --- > Changes since v1 include using a memory map to manipulate GPIO registers. > This was suggested by Wolfgang. > When compiling with this patch DM365 will still

Re: [U-Boot] [PATCH] TI: DaVinci: GPIO header file and definitions

2009-09-29 Thread Tom
s-paul...@ti.com wrote: > From: Sandeep Paulraj > > Some DaVinci SOC's use GPIOs to enable EMAC and DM9000. > This patch adds some definitions for GPIO registers and also adds > structures for GPIO. > A separate header file is being added so that in future we > can have a DaVinci GPIO driver simi

Re: [U-Boot] [PATCH] TI: DaVinci DM355: Fix Compilation warning

2009-09-29 Thread Tom
s-paul...@ti.com wrote: > From: Sandeep Paulraj > > This patch fixes a compilation warning while building DM355 > > Signed-off-by: Sandeep Paulraj > --- > board/davinci/dm355evm/dm355evm.c |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/board/davinci/dm355

[U-Boot] USB 3.0 support in u-boot?

2009-09-29 Thread sunr2007
Dear all, when can we expect USB 3.0 support in uboot? since with the release of linux 2.6.31 kernel we av it linux. can we plan in the next release of u-boot? Lemme know. warm regards, Ravi Kulkarni -- View this message in context: http://www.nabble.com/USB-3.0-support--in-u-boot--tp25659878p

[U-Boot] Does u-boot have support for a usb-ethernet adapter:

2009-09-29 Thread Harsh Goel (RBEI/ECB4)
Does u-boot have support for a usb-ethernet adapter: http://git.denx.de/?p=u-boot/u-boot-usb.git;a=commit;h=79c130f4a7af3ab4de041d60afa4e2fc1ec0c9ef i found at the following link that u-boot have support for usb-ethernet adapter. But it is not working for me . Please help me to sort out this iss

Re: [U-Boot] RFC USB composite devices

2009-09-29 Thread Remy Bohmer
Hi Tom, 2009/9/28 Tom : > > Soon you will see a v2 of my OMAP3 USB device support. > After which I will be working on adding a 'fastboot' device. > Ref : > https://gforge.ti.com/gf/project/omapzoom/wiki/?pagename=FAQ-8%3A+Zoom-II+Android%C2%A0fastboot > > I would like to add this as composite devi

Re: [U-Boot] [PATCH] arm:kirkwood: Add hardware watchdog support for Marvell Kirkwood boards

2009-09-29 Thread Simon Kagstrom
On Mon, 28 Sep 2009 19:16:16 -0700 Prafulla Wadaskar wrote: > But do you really need Watchdog support for u-boot? Paranoia really has no limits :-). The main objective for me personally is to have the watchdog on when Linux starts, but if there is a risk (for whatever reason) that U-boot hangs,