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

2009-09-29 Thread Daniel Gorsulowski
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 comment style Signed-off-by: Daniel

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

2009-09-29 Thread Daniel Gorsulowski
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 -removed unused macros from

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

2009-09-29 Thread Dirk Behme
Tom, Tom Rix wrote: This changes fixes an early i2c error. Do you like to update this against recent u-boot-ti? It applies fine using quilt -- cut -- quilt push Applying patch patches/i2c_fix.txt patching file include/configs/devkit8000.h patching file include/configs/omap3_beagle.h

Re: [U-Boot] [PATCH] ppc4xx: Merge PPC4xx DDR and DDR2 ECC handling

2009-09-29 Thread Felix Radensky
Hi, Stefan Stefan Roese wrote: After fixing the problem manually I was able to successfully test your patch on 405EXr and 460EX boards with ECC. OK, thanks. Now that sdram_memsize() is in common DDR2 code I think we can get rid of CONFIG_SYS_MBYTES_SDRAM. What do you think ? Also,

Re: [U-Boot] [PATCH] ppc4xx: Merge PPC4xx DDR and DDR2 ECC handling

2009-09-29 Thread Stefan Roese
Hi Felix, On Tuesday 29 September 2009 08:24:47 Felix Radensky wrote: After fixing the problem manually I was able to successfully test your patch on 405EXr and 460EX boards with ECC. OK, thanks. Now that sdram_memsize() is in common DDR2 code I think we can get rid of

[U-Boot] [PATCH v2] ppc4xx: Merge PPC4xx DDR and DDR2 ECC handling

2009-09-29 Thread Stefan Roese
This patch merges the ECC handling (ECC parity byte writing) into one file (ecc.c) for all PPC4xx SDRAM controllers except for PPC440EPx/GRx. This exception is because only those PPC's use the completely different Denali SDRAM controller core. Previously we had two routines to generate/write the

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 prafu...@marvell.com 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)

Re: [U-Boot] RFC USB composite devices

2009-09-29 Thread Remy Bohmer
Hi Tom, 2009/9/28 Tom tom@windriver.com: 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

[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

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

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

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

2009-09-29 Thread Tom
s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com 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

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 s-paul...@ti.com This patch enables EMAC on the DM365 EVM. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- Changes since v1 include using a memory map to manipulate GPIO registers. This was suggested by Wolfgang. When compiling with this

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 -removed unused

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 branch

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

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) harsh.g...@in.bosch.com: 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.

Re: [U-Boot] RFC USB composite devices

2009-09-29 Thread Tom
Remy Bohmer wrote: Hi Tom, 2009/9/28 Tom tom@windriver.com: 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

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

2009-09-29 Thread s-paulraj
From: Sandeep Paulraj s-paul...@ti.com 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.

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 On

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

2009-09-29 Thread s-paulraj
From: Sandeep Paulraj s-paul...@ti.com This patch enables EMAC on the DM365 EVM. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- 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

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 s-paul...@ti.com 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

[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

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 s-paul...@ti.com This patch enables EMAC on the DM365 EVM. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- Changes since v1: Using a memory map to manipulate GPIO registers. This was suggested by Wolfgang. Changes since v2: Improve Bit

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 reason) that

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 prafu...@marvell.com 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

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

[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

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

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 proms...@gmail.com: Dear Kevin Morfitt 2009/9/26 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: Changes since v1: - re-formatted patch to remove line wrapping Note that patch 2/4 of this series

[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):

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 s-paul...@ti.com This patch enables EMAC on the DM365 EVM. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- snip + /* Read Ethernet MAC address from EEPROM */ + if (dvevm_read_mac_address(eeprom_enetaddr)) +

Re: [U-Boot] RFC USB composite devices

2009-09-29 Thread Remy Bohmer
Hi, 2009/9/29 Tom tom@windriver.com: 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

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

2009-09-29 Thread Remy Bohmer
Hi, 2009/9/28 y...@windriver.com: 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

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

2009-09-29 Thread Tom
Remy Bohmer wrote: Hi, 2009/9/28 y...@windriver.com: 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

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 Robinson!

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): OMAP3

[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

[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

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 poonam.aggr...@freescale.com:        Hello All,        On denx tree  master branch , u-boot build is  failing for 83xx and 85xx platforms.        Build log        make[1]: Entering directory