[U-Boot] [RFC] [PATCH] kirkwood: get rid of config.mk files

2010-10-20 Thread Wolfgang Denk
After moving the definition of CONFIG_SYS_TEXT_BASE to the respective board config files, all Marvell kirkwood board have just a single and common entry in their config.mk files: KWD_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/kwbimage.cfg Replace the only reference to KWD_CONFIG in the top lev

Re: [U-Boot] [PATCH v2] Seagate FreeAgent DockStar support

2010-10-20 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message you wrote: > > We can rename KWD_CONFIG to CONFIG_SYS_KWB_CONFIG and have default assignment > as above > If for some boards default assignment stands invalid, those can be redefined > in board config file. > > I will post a patch for this, waiting for your

[U-Boot] Enabling E1000 driver support for P1_P2 Boards

2010-10-20 Thread y bhanu
Hi all, I have 2 questions. 1) I have a P1020RDB Board on which I am trying to configure by E1000 82574 PCI express Ethernet Card. I see support for 82571 but not for 82574. I don't know how different these chips. Can I expect this PCI express Card to work with the e1000 driver in U-boot? 2) I

Re: [U-Boot] [PATCH v2] Seagate FreeAgent DockStar support

2010-10-20 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk > Sent: Thursday, October 21, 2010 11:47 AM > To: Eric Cooper > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH v2] Seagate FreeAgent DockStar support >

Re: [U-Boot] Please pull u-boot-ppc4xx/master

2010-10-20 Thread Stefan Roese
Hi Wolfgang, On Thursday 21 October 2010 08:08:58 Wolfgang Denk wrote: > > > 8747 09/23 Stefan Roese [U-Boot] [RFC PATCH] ppc4xx: Use > > > gc-sections to reduce image size > > > > > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84 > > > 923 > > >

Re: [U-Boot] [PATCH v2] Seagate FreeAgent DockStar support

2010-10-20 Thread Wolfgang Denk
Dear Eric Cooper, In message <1287586475-18588-1-git-send-email-...@cmu.edu> you wrote: ... > diff --git a/MAKEALL b/MAKEALL > index c1f3842..83679b4 100755 > --- a/MAKEALL > +++ b/MAKEALL > @@ -327,6 +327,7 @@ LIST_ARM9=" \ > cp966 \ > da830evm

Re: [U-Boot] Please pull u-boot-ppc4xx/master

2010-10-20 Thread Wolfgang Denk
Dear Stefan, In message <201010210644.44653...@denx.de> you wrote: > > On Wednesday 20 October 2010 21:21:30 Wolfgang Denk wrote: > > Um... I have a few more ppc4xx related patches on my list; could you > > please check about their state? Thanks. Thanks for checking. > > 8747 09/23 Stefan Ro

Re: [U-Boot] ARM: Warning with current master

2010-10-20 Thread Matthias Weißer
Am 20.10.2010 22:38, schrieb Albert ARIBAUD: > This is an ld, not gcc, issue. What does arm-unknown-eabi-ld -V produce? $ arm-unknown-eabi-ld -V GNU ld (GNU Binutils) 2.19.1 Supported emulations: armelf Thanks for your time Matthias ___ U-Boot ma

Re: [U-Boot] [PATCH 04/17] pci: Add ability to re-enumerate PCI buses

2010-10-20 Thread Peter Tyser
On Wed, 2010-10-20 at 21:57 +0200, Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1285787156-6005-4-git-send-email-pty...@xes-inc.com> you wrote: > > From: John Schmoller > > > > Add a new 'pci enum' command which re-enumerates the PCI buses. This > > command is enabled via the CONFIG

Re: [U-Boot] [PATCH 01/17] XPedite5500 board support

2010-10-20 Thread Peter Tyser
On Wed, 2010-10-20 at 01:46 -0500, Kumar Gala wrote: > On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote: > > > From: John Schmoller > > > > Initial support for Extreme Engineering Solutions XPedite5500 - > > a P2020-based PMC/XMC single board computer. > > > > Signed-off-by: John Schmoller > > S

Re: [U-Boot] [PATCH v2] Kirkwood: bugfix: DRAM size initialization

2010-10-20 Thread Prafulla Wadaskar
> -Original Message- > From: Tanmay Upadhyay [mailto:tanmay.upadh...@einfochips.com] > Sent: Friday, October 15, 2010 5:28 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Tanmay Upadhyay > Subject: [PATCH v2] Kirkwood: bugfix: DRAM size initialization > > If start of any DRAM ba

Re: [U-Boot] [PATCH][ELF RELOC] armv7, beagle: add support for ELF relocations

2010-10-20 Thread Steve Sakoman
On Mon, Oct 11, 2010 at 5:08 AM, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > --- >  arch/arm/cpu/armv7/start.S     |  131 > >  arch/arm/cpu/armv7/u-boot.lds  |    7 ++ >  arch/arm/lib/cache.c           |    2 +- >  include/configs/omap3_beagle

Re: [U-Boot] [PATCH v2] Seagate FreeAgent DockStar support

2010-10-20 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Eric Cooper > Sent: Wednesday, October 20, 2010 8:25 PM > To: u-boot@lists.denx.de > Cc: Eric Cooper > Subject: [U-Boot] [PATCH v2] Seagate FreeAgent DockStar support > > star

Re: [U-Boot] Please pull u-boot-ppc4xx/master

2010-10-20 Thread Stefan Roese
Hi Wolfgang, On Wednesday 20 October 2010 21:21:30 Wolfgang Denk wrote: > Um... I have a few more ppc4xx related patches on my list; could you > please check about their state? Thanks. > > 8218 09/14 Stefan Roese [U-Boot] [PATCH] ppc4xx: POST UART: Use > in/out_8() io-accessor functions

Re: [U-Boot] Address of UBoot command line

2010-10-20 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201010210010.47998.vap...@gentoo.org> you wrote: > > > Im developing my own kernel which uses uboot. I want to jump to the uboot > > command line on using the exit syscall. Linux is not involved. > > either software reset and let u-boot boot like normal, or dont o

Re: [U-Boot] Prevent dropping into a shell triggered by serial port

2010-10-20 Thread Wolfgang Denk
Dear sunimohan, In message <30015548.p...@talk.nabble.com> you wrote: > > when I try to boot, uboot always drops into the shell. If I remove the > serial port connector, it boots happily. If this happens even if you don't transmit data over the serial line tht you should fix your hardware. Seems

Re: [U-Boot] Address of UBoot command line

2010-10-20 Thread Wolfgang Denk
Dear kaushik619, In message <30015546.p...@talk.nabble.com> you wrote: > > Can you tell me how I can reach the command line when i use the exit system > call??? The most reliable way is by performing a hard reset of your system, i. e. a reboot. Best regards, Wolfgang Denk -- DENX Software E

Re: [U-Boot] Address of UBoot command line

2010-10-20 Thread Mike Frysinger
On Wednesday, October 20, 2010 21:46:45 kaushik619 wrote: please dont top post > Im developing my own kernel which uses uboot. I want to jump to the uboot > command line on using the exit syscall. Linux is not involved. either software reset and let u-boot boot like normal, or dont overwrite any

[U-Boot] [PATCH][v2] RTC driver for PT7C4338 chip.

2010-10-20 Thread Priyanka Jain
PT7C4338 chip is manufactured by Pericom Technology Inc. It is a serial real-time clock which provides: 1)Low-power clock/calendar. 2)Programmable square-wave output. It has 56 bytes of nonvolatile RAM. Freescale P1010RDB uses PT7C4338 as RTC. Signed-off-by: Priyanka Jain Acked-by: Timur Tabi -

Re: [U-Boot] [PATCH][v0] RTC driver for PT7C4338 chip.

2010-10-20 Thread Jain Priyanka-B32167
Dear Wolfgang Denk, Please find my answers to comments inline. -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Thursday, October 21, 2010 1:36 AM To: Jain Priyanka-B32167 Cc: u-boot@lists.denx.de; Gala Kumar-B11780 Subject: Re: [U-Boot] [PATCH][v0] RTC driver for PT7C4

Re: [U-Boot] Prevent dropping into a shell triggered by serial port

2010-10-20 Thread Andrew Dyer
On Wed, Oct 20, 2010 at 21:28, sunimohan wrote: > > Hi > >  I have connected my mini2440 to a Com device using serial port. > > when I try to boot, uboot always drops into the shell. If I remove the > serial port connector, it boots happily. > > Looks like the Com device is responding to the boot

[U-Boot] Prevent dropping into a shell triggered by serial port

2010-10-20 Thread sunimohan
Hi I have connected my mini2440 to a Com device using serial port. when I try to boot, uboot always drops into the shell. If I remove the serial port connector, it boots happily. Looks like the Com device is responding to the boot messages from uboot and uboot is dropping into the shell. 1)

Re: [U-Boot] Address of UBoot command line

2010-10-20 Thread kaushik619
Im developing my own kernel which uses uboot. I want to jump to the uboot command line on using the exit syscall. Linux is not involved. Can you tell me how I can reach the command line when i use the exit system call??? Mike Frysinger wrote: > > On Wednesday, October 20, 2010 18:29:49 kaush

[U-Boot] Pull request: u-boot-sh

2010-10-20 Thread Nobuhiro Iwamatsu
Dear Wolfgang, The following changes since commit c62491d2602b353a815a909e27eec0df9f2c06a2: ppc: Don't initialize write protected NOR flashes (2010-10-20 21:58:16 +0200) are available in the git repository at: git://git.denx.de/u-boot-sh.git master Nobuhiro Iwamatsu (8): sh: Add suppo

Re: [U-Boot] [PATCH 1/1] MX5: Unable to get ip address when using dhcp

2010-10-20 Thread Jason Liu
Hi, Wolfgang, 2010/10/20 Wolfgang Denk : > Dear Jason Liu, > > In message <1287555088-3125-1-git-send-email-r64...@freescale.com> you wrote: >> Can't get IP address with dhcp due to the dhcp server not >> allow the empty param list request under some network env >> >> Add the advanced DHCP options

[U-Boot] [PATCH V2 1/1] MX5:use common u-boot.lds of cpu layer

2010-10-20 Thread Jason Liu
Remove u-boot.lds from mx5 and use the common u-boot.lds of cpu layer. This patch also fix the building errors: arch/arm/cpu/armv7/start.o: In function `_rel_dyn_start_ofs': arch/arm/cpu/armv7/start.S:283: undefined reference to `__rel_dyn_start' arch/arm/cpu/armv7/start.o: In function `_rel_dyn_e

[U-Boot] marketing email list

2010-10-20 Thread Aguilar Q Kellie
Package deals this week: 5 lists for $300 or 1 for $149 (Offer ends Friday) *Inquire about custom packages also available for other quantities* You can choose any list from the catalog below: [ HEALTHCARE ] > Complete US Physicians Database > Chiropractic Doctors in the USA > American Holistic Me

Re: [U-Boot] Address of UBoot command line

2010-10-20 Thread Mike Frysinger
On Wednesday, October 20, 2010 18:29:49 kaushik619 wrote: > Im trying to access the Uboot command line in my kernel program. > > Can anyone help me figure out to what address should I jump to reach the > UBoot command line ?? most people do not keep u-boot resident once Linux has booted -mike s

Re: [U-Boot] Address of UBoot command line

2010-10-20 Thread Fabio Estevam
--- On Wed, 10/20/10, kaushik619 wrote: > From: kaushik619 > Subject: [U-Boot] Address of UBoot command line > To: u-boot@lists.denx.de > Date: Wednesday, October 20, 2010, 8:29 PM > > Im trying to access the Uboot command line in my kernel > program. > > Can anyone help me figure out to what

Re: [U-Boot] [PATCH 1/1] MX5:use common u-boot.lds of cpu layer

2010-10-20 Thread Jason Liu
2010/10/20 Stefano Babic : > On 10/20/2010 02:02 PM, Jason Liu wrote: >> Remove u-boot.lds from mx5 and use the common u-boot.lds >> of cpu layer. This patch also fix the building errors: >> >> arch/arm/cpu/armv7/start.o: In function `_rel_dyn_start_ofs': >> arch/arm/cpu/armv7/start.S:283: undefine

[U-Boot] Address of UBoot command line

2010-10-20 Thread kaushik619
Im trying to access the Uboot command line in my kernel program. Can anyone help me figure out to what address should I jump to reach the UBoot command line ?? -- View this message in context: http://old.nabble.com/Address-of-UBoot-command-line-tp30014689p30014689.html Sent from the Uboot - Us

Re: [U-Boot] ELF_RELOC causes strange I-cache issues

2010-10-20 Thread Joakim Tjernlund
> > Dear Albert ARIBAUD, > > In message <4cbf4d17.6020...@free.fr> you wrote: > > > > Is the data cache on or off when you experience the issue? If it was on, > > DC is always off. DC on has always casued problems with lots of > drivers, including USB, so we never attempted doing that (except

Re: [U-Boot] [PATCH V2 2/4] MX51: Add IPU driver for video support

2010-10-20 Thread Stefano Babic
On 10/20/2010 11:45 PM, Anatolij Gustschin wrote: > Hello Stefano, > Hi Anatolij, > On Wed, 13 Oct 2010 12:16:35 +0200 > Stefano Babic wrote: > > What tree is this patch based on? It doesn't apply on current > u-boot.git/master: The patch is based on the u-boot tree at the time I sent to ML,

Re: [U-Boot] [PATCH V2 2/4] MX51: Add IPU driver for video support

2010-10-20 Thread Anatolij Gustschin
Hello Stefano, On Wed, 13 Oct 2010 12:16:35 +0200 Stefano Babic wrote: > The patch is a porting of the IPU Linux driver > developed by Freescale to have framebuffer > functionalities in u-boot. The port is based on > kernel 2.6.31 commit cc4fe714041805997b601fe8e5dd585d8a99297f, > as delivered b

[U-Boot] [PATCH 2/3] ARMV7: OMAP3: pandora: remove unused config macros

2010-10-20 Thread Grazvydas Ignotas
Pandora's config has various flash related macros that are either not referenced anywhere in the code or are used by drivers that are not enabled. Remove them. Signed-off-by: Grazvydas Ignotas --- Alternatively this old patch can be applied to clean up more OMAP boards: http://lists.denx.de/piper

[U-Boot] [PATCH 0/3] Pandora config updates

2010-10-20 Thread Grazvydas Ignotas
These patches update pandora's config for relocations and syncs it with one shipped on production units. Patches generated on top of u-boot-arm. Grazvydas Ignotas (3): ARMV7: OMAP3: pandora: implement relocation ARMV7: OMAP3: pandora: remove unused config macros ARMV7: OMAP3: pandora: update

[U-Boot] [PATCH 3/3] ARMV7: OMAP3: pandora: update config for production

2010-10-20 Thread Grazvydas Ignotas
Update pandora's config so that it can boot production kernels from NAND. This enables UBI, USB, sets up NAND layout and default boot command. It also expands malloc area so that UBI works. Signed-off-by: Grazvydas Ignotas --- include/configs/omap3_pandora.h | 87 --

[U-Boot] [PATCH 1/3] ARMV7: OMAP3: pandora: implement relocation

2010-10-20 Thread Grazvydas Ignotas
Fixes the build breakage introduced by the recent relocation changes for ARMV7. Signed-off-by: Grazvydas Ignotas --- board/pandora/config.mk |2 +- include/configs/omap3_pandora.h |3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/board/pandora/config.mk b/boa

[U-Boot] [PATCH] ARMV7: OMAP3: Add expansion board detection for Overo

2010-10-20 Thread Steve Sakoman
ARMV7: OMAP3: Add expansion board detection for Overo Overo expansion boards contain an i2c eeprom to identify themselves. This patch adds code to read and parse the eeprom contents. It prints the expansion board name and revision and modifies environment variables as appropriate. Signed-off-by:

Re: [U-Boot] ELF_RELOC causes strange I-cache issues

2010-10-20 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4cbf4d17.6020...@free.fr> you wrote: > > Is the data cache on or off when you experience the issue? If it was on, DC is always off. DC on has always casued problems with lots of drivers, including USB, so we never attempted doing that (except for verification tha

Re: [U-Boot] ARM: Warning with current master

2010-10-20 Thread Albert ARIBAUD
Le 20/10/2010 09:59, Matthias Weißer a écrit : > Am 20.10.2010 09:44, schrieb Albert ARIBAUD: >> Le 20/10/2010 09:22, Matthias Weißer a écrit : >>> Hi >>> >>> after pulling the latest changes I get the following warning during >>> linking of arm boards (I tested jadecpu and tx25). >>> >>> arm-unkno

[U-Boot] [PATCH 18/20] PXA: Remove "delta" board

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/delta/Makefile| 52 board/delta/config.mk |1 - board/delta/delta.c | 378 - board/delta/lowlevel_init.S | 146 --- board/delta/nand.c | 558 --

[U-Boot] [PATCH 20/20] PXA: Remove "xsengine" board

2010-10-20 Thread Marek Vasut
This board is broken and it's not possible to repair it. Signed-off-by: Marek Vasut --- board/xsengine/Makefile| 51 - board/xsengine/config.mk |1 - board/xsengine/flash.c | 470 board/xsengine/lowlevel_init.S | 221

[U-Boot] [PATCH 19/20] PXA: Remove "wepep250" board

2010-10-20 Thread Marek Vasut
This board is broken and impossible to repair without deep knowledge or availability of the hardware. Signed-off-by: Marek Vasut --- board/wepep250/Makefile| 51 --- board/wepep250/config.mk | 11 -- board/wepep250/flash.c | 324

[U-Boot] [PATCH 15/20] PXA: xm250: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/xm250/Makefile| 10 +- board/xm250/config.mk | 35 --- board/xm250/lowlevel_init.S | 519 --- board/xm250/xm250.c | 27 ++- include/configs/xm250.h |9 +- 5 files changed, 24 insertio

[U-Boot] [PATCH 17/20] PXA: zipitz2: Add missing CONFIG_SYS_TEXT_BASE

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- include/configs/zipitz2.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index ce65d1f..48537e3 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -27,6 +27,7 @@

[U-Boot] [PATCH 16/20] PXA: vpac270: Add missing CONFIG_SYS_TEXT_BASE

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- include/configs/vpac270.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index c9d9c69..3107014 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -27,6 +27,7 @@

[U-Boot] [PATCH 14/20] PXA: xaeniax: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/xaeniax/Makefile| 10 +- board/xaeniax/config.mk |2 - board/xaeniax/lowlevel_init.S | 424 - board/xaeniax/xaeniax.c | 22 +- include/configs/xaeniax.h |9 +- 5 files changed, 22 ins

[U-Boot] [PATCH 11/20] PXA: pleb2: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/pleb2/Makefile| 10 +- board/pleb2/config.mk |3 - board/pleb2/lowlevel_init.S | 488 --- board/pleb2/pleb2.c | 22 +- include/configs/pleb2.h | 18 +- 5 files changed, 23 insertions(

[U-Boot] [PATCH 13/20] PXA: trizepsiv: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/trizepsiv/Makefile| 10 +- board/trizepsiv/config.mk |3 - board/trizepsiv/conxs.c | 23 +- board/trizepsiv/lowlevel_init.S | 503 --- board/trizepsiv/pxavoltage.S| 29 --- include/config

[U-Boot] [PATCH 12/20] PXA: pxa255_idp: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/pxa255_idp/Makefile| 10 +- board/pxa255_idp/config.mk |3 - board/pxa255_idp/lowlevel_init.S | 496 -- board/pxa255_idp/pxa_idp.c | 23 +- include/configs/pxa255_idp.h |8 +- 5 files cha

[U-Boot] [PATCH 08/20] PXA: lubbock: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/lubbock/Makefile| 10 +- board/lubbock/config.mk |3 - board/lubbock/lowlevel_init.S | 411 - board/lubbock/lubbock.c | 22 +- include/configs/lubbock.h |8 +- 5 files changed, 22 ins

[U-Boot] [PATCH 10/20] PXA: palmtc: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/palmtc/Makefile|9 +++--- board/palmtc/config.mk |1 - board/palmtc/lowlevel_init.S | 39 - board/palmtc/palmtc.c| 13 +- board/palmtc/u-boot.lds | 56

[U-Boot] [PATCH 09/20] PXA: palmld: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/palmld/Makefile| 10 +++ board/palmld/config.mk |1 - board/palmld/lowlevel_init.S | 45 - board/palmld/palmld.c| 16 +-- board/palmld/u-boot.lds | 56 --

[U-Boot] [PATCH 06/20] PXA: csb226: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/csb226/Makefile| 10 +- board/csb226/config.mk | 15 -- board/csb226/csb226.c| 22 +- board/csb226/lowlevel_init.S | 437 -- include/configs/csb226.h |4 +- 5 files changed, 18 insert

[U-Boot] [PATCH 07/20] PXA: innokom: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/innokom/Makefile| 10 +- board/innokom/config.mk | 15 -- board/innokom/innokom.c | 23 +-- board/innokom/lowlevel_init.S | 437 - include/configs/innokom.h |8 + 5 files changed, 23 in

[U-Boot] [PATCH 05/20] PXA: cradle: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/cradle/Makefile| 10 +- board/cradle/config.mk |2 - board/cradle/cradle.c| 30 ++-- board/cradle/lowlevel_init.S | 515 -- include/configs/cradle.h | 18 +- include/configs/csb226.h

[U-Boot] [PATCH 04/20] PXA: colibri_pxa270: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/colibri_pxa270/Makefile | 10 +++- board/colibri_pxa270/colibri_pxa270.c | 18 +++- board/colibri_pxa270/config.mk|1 - board/colibri_pxa270/lowlevel_init.S | 36 - include/configs/coli

[U-Boot] [PATCH 03/20] PXA: cerf250: Fix for reloc

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/cerf250/Makefile| 10 +- board/cerf250/cerf250.c | 22 +- board/cerf250/config.mk |5 - board/cerf250/lowlevel_init.S | 411 - include/configs/cerf250.h | 14 +- 5 files changed, 22 ins

[U-Boot] [PATCH 02/20] PXA: Use pxa-regs.h register definitions in start.S

2010-10-20 Thread Marek Vasut
Signed-off-by: Marek Vasut --- arch/arm/cpu/pxa/start.S | 20 1 files changed, 8 insertions(+), 12 deletions(-) diff --git a/arch/arm/cpu/pxa/start.S b/arch/arm/cpu/pxa/start.S index 96bfb54..3c5bd84 100644 --- a/arch/arm/cpu/pxa/start.S +++ b/arch/arm/cpu/pxa/start.S @@ -

[U-Boot] [PATCH 01/20] PXA: Implement ELF relocation

2010-10-20 Thread Marek Vasut
Based on patch by: Albert Aribaud Signed-off-by: Marek Vasut --- arch/arm/cpu/pxa/start.S| 129 +-- arch/arm/cpu/pxa/u-boot.lds | 19 +++ 2 files changed, 72 insertions(+), 76 deletions(-) diff --git a/arch/arm/cpu/pxa/start.S b/arch/arm/cpu/p

Re: [U-Boot] ELF_RELOC causes strange I-cache issues

2010-10-20 Thread Albert ARIBAUD
Le 20/10/2010 20:49, Wolfgang Denk a écrit : > Hello everybody, > > after nailing down a few USB and FAT related bugs we had USB running > stable on i.MX31, but suddenly the current mainline code behaves > strangely again: > > Repeating simple calls like "usb read 8080 0 1000" will reliably > h

Re: [U-Boot] [PATCH][v1] RTC driver for PT7C4338 chip.

2010-10-20 Thread Wolfgang Denk
Dear Priyanka Jain, In message <1287568387-1823-1-git-send-email-priyanka.j...@freescale.com> you wrote: > > + if (ctl_stat & RTC_CTL_STAT_BIT_OSF) { > + printf("### Warning: RTC oscillator has stopped\n"); > + /* clear the OSF flag */ > + rtc_write(RTC_CTL

Re: [U-Boot] [PATCH][v0] RTC driver for PT7C4338 chip.

2010-10-20 Thread Wolfgang Denk
Dear Priyanka Jain, In message <1287564032-32198-1-git-send-email-priyanka.j...@freescale.com> you wrote: > PT7C4338 chip is manufactured by Pericom Technology Inc. > It is a serial real-time clock which provides: > 1)Low-power clock/calendar. > 2)Programmable square-wave output. > It has 56 byte

Re: [U-Boot] [PATCH 05/17] ppc: Don't initialize write protected NOR flashes

2010-10-20 Thread Wolfgang Denk
Dear Peter Tyser, In message <1285787156-6005-5-git-send-email-pty...@xes-inc.com> you wrote: > From: John Schmoller > > If a NOR flash is write protected it can not be initialized/detected so > add the ability for boards to skip NOR initialization on bootup. A > board can skip NOR initializati

Re: [U-Boot] [PATCH 04/17] pci: Add ability to re-enumerate PCI buses

2010-10-20 Thread Wolfgang Denk
Dear Peter Tyser, In message <1285787156-6005-4-git-send-email-pty...@xes-inc.com> you wrote: > From: John Schmoller > > Add a new 'pci enum' command which re-enumerates the PCI buses. This > command is enabled via the CONFIG_CMD_PCI_ENUM define and can be useful > in boards with FPGAs connecte

Re: [U-Boot] [PATCH] MPC52xx, motionpro: update default configuration

2010-10-20 Thread Wolfgang Denk
In message <1287556305-25606-1-git-send-email...@denx.de> I wrote: > Signed-off-by: Wolfgang Denk > --- > include/configs/motionpro.h | 70 -- > 1 files changed, 27 insertions(+), 43 deletions(-) Applied. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] [PATCH V2] Update TEXT_BASE to CONFIG_SYS_TEXT_BASE

2010-10-20 Thread Wolfgang Denk
Dear Sughosh Ganu, In message <1287538444-2162-1-git-send-email-urwithsugh...@gmail.com> you wrote: > This was missed out in a couple of files under nand_spl > > Signed-off-by: Sughosh Ganu > --- > V2: > Fix whitespace issues. > > nand_spl/nand_boot.c |3 ++- > nand_spl/nand_boot_

Re: [U-Boot] ICACHE in core initialization to improve u-boot boot time: Breaks booting with i2c code while executing in flash.

2010-10-20 Thread Wolfgang Denk
Dear Richard Retanubun, In message <4cbdc153.30...@ruggedcom.com> you wrote: > > It does not work on our platform (similar to MPC8360EMDS). I think this is > specific to our platform because > we need to initialize i2c and use i2c while still executing from flash in > checkboard()) to read and

Re: [U-Boot] [PATCH] ftrtc010.c : enhance code according to original datasheet

2010-10-20 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1287490476-22544-1-git-send-email-macp...@andestech.com> you wrote: > Add missing codes according to original datasheet. > This patch also makes ftrtc010 could be adapted to PCLK and EXT_CLK. > > Signed-off-by: Macpaul Lin > --- > drivers/rtc/ftrtc010.c | 11

Re: [U-Boot] [PATCH] Devkit8000: Adapt changes to ARM relocation support

2010-10-20 Thread Wolfgang Denk
Dear Thomas Weber, In message <1287409095-19645-1-git-send-email-we...@corscience.de> you wrote: > Fix compilation of Devkit8000 after introduction of > ARM relocation support. > > Signed-off-by: Thomas Weber > --- > board/timll/devkit8000/config.mk |2 +- > include/configs/devkit8000.h

Re: [U-Boot] Pull request: u-boot-i2c

2010-10-20 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4cbef038.5020...@denx.de> you wrote: > Hello Wolfgang, > > The following changes since commit 11c8dd36edcc82564a19dbd0103302df66d66db0: > > FAT: buffer overflow with FAT12/16 (2010-10-20 09:14:38 +0200) > > are available in the git repository at: > git://git

Re: [U-Boot] Please pull u-boot-ppc4xx/master

2010-10-20 Thread Wolfgang Denk
Dear Stefan Roese, In message <201010201042.24780...@denx.de> you wrote: > The following changes since commit 11c8dd36edcc82564a19dbd0103302df66d66db0: > > FAT: buffer overflow with FAT12/16 (2010-10-20 09:14:38 +0200) > > are available in the git repository at: > git://www.denx.de/git/u-boo

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2010-10-20 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > The following changes since commit 11c8dd36edcc82564a19dbd0103302df66d66db0: > > FAT: buffer overflow with FAT12/16 (2010-10-20 09:14:38 +0200) > > are available in the git repository at: > git://git.denx.de/u-boot-mpc85xx master > > Aaron Sierra (1

[U-Boot] [PATCH] USB: fix Queue Element Transfer Descriptor changes

2010-10-20 Thread Wolfgang Denk
Commit 3ed1607 "USB: sync Queue Element Transfer Descriptor against EHCI spec" added an "__attribute__ ((aligned (32)))" to the declaration of struct qTD, as used for example in the Linux kernel as well. However, it turns out that this attribute causes errors in "usb start" (like "ERROR: NOT USB_C

Re: [U-Boot] [PATCH] USB: sync Queue Element Transfer Descriptor against EHCI spec

2010-10-20 Thread Wolfgang Denk
Dear Remy Bohmer, In message you wrote: > > > Remy, I hope this is OK with you. > > You seem to be in a hurry... I thought we could be close to a -rc1. Alas, I was wrong once more. > Patch is OK... Unfortunately it seems it ain't so :-( Patch follows... Best regards, Wolfgang Denk -- D

[U-Boot] ELF_RELOC causes strange I-cache issues

2010-10-20 Thread Wolfgang Denk
Hello everybody, after nailing down a few USB and FAT related bugs we had USB running stable on i.MX31, but suddenly the current mainline code behaves strangely again: Repeating simple calls like "usb read 8080 0 1000" will reliably hard hang the system after 3...5 calls. The problem can be

[U-Boot] Subject: [PATCH v2] Support for sending DHCP client options

2010-10-20 Thread Gray Remlin
If CONFIG_BOOTP_OPTIONS is defined at compile-time, the environment will be checked for the supported DHCPv4 client options during construction of a "DHCP Discover" or "DHCP Request" packet. Any found (as listed below, prefixed with dhcp_) will have their value included in the dhcp packet. dhcp_

[U-Boot] maybe a priority mistake in mpc85xx_cpu\init.c

2010-10-20 Thread geniis
hi, I notice that in "arch\powerpc\cpu\mpc85xx\cpu_init.c" line 193, version 2010.06: if (! memctl->br1 & 1) The original intention is to check if V bit of BR1 is set or not, but the operator "!" has higher priority than "&" ,I think it should be changed to: if (! (memctl->br1 & 1))

[U-Boot] [PATCH v2] Seagate FreeAgent DockStar support

2010-10-20 Thread Eric Cooper
start with sheevaplug configuration add modifications by Alexander Holler change RAM definitions to one bank (128 MB) change ident string change environment to 0xA define MTD partitions and default environment variables add support for LEDs Signed-off-by: Eric Cooper --- Changes

[U-Boot] [PATCH V2] Kirkwood: bugfix: broken early console messages

2010-10-20 Thread Prafulla Wadaskar
It has been observed that, the complete u-boot banner does not appear on the console when the system is booted from NAND/NOR/SPI flash. This patch fixes this issue on all Marvell boards by adding board_early_init_f() support Signed-off-by: Prafulla Wadaskar --- Change log: v2: Whitespace removed

[U-Boot] Pull request: u-boot-i2c

2010-10-20 Thread Heiko Schocher
Hello Wolfgang, The following changes since commit 11c8dd36edcc82564a19dbd0103302df66d66db0: FAT: buffer overflow with FAT12/16 (2010-10-20 09:14:38 +0200) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master Steve Sakoman (4): ARMV7: OMAP: I2C driver: Use s

Re: [U-Boot] [PATCH] Kirkwood: bugfix: broken early console messages

2010-10-20 Thread Prafulla Wadaskar
> -Original Message- > From: Eric Cooper [mailto:e...@cmu.edu] > Sent: Wednesday, October 20, 2010 5:54 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH] Kirkwood: bugfix: broken early console messages > > I can confirm that this patch solves the problem on t

Re: [U-Boot] [PATCH v2 0/4] ARMV7: OMAP: I2C driver: Restructure code to eliminate udelay calls and improve performance

2010-10-20 Thread Heiko Schocher
Hello Steve, Steve Sakoman wrote: > I've been preparing a patch series for Beagle and Overo that detects expansion > board configuration information by reading a 128 byte I2C EEPROM on each > expansion board. > > Using the OMAP I2C driver in its current form takes about 5-6 seconds to read > this

Re: [U-Boot] [PATCH RFC 3/4] ARMV7: OMAP: I2C driver: Restructure i2c_write_byte function

2010-10-20 Thread Heiko Schocher
Hello Steve, Steve Sakoman wrote: > On Wed, 2010-10-20 at 08:08 +0200, Heiko Schocher wrote: >> Hello Steve, >> >> Steve Sakoman wrote: >>> This patch removes the "magic number" delays and instead >>> monitors state changes in the status register bits. >>> >>> Signed-off-by: Steve Sakoman >>> ---

[U-Boot] [PATCH v2 4/4] ARMV7: OMAP: I2C driver: Restructure i2c_probe function

2010-10-20 Thread Steve Sakoman
This patch removes the "magic number" delays and instead monitors state changes in the status register bits. Signed-off-by: Steve Sakoman Tested-by: Heiko Schocher --- drivers/i2c/omap24xx_i2c.c | 41 ++--- 1 files changed, 30 insertions(+), 11 deletions(-)

Re: [U-Boot] [PATCH RFC 3/4] ARMV7: OMAP: I2C driver: Restructure i2c_write_byte function

2010-10-20 Thread Steve Sakoman
On Wed, 2010-10-20 at 08:08 +0200, Heiko Schocher wrote: > Hello Steve, > > Steve Sakoman wrote: > > This patch removes the "magic number" delays and instead > > monitors state changes in the status register bits. > > > > Signed-off-by: Steve Sakoman > > --- > > drivers/i2c/omap24xx_i2c.c | 7

[U-Boot] [PATCH v2 3/4] ARMV7: OMAP: I2C driver: Restructure i2c_write_byte function

2010-10-20 Thread Steve Sakoman
This patch removes the "magic number" delays and instead monitors state changes in the status register bits. Signed-off-by: Steve Sakoman Tested-by: Heiko Schocher --- drivers/i2c/omap24xx_i2c.c | 78 +++ 1 files changed, 42 insertions(+), 36 deletions(

[U-Boot] [PATCH v2 2/4] ARMV7: OMAP: I2C driver: Restructure i2c_read_byte function

2010-10-20 Thread Steve Sakoman
This patch removes the "magic number" delays and instead monitors state changes in the status register bits. Signed-off-by: Steve Sakoman Tested-by: Heiko Schocher --- drivers/i2c/omap24xx_i2c.c | 76 +-- 1 files changed, 37 insertions(+), 39 deletions(

[U-Boot] [PATCH v2 1/4] ARMV7: OMAP: I2C driver: Use same timeout value as linux kernel driver

2010-10-20 Thread Steve Sakoman
This patch matches the poll interval (1 millisecond) and timeout (1 second) used in the linux driver. It also adds a return value of 0 in the event of a timeout error and cleans up some formatting errors in that section of the code. Signed-off-by: Steve Sakoman Tested-by: Heiko Schocher --- dri

[U-Boot] [PATCH v2 0/4] ARMV7: OMAP: I2C driver: Restructure code to eliminate udelay calls and improve performance

2010-10-20 Thread Steve Sakoman
I've been preparing a patch series for Beagle and Overo that detects expansion board configuration information by reading a 128 byte I2C EEPROM on each expansion board. Using the OMAP I2C driver in its current form takes about 5-6 seconds to read this small number of bytes! Executing the i2c prob

Re: [U-Boot] [PATCH 1/1] vision2: add u-boot.imx to ALL targe

2010-10-20 Thread Stefano Babic
On 10/20/2010 02:19 PM, Jason Liu wrote: > Signed-off-by: Jason Liu > --- > board/ttcontrol/vision2/config.mk |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/board/ttcontrol/vision2/config.mk > b/board/ttcontrol/vision2/config.mk > index 59f3367..1b18489 100644 > -

Re: [U-Boot] [PATCH 1/1] MX5:use common u-boot.lds of cpu layer

2010-10-20 Thread Stefano Babic
On 10/20/2010 02:02 PM, Jason Liu wrote: > Remove u-boot.lds from mx5 and use the common u-boot.lds > of cpu layer. This patch also fix the building errors: > > arch/arm/cpu/armv7/start.o: In function `_rel_dyn_start_ofs': > arch/arm/cpu/armv7/start.S:283: undefined reference to `__rel_dyn_start'

[U-Boot] [PATCH 1/1] vision2: add u-boot.imx to ALL targe

2010-10-20 Thread Jason Liu
Signed-off-by: Jason Liu --- board/ttcontrol/vision2/config.mk |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/ttcontrol/vision2/config.mk b/board/ttcontrol/vision2/config.mk index 59f3367..1b18489 100644 --- a/board/ttcontrol/vision2/config.mk +++ b/board/ttcontro

Re: [U-Boot] "Verifying Checksum ... Bad Data CRC" when kernel

2010-10-20 Thread Detlev Zundel
Hi ZHAO JiHua, > I've found the answer and confirmed it. FTP transfer corrupted uImage. [...] > I don't know which, FileZilla or WS_FTP, corrupted uImage. Very likely you need to sort out the well known ascii/binary problem (e.g. [1]) for your ftp setups. Cheers Detlev -- So maybe I lost t

Re: [U-Boot] [PATCH] Kirkwood: bugfix: broken early console messages

2010-10-20 Thread Eric Cooper
I can confirm that this patch solves the problem on the dockstar hardware. Minor: there was incorrect extra whitespace in this line: #define CONFIG_BOARD_EARLY_INIT_F /* call board_init_f for early inits*/ Should be: #define CONFIG_BOARD_EARLY_INIT_F /* call board_init_f for early

[U-Boot] [PATCH 1/1] MX5:use common u-boot.lds of cpu layer

2010-10-20 Thread Jason Liu
Remove u-boot.lds from mx5 and use the common u-boot.lds of cpu layer. This patch also fix the building errors: arch/arm/cpu/armv7/start.o: In function `_rel_dyn_start_ofs': arch/arm/cpu/armv7/start.S:283: undefined reference to `__rel_dyn_start' arch/arm/cpu/armv7/start.o: In function `_rel_dyn_e

Re: [U-Boot] [PATCH] Kirkwood: bugfix: broken early console messages

2010-10-20 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Wednesday, October 20, 2010 4:42 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH] Kirkwood: bugfix: broken early > console messages > > He

[U-Boot] [PATCH] ext2: constify file/dir names

2010-10-20 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- fs/ext2/ext2fs.c |4 ++-- include/ext2fs.h |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/ext2/ext2fs.c b/fs/ext2/ext2fs.c index a88cf87..e119e13 100644 --- a/fs/ext2/ext2fs.c +++ b/fs/ext2/ext2fs.c @@ -749,7 +749,7 @@ int ext2

[U-Boot] [PATCH] stdio: constify "name" arg in public api

2010-10-20 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- common/console.c|4 ++-- common/stdio.c |4 ++-- include/common.h|2 +- include/iomux.h |2 +- include/stdio_dev.h |4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/console.c b/common/console.c ind

  1   2   >