[U-Boot] [PATCH] Save environment data to mmc.

2010-04-29 Thread Terry Lv
This patch is to save environment data to mmc card. It uses interfaces defined in generic mmc. Signed-off-by: Terry Lv r65...@freescale.com --- arch/arm/lib/board.c | 10 ++-- arch/powerpc/lib/board.c | 12 ++-- common/Makefile |1 + common/cmd_nvedit.c |1 +

[U-Boot] U-boot command prompt issue....

2010-04-29 Thread Hari Babu
Hi,I want to debug (Seeing environment variables,board H/W details) the Cavium SSL card which is having u boot loader inside.While i am seeing the boot lines by configuring the minicom, at some time it is asking Hit any key to stop autoboot. I had hitted the Enter key with in time but it's not

Re: [U-Boot] [PATCH] sf: move useful messages from debug to printf

2010-04-29 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1272516050-17920-1-git-send-email-vap...@gentoo.org you wrote: At the moment, the default SPI flash subsystem is quite terse. Errors and successes both result in a generic message. So move the useful errors and useful successes to printf output by default. ...

Re: [U-Boot] [PATCH] Fix typos in Korat board console output

2010-04-29 Thread Stefan Roese
On Tuesday 20 April 2010 14:11:40 Larry Johnson wrote: Signed-off-by: Larry Johnson l...@acm.org Applied to u-boot-ppc4xx/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell,

Re: [U-Boot] [PATCH] ppc4xx: Add missing APC405 to MAKEALL

2010-04-29 Thread Stefan Roese
On Monday 26 April 2010 13:31:08 Stefan Roese wrote: Signed-off-by: Stefan Roese s...@denx.de Cc: Matthias Fuchs matthias.fu...@esd.eu Applied to u-boot-ppc4xx/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office:

Re: [U-Boot] [PATCH v2] ppc4xx: Add support for ICON board (PPC440SPe)

2010-04-29 Thread Stefan Roese
On Tuesday 27 April 2010 11:37:28 Stefan Roese wrote: This patch adds support for the Mosaix Technologies, Inc. ICON board, based on the AppliedMicro (AMCC) PPC440SPe. It's equipped with an SODIMM (512MB standard) and 64MByte of NOR FLASH. Support for the onboard SM502 will be added later.

Re: [U-Boot] [PATCH] ppc4xx: Fix APC405 build breakage

2010-04-29 Thread Stefan Roese
On Wednesday 28 April 2010 11:09:59 Stefan Roese wrote: This patch fixes APC405 build, by defining CONFIG_PPC4XX_I2C. This is needed since the move of the PPC4xx I2C driver into the drivers/i2c directory. Signed-off-by: Stefan Roese s...@denx.de Cc: Matthias Fuchs matthias.fu...@esd.eu

Re: [U-Boot] U-boot command prompt issue....

2010-04-29 Thread Wolfgang Denk
Dear Hari Babu, In message w2ge05b45b91004290050m4b0131a6jf9aedb63d506d...@mail.gmail.com you wrote: Hi,I want to debug (Seeing environment variables,board H/W details) the Cavium SSL card which is having u boot loader inside.While i am seeing the Please contact Cavium technical support

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

2010-04-29 Thread Stefan Roese
The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0: Merge branch 'master' of git://git.denx.de/u-boot-video (2010-04-28 00:10:41 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Larry Johnson (1): Fix typos in

[U-Boot] [PATCH v3] at91: define matrix registers bit fields

2010-04-29 Thread Asen Dimov
Change since [PATCH v2]: use space instead of tab after #define. Signed-off-by: Asen Dimov di...@ronetix.at --- arch/arm/include/asm/arch-at91/at91_matrix.h | 138 ++ 1 files changed, 138 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH V6 1/3] Initial support for Marvell Orion5x SoC

2010-04-29 Thread Prafulla Wadaskar
-Original Message- From: Albert ARIBAUD [mailto:albert.arib...@free.fr] Sent: Thursday, April 15, 2010 12:05 PM To: Prafulla Wadaskar Cc: Wolfgang Denk; U-Boot@lists.denx.de; Tom Subject: Re: [U-Boot] [PATCH V6 1/3] Initial support for Marvell Orion5x SoC ...snip... I am

[U-Boot] Splash screen problem

2010-04-29 Thread Radovan Vápeník
Hello, i am new in uboot. I have already configured and compiled uboot (i am using version 2009.11), but i have problem with splash image. I am using AT91SAM9263 processor witch connected NAND flash and some RAM. I can save image to nand or read it back without problems, but i can't load image

Re: [U-Boot] Splash screen problem

2010-04-29 Thread Wolfgang Denk
Dear =?iso-8859-2?Q?Radovan=20V=E1pen=EDk?=, In message 56283.4061.1017-16955-880731597-1272534...@seznam.cz you wrote: Hello, i am new in uboot. I have already configured and compiled uboot (i am using version 2009.11), but i have problem with splash image. I am using AT91SAM9263 processor

Re: [U-Boot] [GIT PULL] Please pull u-boot-pxa/next

2010-04-29 Thread Marek Vasut
Dne Čt 29. dubna 2010 06:37:47 Wolfgang Denk napsal(a): Dear Marek Vasut, In message 201004290313.29496.marek.va...@gmail.com you wrote: I rebased the branch ... Tom, please pull. Thanks The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0: Wolfgang Denk

[U-Boot] [GIT PULL] Please pull u-boot-pxa/fix

2010-04-29 Thread Marek Vasut
The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-video are available in the git repository at: git://git.denx.de/u-boot-pxa.git fix Marek Vasut (1): PXA: Align stack to 8 bytes

[U-Boot] [GIT PULL] Please pull u-boot-pxa/next

2010-04-29 Thread Marek Vasut
Tom, ok, one more time, I moved the fix Wolfgang requested to another branch. Please pull these changes then. Cheers The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-video are available in

Re: [U-Boot] Splash screen problem

2010-04-29 Thread Radovan Vápeník
The environment variable preboot runs after splashimage, which other env variablecan I use, which runs before splashimage? Best regards Radovan Vapenik Původní zpráva Od: Wolfgang Denk w...@denx.de Předmět: Re: Re: [U-Boot] Splash screen problem Datum: 29.4.2010

[U-Boot] [x86] Success! - Linux is UP

2010-04-29 Thread Graeme Russ
Hi All, Just a really quick message to say that I now have Linux Kernel 2.6.33 and a JFFS2 Root File System up and running on my AMD SC520 board. I big thanks to everyone for helping out on this 'little' project of mine. There is no way I could have possibly gained so much personal satisfaction

Re: [U-Boot] [PATCH v2] at91: define matrix registers bit fields

2010-04-29 Thread Tom Rix
Asen Dimov wrote: Signed-off-by: Asen Dimov di...@ronetix.at --- arch/arm/include/asm/arch-at91/at91_matrix.h | 138 ++ 1 files changed, 138 insertions(+), 0 deletions(-) I saw this v2 right after the v1. It fixed the problem with the cpp typo. This is ok.

Re: [U-Boot] [PATCH v2] pm9263 converted to at91 soc access

2010-04-29 Thread Tom Rix
Asen Dimov wrote: Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9263/led.c| 15 ++-- board/ronetix/pm9263/pm9263.c | 195 + include/configs/pm9263.h | 87 +- 3 files changed, 152 insertions(+), 145

Re: [U-Boot] [PATCH v3] at91: define matrix registers bit fields

2010-04-29 Thread Tom Rix
Asen Dimov wrote: Change since [PATCH v2]: use space instead of tab after #define. Signed-off-by: Asen Dimov di...@ronetix.at I saw this after v2 was pushed. The space vs tab was not as important as fixing the cpp. Tom ___ U-Boot mailing list

Re: [U-Boot] [x86] Success! - Linux is UP

2010-04-29 Thread Joakim Tjernlund
Hi All, Just a really quick message to say that I now have Linux Kernel 2.6.33 and a JFFS2 Root File System up and running on my AMD SC520 board. I big thanks to everyone for helping out on this 'little' project of mine. There is no way I could have possibly gained so much personal

[U-Boot] [PATCH] OMAP3: remove unused config macros

2010-04-29 Thread Grazvydas Ignotas
Most OMAP3 boards have various flash related macros in their configs 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 nota...@gmail.com --- include/configs/omap3_beagle.h | 18 --

Re: [U-Boot] Exception in U-Boot

2010-04-29 Thread Manuel Lauss
On Thu, Apr 29, 2010 at 4:04 PM, Sanjay Kumar sanjay.ku...@gmobis.com wrote: After reset address 0xbfc00400, code executes lowlevel_init and subsequently hangs at 0xbfc00570 (RomException). I'm attaching start.S and lowlevel_init.S files we are using. Please let me know if am doing anything

Re: [U-Boot] [PATCH] Save environment data to mmc.

2010-04-29 Thread Stefano Babic
Terry Lv wrote: This patch is to save environment data to mmc card. It uses interfaces defined in generic mmc. Hi Terry, Signed-off-by: Terry Lv r65...@freescale.com --- arch/arm/lib/board.c | 10 ++-- arch/powerpc/lib/board.c | 12 ++-- common/Makefile |1 +

Re: [U-Boot] [PATCH v5] mmc: add generic mmc spi driver

2010-04-29 Thread Thomas Chou
On 04/28/2010 11:21 PM, Andy Fleming wrote: +static int do_mmc_spi(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +{ + int dev_num = -1; + uint bus; + uint cs; + uint speed; + uint mode; + char *endp; + struct mmc *mmc; + struct

[U-Boot] [PATCH] OMAP3: pandora: enable battery backup capacitor

2010-04-29 Thread Grazvydas Ignotas
Pandora has a capacitor connected as backup battery, which allows retaining RTC for some time while main battery is removed. Enable backup battery charge function to charge that capacitor. Signed-off-by: Grazvydas Ignotas nota...@gmail.com --- board/pandora/pandora.c |9 + 1 files

[U-Boot] [U-Boot-Users] mpc8641hpcn linker script and the bootpg section

2010-04-29 Thread sunil khatri
hello sir i m new to bootloader but i have studied its architecture and tried to dig deep into source code.i found u have worked on this and want ur help our company is designing a new board based on mpc8641 processor we are using mpc8641hpcn type board except that we dnt erequire all the

Re: [U-Boot] [GIT PULL] Please pull u-boot-pxa/next

2010-04-29 Thread Tom Rix
Marek Vasut wrote: Tom, ok, one more time, I moved the fix Wolfgang requested to another branch. Please pull these changes then. Cheers The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0: Wolfgang Denk (1): Merge branch 'master' of

Re: [U-Boot] Exception in U-Boot

2010-04-29 Thread Viswanath Bandi
On Thu, Apr 29, 2010 at 7:34 PM, Sanjay Kumar sanjay.ku...@gmobis.comwrote: Hi All, We are porting U-boot. 2010.03 version for MIPS32 processor (Au1350). Currently we are facing one problem: When I compile u-boot and program to NOR Flash using bdiGDB through BDI3000 Debugger, I am

[U-Boot] [PATCH RFC] OMAP: mmc: add support for second and third mmc channels

2010-04-29 Thread Steve Sakoman
This patch adds support for the second and third mmc channels on OMAP3 processors Boards wishing to use this feature should define CONFIG_SYS_MMC_SET_DEV in the board config Tested on Overo Signed-off-by: Steve Sakoman st...@sakoman.com --- diff --git

Re: [U-Boot] [PATCH RFC] OMAP: mmc: add support for second and third mmc channels

2010-04-29 Thread Scott Wood
Steve Sakoman wrote: This patch adds support for the second and third mmc channels on OMAP3 processors Boards wishing to use this feature should define CONFIG_SYS_MMC_SET_DEV in the board config Tested on Overo Signed-off-by: Steve Sakoman st...@sakoman.com --- diff --git

[U-Boot] [PATCH 1/4] PXA: PXAMMC: Drop different delays for PXA27X

2010-04-29 Thread Marek Vasut
In case the delays were set to 1, the MMC card on PXA27X boards (and PXA3xx boards) didn't initialize on first try. Increasing the delays and leaving just those for PXA25x and 26x (that is 20) fixes this problem. Signed-off-by: Marek Vasut marek.va...@gmail.com --- drivers/mmc/pxa_mmc.c

[U-Boot] [PATCH 2/4] PXA: PXAMMC: Add Monahans support

2010-04-29 Thread Marek Vasut
This patch enables PXAMCI support on PXA3xx CPUs. This patch only enables MMC1 though, MMC2 and PXA31x MMC3 will need further patch to be operational. Signed-off-by: Marek Vasut marek.va...@gmail.com --- drivers/mmc/pxa_mmc.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-)

[U-Boot] [PATCH 4/4] PXA: Add missing MDREFR bits

2010-04-29 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com --- arch/arm/include/asm/arch-pxa/pxa-regs.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-pxa/pxa-regs.h b/arch/arm/include/asm/arch-pxa/pxa-regs.h index 7cd7a14..cd7b7f9 100644 ---

[U-Boot] [PATCH 3/4] PXA: Add UP2OCR register bit definitions

2010-04-29 Thread Marek Vasut
This register is used on PXA to control the USB Port2 operation (USB Port2 is the host port). Signed-off-by: Marek Vasut marek.va...@gmail.com --- arch/arm/include/asm/arch-pxa/pxa-regs.h | 22 ++ 1 files changed, 18 insertions(+), 4 deletions(-) diff --git

Re: [U-Boot] [GIT PULL] Please pull u-boot-pxa/next

2010-04-29 Thread Marek Vasut
Dne Čt 29. dubna 2010 18:31:41 Tom Rix napsal(a): Marek Vasut wrote: Tom, ok, one more time, I moved the fix Wolfgang requested to another branch. Please pull these changes then. Cheers The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0: Wolfgang Denk (1):

Re: [U-Boot] [PATCH v5] mmc: add generic mmc spi driver

2010-04-29 Thread Mike Frysinger
On Thursday 29 April 2010 10:51:03 Thomas Chou wrote: 2. Andy suggested to create a new mmc_spi device for each bus and cs. this is what i was suggesting from the start ... sorry if i wasnt clear -mike signature.asc Description: This is a digitally signed message part.

Re: [U-Boot] [PATCH RFC] OMAP: mmc: add support for second and third mmc channels

2010-04-29 Thread Steve Sakoman
On Thu, Apr 29, 2010 at 11:15 AM, Scott Wood scottw...@freescale.com wrote: Steve Sakoman wrote: This patch adds support for the second and third mmc channels on OMAP3 processors Boards wishing to use this feature should define CONFIG_SYS_MMC_SET_DEV in the board config Tested on Overo

Re: [U-Boot] [PATCH RFC] OMAP: mmc: add support for second and third mmc channels

2010-04-29 Thread Steve Sakoman
On Thu, Apr 29, 2010 at 12:55 PM, Steve Sakoman sako...@gmail.com wrote: On Thu, Apr 29, 2010 at 11:15 AM, Scott Wood scottw...@freescale.com wrote: The mandatory use of structs even with large reserved areas seems to invite and obscure such issues (and the comments don't help much, since

[U-Boot] [PATCH RFC v2] OMAP: mmc: add support for second and third mmc channels

2010-04-29 Thread Steve Sakoman
This patch adds support for the second and third mmc channels on OMAP3 processors Boards wishing to use this feature should define CONFIG_SYS_MMC_SET_DEV Tested on Overo Signed-off-by: Steve Sakoman st...@sakoman.com --- diff --git a/arch/arm/include/asm/arch-omap3/mmc_host_def.h

Re: [U-Boot] Splash screen problem

2010-04-29 Thread Wolfgang Denk
Dear =?iso-8859-2?Q?Radovan=20V=E1pen=EDk?=, In message 56295.4069.1007-22739-950867926-1272543...@seznam.cz you wrote: The environment variable preboot runs after splashimage, which other env variablecan I use, which runs before splashimage? You cannot. But you can fake the actions by using

Re: [U-Boot] [PATCH RFC v2] OMAP: mmc: add support for second and third mmc channels

2010-04-29 Thread Steve Sakoman
On Thu, Apr 29, 2010 at 1:38 PM, Andy Fleming aflem...@gmail.com wrote: On Thu, Apr 29, 2010 at 3:26 PM, Steve Sakoman sako...@gmail.com wrote: This patch adds support for the second and third mmc channels on OMAP3 processors Boards wishing to use this feature should define

[U-Boot] Amount Won 1,000,000 GBP.

2010-04-29 Thread British Global Lottery.
This is to inform you that You have won 1,000,000 GBP,Please Contact: Mr.Mark Anderson/E-mail Address:(markander...@discuz.org) and also call Tel Phone:+4470-1118-2592.contact him With the following,Full Name:/Contact Address:/Tel/Age/Country. ___ U-Boot

[U-Boot] Amount Won 1,000,000 GBP.

2010-04-29 Thread British Global Lottery.
This is to inform you that You have won 1,000,000 GBP,Please Contact: Mr.Mark Anderson/E-mail Address:(markander...@discuz.org) and also call Tel Phone:+4470-1118-2592.contact him With the following,Full Name:/Contact Address:/Tel/Age/Country. ___ U-Boot

[U-Boot] Amount Won: 1,000,000 GBP.

2010-04-29 Thread British Global Lottery.
This is to inform you that You have won 1,000,000 GBP,Please Contact: Mr.Mark Anderson/E-mail Address:(markander...@discuz.org) and also call Tel Phone:+4470-1118-2592.contact him With the following,Full Name:/Contact Address:/Tel/Age/Country. ___ U-Boot

[U-Boot] Business-Vorschlag

2010-04-29 Thread radchenko
Guten Tag! Ich bin Wiktor Drogin, Direktor of Info-soft Co. Wir spezialisieren unsauf angewandte Entwicklung, Systemintegration, korporativen Netze und andere Softwarefuer verschiedenen Loesungen der Geschaefts - und Finanzproblemen. Unsere Firma befindet sich in Ukraine. Wir stehen in gutem

[U-Boot] [PATCH 0/6] add gpio_led and altera_spi drivers

2010-04-29 Thread Thomas Chou
This patch series add gpio_led and altera_spi support for the nios2-generic board, which is based on the Altera EP1C20 board. It enables status LED and SPI flash access on this board. It includes the outstanding patches to complete the support. Best regards, Thomas Thomas Chou (6): nios2: add

[U-Boot] [PATCH 1/6 v4] nios2: add gpio support

2010-04-29 Thread Thomas Chou
This patch adds driver for a trivial gpio core, which is described in http://nioswiki.com/GPIO. It is used for gpio led and nand flash interface in u-boot. When CONFIG_SYS_GPIO_BASE is not defined, board may provide its own driver. Signed-off-by: Thomas Chou tho...@wytron.com.tw --- v4: remove

[U-Boot] [PATCH 3/6 v3] nios2: add gpio support to nios2-generic board

2010-04-29 Thread Thomas Chou
This patch adds gpio support of Altera PIO component to the nios2-generic board. Though it drives only gpio_led at the moment, it supports bidirectional port to control bit-banging I2C, NAND flash busy status or button switches, etc. Signed-off-by: Thomas Chou tho...@wytron.com.tw --- v3: split

[U-Boot] [PATCH 6/6 v3] nios2: add spi flash support to nios2-generic board

2010-04-29 Thread Thomas Chou
This patch enables the altera_spi and spi_flash drivers for the nios2-generic board. It allows access to the EPCS/SPI flash on the Altera EP1C20 board. Signed-off-by: Thomas Chou tho...@wytron.com.tw --- v3: split patches for gpio and spi. v2: remove mmc_spi_init()

[U-Boot] [PATCH 5/6 v2] spi_flash: support old STMicro parts with RES

2010-04-29 Thread Thomas Chou
Some old STMicro parts do not support JEDEC ID (0x9f). This patch uses RES (0xab) to get Electronic ID and translates it to JEDEC ID. This is needed to support the SPI flash chip on Altera EP1C20 board. Signed-off-by: Thomas Chou tho...@wytron.com.tw --- v2: move the logic to stmicro's probe

Re: [U-Boot] [PATCH] Save environment data to mmc.

2010-04-29 Thread Lv Terry-R65388
Hi Babic, Pls check my comments with keyword [Ty]. Thanks for reviewing the patch. Thanks~~ Yours Terry -Original Message- From: Stefano Babic [mailto:sba...@denx.de] Sent: 2010年4月29日 22:34 To: Lv Terry-R65388 Cc: u-boot@lists.denx.de Subject: Re: [U-Boot]