Re: [U-Boot] [PATCH V5 4/4] edminiv2: add mvsata_ide and cmd_ide support

2010-08-03 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar > Sent: Tuesday, August 03, 2010 5:40 PM > To: 'Albert ARIBAUD' > Cc: u-boot@lists.denx.de; tanmay.upadh...@einfochips.com; > Prabhanjan Sarnaik; Ashish Karkare > Subject: RE: [PATCH V5 4/4] edminiv2: add mvsata_ide and > cmd_ide support

[U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device

2010-08-03 Thread Cyril Chemparathy
CPSW is an on-chip ethernet switch that is found on various SoCs from Texas Instruments. This patch adds a simple driver (based on the Linux driver) for this hardware module. Signed-off-by: Cyril Chemparathy --- drivers/net/Makefile |1 + drivers/net/cpsw.c | 861

[U-Boot] [PATCH 2/2] TI: add tnetv107x evm board support for cpsw

2010-08-03 Thread Cyril Chemparathy
This patch adds the necessary board-level hookups to get the CPSW device working on tnetv107x evm boards. Signed-off-by: Cyril Chemparathy --- board/ti/tnetv107xevm/sdb_board.c | 155 + include/configs/tnetv107x_evm.h | 16 2 files changed, 171 inser

[U-Boot] [PATCH 0/2] tnetv107x cpsw ethernet switch driver

2010-08-03 Thread Cyril Chemparathy
This patch series adds support for the cpsw ethernet switch found on tnetv107x and other SoCs from Texas Instruments. Cyril Chemparathy (2): TI: netdev: add driver for cpsw ethernet device TI: add tnetv107x evm board support for cpsw board/ti/tnetv107xevm/sdb_board.c | 155 +++ drivers/

[U-Boot] ATTEN:$500,000.00

2010-08-03 Thread ATM CARD DELIVERY
ATTEN:$500,000.00 has been credited in an ATMCARD in your favor,reply immediately for yourclaims.Email:atmcarddeliv...@windowslive.com and Mobile +44-703-599-4438 for more details. All banks. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists

Re: [U-Boot] [PATCH] update the MIPS u-boot.lds

2010-08-03 Thread Shinya Kuribayashi
On 08/04/2010 12:29 AM, Xiangfu Liu wrote: > On 08/03/2010 07:36 PM, Shinya Kuribayashi wrote: >> Aconfccording to MAKEALL script, pb1000_ig is only used in Little- >> endian, so its default endian should be set to LE as well. I too >> missed this point in my previous patch. > > thanks. You stil

Re: [U-Boot] [PATCH 1/2] S5P: support mmc driver

2010-08-03 Thread Minkyu Kang
Dear Wolfgang, On 4 August 2010 07:33, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message <4c331c61.9070...@samsung.com> you wrote: >> This patch adds support mmc driver for s5p SoC > ... > >> +#ifdef DEBUG_S5P_HSMMC >> +#define dbg(x...)       printf(x) >> +#else >> +#define dbg(x...)      

[U-Boot] [PATCH] config.mk: avoid -traditional-cpp on OS X 10.5

2010-08-03 Thread Mike Frysinger
Simply trying to include a basic header file like stdlib.h on OS X 10.5 and then building with -traditional-cpp fails with lots of errors like: In file included from /usr/include/stdlib.h:63, from test.c:3: /usr/include/available.h:85: error: stray '#' in program /usr/include/avail

Re: [U-Boot] [PATCH 5/5] New implementation for internal handling of environment variables.

2010-08-03 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <201007291116.15503.matthias.fu...@esd-electronics.com> you wrote: > > > Actually neither MAC addresses nor serial# are part of the default > > environment. > Right. But, I'd like to have that described feature in any case. Let's call > it different, > but the fu

Re: [U-Boot] [PATCH] Rename getenv_r() into getenv_f()

2010-08-03 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1280001343-1460-1-git-send-email...@denx.de> you wrote: > While running from flash, i. e. before relocation, we have only a > limited C runtime environment without writable data segment. In this > phase, some configurations (for example with environment in EEPROM) >

Re: [U-Boot] [PATCH] bootm: fix pointer warning with lzma

2010-08-03 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1280087657-12566-1-git-send-email-vap...@gentoo.org> you wrote: > Avoid warning: > cmd_bootm.c: In function 'bootm_load_os': > cmd_bootm.c:394: warning: passing argument 2 of > 'lzmaBuffToBuffDecompress' from incompatible pointer type > > For 32 bit systems,

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

2010-08-03 Thread Steve Sakoman
On Tue, Aug 3, 2010 at 3:21 PM, Wolfgang Denk wrote: > Dear Steve Sakoman, > > In message you > wrote: >> >> I just sent a revised version of the patch with that change incorporated. > > Thanks. I'll wait for Sandeep to rebase his tree and resend the pull > rq, then. OK. Sorry for the inconven

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

2010-08-03 Thread Wolfgang Denk
Dear Minkyu Kang, In message <4c57cb3b.1020...@samsung.com> you wrote: > Please pull u-boot-samsung/master. > Thanks. > > The following changes since commit 2271d3ddccfbd4a7640121669ff9b013b1fea361: > Minkyu Kang (1): > Merge branch 'master' of git://git.denx.de/u-boot > > are availabl

Re: [U-Boot] [PATCH 1/2] S5P: support mmc driver

2010-08-03 Thread Wolfgang Denk
Dear Minkyu Kang, In message <4c331c61.9070...@samsung.com> you wrote: > This patch adds support mmc driver for s5p SoC ... > +#ifdef DEBUG_S5P_HSMMC > +#define dbg(x...) printf(x) > +#else > +#define dbg(x...) do { } while (0) > +#endif Can you please rework this code to use the sta

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

2010-08-03 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > The following changes since commit 7385c28e9b5f7d47e6a8f1ad9800e6e70af714e2: > Wolfgang Denk (1): > fs/fat: Big code cleanup. > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc85xx master > > Kim Phillips (2): >

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

2010-08-03 Thread Wolfgang Denk
Dear Steve Sakoman, In message you wrote: > > I just sent a revised version of the patch with that change incorporated. Thanks. I'll wait for Sandeep to rebase his tree and resend the pull rq, then. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detle

Re: [U-Boot] [PATCH v2] powerpc/p4080: Add support for the P4080DS board

2010-08-03 Thread Wolfgang Denk
Dear Kumar Gala, In message <1280167927-29160-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Add support for the P4080DS board, with the following features: > > * 36-bit only > * Boots from NOR flash > * FMAN drivers NOT supported > * SPD DDR initialization > > Signed-off-by: Ed Swart

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

2010-08-03 Thread Steve Sakoman
On Tue, Aug 3, 2010 at 2:37 PM, Wolfgang Denk wrote: > Dear Sandeep, > > In message <1280345146-18810-1-git-send-email-s-paul...@ti.com> you wrote: >> >> Please pull u-boot-ti/master. I ran MAKEALL and saw no issues. >> The patch modifying the I2c driver has an ACK from Heiko. >> The patch restruc

[U-Boot] [PATCH v3 4/8] ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4 systems

2010-08-03 Thread Steve Sakoman
This patch add the basic infrastructure for the TWL6030 driver and enables support in the two existing OMAP4 boards, Panda and OMAP4430 SDP Signed-off-by: Steve Sakoman --- This version adds the GPL "or (at your option) any later version" clause per Wolfgang's request drivers/power/Makefile

Re: [U-Boot] [PULL] U-Boot-pxa

2010-08-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <201007290314.39806.marek.va...@gmail.com> you wrote: > > I added two more patches. Here's a revised pull request, please merge my "for- > wd-master" branch into u-boot.git "master" branch. I don't see any trace of these patches on the mailing list. I will not pull

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

2010-08-03 Thread Wolfgang Denk
Dear Sandeep, In message <1280345146-18810-1-git-send-email-s-paul...@ti.com> you wrote: > > Please pull u-boot-ti/master. I ran MAKEALL and saw no issues. > The patch modifying the I2c driver has an ACK from Heiko. > The patch restructuring the USB driver actually was a simple patch > adding som

Re: [U-Boot] [PATCH v2 4/8] ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4 systems

2010-08-03 Thread Wolfgang Denk
Dear Steve Sakoman, In message <1279941255-26947-5-git-send-email-st...@sakoman.com> you wrote: > This patch add the basic infrastructure for the TWL6030 driver and enables > support in the two existing OMAP4 boards, Panda and OMAP4430 SDP > > Signed-off-by: Steve Sakoman > --- > drivers/power/

Re: [U-Boot] Pull request u-boot-blackfin.git

2010-08-03 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1280086568-3891-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit 7385c28e9b5f7d47e6a8f1ad9800e6e70af714e2: > > fs/fat: Big code cleanup. (2010-07-24 20:54:46 +0200) > > are available in the git repository at: > git://www.den

Re: [U-Boot] Adding New Boards

2010-08-03 Thread Wolfgang Denk
Dear Henrique Camargo, In message you wrote: > I'm working on a project porting the latest version of u-boot to a > dm365evm based board from Appro [1]. The board is a bit different, but > most of the changes are to the /include/configs/.h file. Should > I contribute the code when it's working?

Re: [U-Boot] ATMEL Custodians == /dev/null ??

2010-08-03 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201007290018.40886.vap...@gentoo.org> you wrote: > > if the maintainers are effectively dead, then i'd suggest someone (i.e. > Wolfgang) hand the custodian role over to someone willing to do the work. Full ACK. > employment by the company who owns the processo

Re: [U-Boot] [PULL] U-Boot-pxa

2010-08-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <201007221701.37914.marek.va...@gmail.com> you wrote: > Hi, please merge my "for-wd-master" branch into u-boot.git "master" branch. > Thanks > > The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044: > > Merge branch 'master' of git://git.den

Re: [U-Boot] [PATCH 7/7] PXA: Vpac270 config fixes

2010-08-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <1279811005-21858-7-git-send-email-marek.va...@gmail.com> you wrote: > Define __io to get harddrive working. > Fix saving of environment into OneNAND. > Boot from harddrive when possible. > > Signed-off-by: Marek Vasut > --- > include/configs/vpac270.h | 12 ++

Re: [U-Boot] [PATCH 6/7] PXA: Add initial Palm LifeDrive support

2010-08-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <1279811005-21858-6-git-send-email-marek.va...@gmail.com> you wrote: > Signed-off-by: Marek Vasut > --- > board/palmld/Makefile| 54 > board/palmld/config.mk |1 + > board/palmld/lowlevel_init.S | 46 +++ > board/palmld/palmld.c

Re: [U-Boot] [PATCH 4/7] PXA: Palm Tungsten|C Support

2010-08-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <1279811005-21858-4-git-send-email-marek.va...@gmail.com> you wrote: > This patch adds support for the Palm Tungsten|C PXA255 board. The support > includes: > - LCD > - MMC > - UART > - NOR > > Signed-off-by: Marek Vasut > --- > board/palmtc/Makefile| 54 +

Re: [U-Boot] total u-boot neophyte tasked with resolving sd boot performance issue

2010-08-03 Thread Wolfgang Denk
Dear eric van tassell, please always keep the mailing list on Cc. Also, please do not top post / full quote, this is considered really bad manners. See http://www.netmeister.org/news/learn2quote.html In message you wrote: > > it's an imx35 based custom board. Although I've done a lot of kerne

Re: [U-Boot] total u-boot neophyte tasked with resolving sd boot performance issue

2010-08-03 Thread Wolfgang Denk
Dear eric van tassell, In message you wrote: > > Can anybody point me to resources/techniques for finding and resolving why > u-boot seems to take a horrendously long time to boot from sd .vs. nand? It would help if you mentioned which architecture and board and U-Boot version you are talking a

[U-Boot] total u-boot neophyte tasked with resolving sd boot performance issue

2010-08-03 Thread eric van tassell
All, Can anybody point me to resources/techniques for finding and resolving why u-boot seems to take a horrendously long time to boot from sd .vs. nand? Thanks in advance. -- - evt (Eric van Tassell) twitter: evt_texelsoft linked-in: linkedin.com/in/evttxl ___

Re: [U-Boot] [PATCH] Adds driver for Xilinx' xps_spi SPI controller.

2010-08-03 Thread Mike Frysinger
On Tuesday, August 03, 2010 11:47:42 Graeme Smecher wrote: > --- a/drivers/spi/Makefile > +++ b/drivers/spi/Makefile > > COBJS-$(CONFIG_ALTERA_SPI) += altera_spi.o > +COBJS-$(CONFIG_XILINX_SPI) += xilinx_spi.o > COBJS-$(CONFIG_ATMEL_DATAFLASH_SPI) += atmel_dataflash_spi.o this is a sorted list.

[U-Boot] UEC numbering broken in uec_initialize

2010-08-03 Thread Joakim Tjernlund
Commit qe: Pass in uec_info struct through uec_initialize (8e55258f144764de8902e9f078a7ad4c6c022c2f) changed the FSL UEC# numbering: - sprintf(dev->name, "FSL UEC%d", index); + sprintf(dev->name, "FSL UEC%d", uec_info->uf_info.ucc_num); from logical(zero based)to physical UCC number.

[U-Boot] [PATCH] Adds driver for Xilinx' xps_spi SPI controller.

2010-08-03 Thread Graeme Smecher
This code differs in only trivial ways from the altera_spi driver. It plays nice with Thomas Chou's mmc_spi driver, as well as with SPI flash. Documentation for the SPI core is available here: http://www.xilinx.com/support/documentation/ip_documentation/xps_spi.pdf Signed-off-by: Graeme Smech

Re: [U-Boot] [PATCH] update the MIPS u-boot.lds

2010-08-03 Thread Xiangfu Liu
Hi Shinya On 08/03/2010 07:36 PM, Shinya Kuribayashi wrote: > Aconfccording to MAKEALL script, pb1000_ig is only used in Little- > endian, so its default endian should be set to LE as well. I too > missed this point in my previous patch. > thanks. > With fixing above nits, feel free to add: >

[U-Boot] [PATCH v2] update the MIPS u-boot.lds

2010-08-03 Thread Xiangfu Liu
Hi Wolfgang v1: From the document, if set all arguments in "OUTPUT_FORMAT" to "tradbigmips", then even add "-EL" to gcc we still get EB format. v2: pb1x00 is only used in Little-endian, so its default endian should be set to LE as well Signed-off-by: Xiangfu Liu Acked-by: Shinya Kuribaya

[U-Boot] 83xx UEC compile error

2010-08-03 Thread Joakim Tjernlund
Got this while trying to upgrade: ../../drivers/qe/uec.h:766: error: conflicting types for 'uec_initialize' /usr/local/src/cutu2uboot/include/netdev.h:86: error: previous declaration of 'uec_initialize' ../../drivers/qe/uec.h:766: error: conflicting types for 'uec_initialize' /usr/local/src/cutu2

[U-Boot] [PATCH] fdt: Fix bug in size calculation in fdt_resize() with initrd use

2010-08-03 Thread Stefan Roese
From: Feng Wang Original bug description from Feng (fdt_resize() bug caused "WARNING: could not set linux, initrd-start FDT_ERR_NOSPACE."): What I got is an error: "WARNING: could not set linux,initrd-start FDT_ERR_NOSPACE." after loading Device Tree blob. This in turn caused linux to miss init

Re: [U-Boot] [PATCH V5 4/4] edminiv2: add mvsata_ide and cmd_ide support

2010-08-03 Thread Prafulla Wadaskar
> -Original Message- > From: Albert ARIBAUD [mailto:albert.arib...@free.fr] > Sent: Tuesday, August 03, 2010 5:32 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; tanmay.upadh...@einfochips.com > Subject: Re: [PATCH V5 4/4] edminiv2: add mvsata_ide and > cmd_ide support > > (add

Re: [U-Boot] [PATCH V5 4/4] edminiv2: add mvsata_ide and cmd_ide support

2010-08-03 Thread Albert ARIBAUD
(adding Tanmay who might be interested in the OpenOCD init sequence issue) Le 02/08/2010 08:13, Albert ARIBAUD a écrit : Hi, Le 02/08/2010 05:35, Prafulla Wadaskar a écrit : I tried tweaking MPP setup for SATA related stuff, it's multiplexed with UART and other I/Os (NAND), What I observed:

Re: [U-Boot] [PATCH] update the MIPS u-boot.lds

2010-08-03 Thread Shinya Kuribayashi
Thanks for following-up, On 08/03/2010 12:30 AM, Xiangfu Liu wrote: > From: Xiangfu Liu > > Hi Wolfgang No greetings in the longlog, please. Such comments, supplements are to go below the three-dashes (---): >>From the document, if set all arguments in "OUTPUT_FORMAT" > to "tradbigmips", then

Re: [U-Boot] at91sam source tree to use

2010-08-03 Thread Daniel Bristot de Oliveira
Hello Moises, I'm using a board of same family (at91sam9620 and at91sam9g60) and I`m using the main u-boot source tree, everything is working... > Hello, >I would like to customize an u-boot source tree to use in an > at91sam9263 embedded CPU board. But I am in doubt if I should use the

[U-Boot] [RFC][PATCH v2 17/19] arm cp15: setup mmu and enable dcache

2010-08-03 Thread Heiko Schocher
This has been tested on at91sam9263 and STN8815. Again, I didn't check if it has bad effects on non-arm926 cores. Initially I had a "done" bit to only set up page tables at the beginning. However, since the aligmnent requirement was for the whole object file, this extra integer tool 16kB in BSS, s

[U-Boot] [RFC][PATCH v2 14/19] nand_fsl_nfc: get rid of local var

2010-08-03 Thread Heiko Schocher
If we have -fPIC enabled, this var leads in one entry in the GOT. The result of this is that the image size is > 0x800. So make it a "static const" and this brings the size again < 0x800 Signed-off-by: Heiko Schocher Acked-by: Scott Wood --- - changes since v1 add comment from Scott Wood: -

[U-Boot] [RFC][PATCH v2 08/19] i2c: fix command usage help

2010-08-03 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- - changes since v1 added comment from Peter Tyser - simplified this patch as cmd_usage() returns 1 common/cmd_i2c.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c index a1a84a1..48de54b 100644 -

[U-Boot] [RFC][PATCH v2 02/19] relocation: fixup cmdtable

2010-08-03 Thread Heiko Schocher
fixup_cmdtable() did all work for fixing up the cmdtable, if CONFIG_RELOC_FIXUP_WORKS is not defined. Signed-off-by: Heiko Schocher --- - changes since v1 add comment from Peter Tyser - as this code is also "copied" in avr32, m68k and mips plattforms, use this common function fixup_cmdta

[U-Boot] [PATCH] ppc4xx: Fix/Update katmai board header

2010-08-03 Thread Stefan Roese
This patch has the following fixes/changes: - Set 'kernel_addr' and 'ramdisk_addr' to correct values and add 'fdt_addr' environment variable - Remove 'kozio' environment variable - Remove environmant variables to boot ancient arch/ppc Linux kernels - Remove CONFIG_SYS_BOOTMAPSZ definition. It's

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

2010-08-03 Thread Minkyu Kang
Please pull u-boot-samsung/master. Thanks. The following changes since commit 2271d3ddccfbd4a7640121669ff9b013b1fea361: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (3):

Re: [U-Boot] How to support Page Mode Flash Memory Device?

2010-08-03 Thread Cheng Vincent
Dear Dave, I have checked the datasheet of the CPU. It did support the Page Read Mode. I would find the way to make it possible. BTW, i'm very appreciate of your responses. Best Regards, Vincent Cheng > Subject: RE: [U-Boot] How to support Page Mode Flash Memory Device? > Date: Tue, 3 Aug 2010