Re: [U-Boot] [Fix] cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER

2008-08-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:03 Thu 21 Aug , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <[EMAIL PROTECTED]> you wrote: > > On 09:57 Tue 19 Aug , Heiko Schocher wrote: > > > Hello Jean-Chistophe, > > > > > > your commit: > > > > > > commit00b1883a4cac59d97cd297b1a3a398db859

Re: [U-Boot] [PATCH] common/envs: Move conditional compilation to Makefile

2008-08-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 01:50 Thu 21 Aug , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <[EMAIL PROTECTED]> you wrote: > > rename CFG_ENV_IS_IN_* to CONFIG_ENV_IS_IN_* > > and CFG_ENV_IS_NOWHERE to CONFIG_ENV_IS_NOWHERE > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAI

Re: [U-Boot] [patch 1/1] Make the YAFFS filesystem work

2008-08-20 Thread William Juul
Remy Bohmer wrote: > With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem > in U-boot, as well as in Linux. > Tested on a Atmel AT91SAM9261EK board. > Signed-off-by: Remy Bohmer <[EMAIL PROTECTED]> Acked-by: William Juul <[EMAIL PROTECTED]>

[U-Boot] U-boot for Arm cortexA8

2008-08-20 Thread alwin.mathew
Hi, I would like to know if u-boot source code is there for ARM Cortex A8. Thanks, Alwin Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addres

Re: [U-Boot] [PATCH 0/7] libfdt: Update to resync with dtc/libfdt

2008-08-20 Thread Jerry Van Baren
David Gibson wrote: > On Wed, Aug 20, 2008 at 09:45:04PM -0400, Jerry Van Baren wrote: >> [EMAIL PROTECTED] wrote: >>> The following changesets resynchronize u-boot with the master libfdt. >>> >>> Best regards, >>> gvb >> First results using aliases with David's libfdt improvements... >> >> These a

Re: [U-Boot] [PATCH 0/7] libfdt: Update to resync with dtc/libfdt

2008-08-20 Thread David Gibson
On Wed, Aug 20, 2008 at 09:45:04PM -0400, Jerry Van Baren wrote: > [EMAIL PROTECTED] wrote: >> The following changesets resynchronize u-boot with the master libfdt. >> >> Best regards, >> gvb > > First results using aliases with David's libfdt improvements... > > These are the aliases: > > => fdt p

Re: [U-Boot] [PATCH 0/7] libfdt: Update to resync with dtc/libfdt

2008-08-20 Thread Jerry Van Baren
[EMAIL PROTECTED] wrote: > The following changesets resynchronize u-boot with the master libfdt. > > Best regards, > gvb First results using aliases with David's libfdt improvements... These are the aliases: => fdt p /aliases aliases { ethernet0 = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]"

Re: [U-Boot] [PATCH v8] fdt: rework fdt_fixup_ethernet() to use env instead of bd_t

2008-08-20 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Move to using the environment variables 'ethaddr', 'eth1addr', etc.. > instead of bd->bi_enetaddr, bi_enet1addr, etc. > > This makes the code a bit more flexible to the number of ethernet > interfaces. > > Signed-off-by: Kumar Gala <[E

Re: [U-Boot] [PATCH v2] hush: Fix printf debug macro in hush.c so that it usable in U-Boot

2008-08-20 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > This patch changes the debug_printf() marco for U-Boot in hush.c and > moves the definition of DEBUG_SHELL to a place that is actually compiled > under U-Boot. > > Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> > --- > v2: Fix commen

Re: [U-Boot] [Fix] cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER

2008-08-20 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > On 09:57 Tue 19 Aug , Heiko Schocher wrote: > > Hello Jean-Chistophe, > > > > your commit: > > > > commit 00b1883a4cac59d97cd297b1a3a398db85982865 > > > > drivers/mtd: Move conditional compilation to Mak

Re: [U-Boot] [Fix] cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER

2008-08-20 Thread Wolfgang Denk
Dear Heiko Schocher, In message <[EMAIL PROTECTED]> you wrote: > > Subject: [PATCH] [FIX] cfi: rename CFG_FLASH_CFI_DRIVER to > CONFIG_FLASH_CFI_DRIVER > for the 3 missing boards. > > Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> > --- > include/configs/M5253DEMO.h |2 +- >

Re: [U-Boot] [PATCH 01/11] i2c: Clean drivers/i2c/ Makefile

2008-08-20 Thread Wolfgang Denk
Dear Michal Simek, In message <[EMAIL PROTECTED]> you wrote: > Hi Wolfgang, > > the patches are older and progress in U-BOOT is too big. That's why some > patches > contains faults. And you applied some patches from Jean-Christophe before > these > which fixed the same issue. > > In driver fol

Re: [U-Boot] [PATCH] Consolidate strmhz() implementation

2008-08-20 Thread Wolfgang Denk
Dear Jean-Christophe, In message <[EMAIL PROTECTED]> Haavard Skinnemoen wrote: > > > I've seen 2 others functions which are commom. > > > > Could we use the patch that reply to this message instead? > > The only downside that I can think of is that configuration that truly > don't require strmhz

Re: [U-Boot] [PATCH]: fix mvbc_p board build warnings

2008-08-20 Thread Wolfgang Denk
Dear Andre Schwarz, In message <[EMAIL PROTECTED]> you wrote: > This is a multi-part message in MIME format. > --020103080003000708050406 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > > fix build warnings @ mvBC-P board by using correct types, i.e.

Re: [U-Boot] [PATCH] common/envs: Move conditional compilation to Makefile

2008-08-20 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > rename CFG_ENV_IS_IN_* to CONFIG_ENV_IS_IN_* > and CFG_ENV_IS_NOWHERE to CONFIG_ENV_IS_NOWHERE > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> ... > 535 files changed, 936 insertions(+), 97

Re: [U-Boot] [PATCH] Makefile: fix posix support on find

2008-08-20 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > > diff --git a/Makefile b/Makefile > index 00ae9ca..de255d6 100644 Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineerin

Re: [U-Boot] [PATCH 1/1] Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards

2008-08-20 Thread Wolfgang Denk
Dear Axel Beierlein, In message <[EMAIL PROTECTED]> you wrote: > Tested with TQM5200S on STK52XX.200 Board > > Signed-off-by: Axel Beierlein <[EMAIL PROTECTED]> > --- > cpu/mpc5xxx/cpu.c | 20 > include/configs/TQM5200.h |1 + > include/mpc5xxx.h |1

Re: [U-Boot] [PATCH] mod_i2c_mem() bugfix

2008-08-20 Thread Wolfgang Denk
Dear Peter Tyser, In message <[EMAIL PROTECTED]> you wrote: > The last used chip, address, and address length were not being > stored for the imm and imn commands. > > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> > --- > common/cmd_i2c.c |6 +++--- > 1 files changed, 3 insertions(+), 3 del

Re: [U-Boot] [PATCH 3/3] setting pio modes for IDE devices

2008-08-20 Thread Wolfgang Denk
Dear "Steven A. Falco", In message <[EMAIL PROTECTED]> you wrote: > Wolfgang Denk wrote: > > Dear "Steven A. Falco", > > > > In message <[EMAIL PROTECTED]> you wrote: > >> I realized that I should be checking to see if word 163 is applicable to > >> the ATA device in question. To do that, I need

Re: [U-Boot] [PATCH 2/3] setting pio modes for IDE devices

2008-08-20 Thread Wolfgang Denk
Dear "Steven A. Falco", In message <[EMAIL PROTECTED]> you wrote: > > [PATCH 2/3] Add a hook to allow board-specific PIO mode setting. > > This patch adds a hook whereby a board-specific routine can be called to > configure hardware for a PIO mode. The prototype for the board-specific > routine

[U-Boot] [PATCH v3 16/16] FSL DDR: Convert MPC8548CDS to new DDR code.

2008-08-20 Thread Kumar Gala
From: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- board/freescale/mpc8548cds/Makefile |1 + board/freescale/mpc8548cds/ddr.c| 239 +++ board/freescale/mpc8548cds/mpc

[U-Boot] [PATCH v3 15/16] FSL DDR: Convert MPC8568MDS to new DDR code.

2008-08-20 Thread Kumar Gala
From: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- board/freescale/mpc8568mds/Makefile | 14 +- board/freescale/mpc8568mds/ddr.c| 248 +++ board/freescale/mpc8568mds/mp

[U-Boot] [PATCH v3 14/16] FSL DDR: Convert MPC8541CDS to new DDR code.

2008-08-20 Thread Kumar Gala
From: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- board/freescale/mpc8541cds/Makefile |1 + board/freescale/mpc8541cds/ddr.c| 293 +++ board/freescale/mpc8541cds/mpc

[U-Boot] [PATCH v3 13/16] FSL DDR: Convert MPC8555ADS to new DDR code.

2008-08-20 Thread Kumar Gala
From: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- board/freescale/mpc8555cds/Makefile |1 + board/freescale/mpc8555cds/ddr.c| 293 +++ board/freescale/mpc8555cds/mpc

[U-Boot] [PATCH v3 12/16] FSL DDR: Convert MPC8560ADS to new DDR code.

2008-08-20 Thread Kumar Gala
From: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- board/freescale/mpc8560ads/Makefile | 13 +- board/freescale/mpc8560ads/ddr.c| 282 +++ board/freescale/mpc8560ads/mp

[U-Boot] [PATCH v3 08/16] FSL DDR: Convert MPC8641HPCN to new DDR code.

2008-08-20 Thread Kumar Gala
From: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- Makefile |3 + board/freescale/mpc8641hpcn/Makefile |8 +- board/freescale/mpc8641hpcn/ddr.c | 234 ++

[U-Boot] [PATCH v3 09/16] FSL DDR: Convert MPC8610HPCD to new DDR code.

2008-08-20 Thread Kumar Gala
From: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- board/freescale/mpc8610hpcd/Makefile | 10 +- board/freescale/mpc8610hpcd/ddr.c | 223 + board/freescale/mpc8610hpcd

[U-Boot] [PATCH v3 11/16] FSL DDR: Convert MPC8540ADS to new DDR code.

2008-08-20 Thread Kumar Gala
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- board/freescale/mpc8540ads/Makefile | 13 +- board/freescale/mpc8540ads/ddr.c| 282 +++ board/freescale/mpc8540ads/mpc8540ads.c | 16 ++- include/configs/MPC8540ADS.h| 70 +--- 4 files

[U-Boot] [PATCH v3 10/16] FSL DDR: Convert MPC8544DS to new DDR code.

2008-08-20 Thread Kumar Gala
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- Makefile |1 + board/freescale/mpc8544ds/Makefile|9 +- board/freescale/mpc8544ds/ddr.c | 242 + board/freescale/mpc8544ds/mpc8544ds.c | 11 +- cpu/mpc85xx/Makefile

[U-Boot] [PATCH v3 01/16] Add proper SPD definitions for DDR1/2/3

2008-08-20 Thread Kumar Gala
From: James Yang <[EMAIL PROTECTED]> Also added a few helper functions for DDR1 & DDR2 to print SPD info and verify the checksum. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- common/Makefile |1 + common/ddr_spd.c | 519 + include/

[U-Boot] [PATCH v3 05/16] FSL DDR: Add interactive DDR config support

2008-08-20 Thread Kumar Gala
Provide a mechanism to allow interactive configuration of DDR params. This is useful when trying to test various DDR settings to determine optimal configuration values for a given board. Signed-off-by: James Yang <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: K

[U-Boot] [PATCH v3 07/16] FSL DDR: Add e500 TLB helper for DDR code

2008-08-20 Thread Kumar Gala
Provide a helper function that board code can call to map TLBs when setting up DDR. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- cpu/mpc85xx/tlb.c | 64 + include/asm-ppc/mmu.h |1 + 2 files changed, 65 insertions(+), 0 deletions(-)

[U-Boot] [PATCH v3 06/16] FSL DDR: Provide a generic fsl_ddr_sdram_set_lawbar()

2008-08-20 Thread Kumar Gala
Make fsl_ddr_sdram_set_lawbar() a weak function to allow board code to override if desired. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- drivers/misc/fsl_law.c | 88 1 files changed, 88 insertions(+), 0 deletions(-) diff --git a/drivers/mis

[U-Boot] [PATCH v3 04/16] FSL DDR: Add DDR2 support

2008-08-20 Thread Kumar Gala
Signed-off-by: James Yang <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- cpu/mpc8xxx/fsl_ddr2.c | 339 1 files changed, 339 insertions(+), 0 deletions(-) create mode 100644 cpu

[U-Boot] [PATCH v3 03/16] FSL DDR: Add DDR1 support

2008-08-20 Thread Kumar Gala
Signed-off-by: James Yang <[EMAIL PROTECTED]> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- cpu/mpc8xxx/fsl_ddr1.c | 342 1 files changed, 342 insertions(+), 0 deletions(-) create mode 100644 cpu

Re: [U-Boot] [Patch 1/3] setting pio modes for IDE devices

2008-08-20 Thread Wolfgang Denk
Dear "Steven A. Falco", In message <[EMAIL PROTECTED]> you wrote: > > [PATCH 1/3] Replace enums in ata.h with an include of libata.h > > This patch removes some enums from ata.h and replaces them with an > include of libata.h. This way, we eliminate duplicated code, and > prevent errors whereby

Re: [U-Boot] [PATCH] coldfire: fix CFI drivers activation with new macro

2008-08-20 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH 05/15] fdt: fdt addr w/o any args reports back the current working address

2008-08-20 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/cmd_fdt.c |8 > 1 files changed, 8 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolf

Re: [U-Boot] [PATCH 04/15] fdt: added the ability to set initrd start/end via chosen command

2008-08-20 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/cmd_fdt.c | 21 + > 1 files changed, 17 insertions(+), 4 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering Gmb

Re: [U-Boot] [PATCH 03/15] Add command to enable/disable interrupts

2008-08-20 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/Makefile |1 + > common/cmd_irq.c | 50 ++ > 2 files changed, 51 insertions(+), 0 deletions(-) > create mode 100644 com

Re: [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git

2008-08-20 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit fcd69a1a57fb2af4d26201422095a4be9f36963e: > Kumar Gala (1): > Clean up usage of icache_disable/dcache_disable > > are available in the git repository at: > > git://www.denx.de/git/u-boot

Re: [U-Boot] [GIT PULL] avr32 update

2008-08-20 Thread Wolfgang Denk
Dear Haavard Skinnemoen, In message <[EMAIL PROTECTED]> you wrote: > Hi Wolfgang, > > Please pull > > git://git.denx.de/u-boot-avr32.git master > > to receive the below changes. This adds support for three new > avr32-based boards. > > There are a couple of commits that were never posted to

Re: [U-Boot] Pull request - net

2008-08-20 Thread Wolfgang Denk
Dear Ben Warren, In message <[EMAIL PROTECTED]> you wrote: > Wolfgang, > > The following changes since commit fcd69a1a57fb2af4d26201422095a4be9f36963e: > Kumar Gala (1): > Clean up usage of icache_disable/dcache_disable > > are available in the git repository at: > > git://git.denx.

[U-Boot] [PATCH] Fix regression in drivers/mtd/cfi_flash.c.

2008-08-20 Thread Andrew Klossner
Fix a regression in the 1.3.4 version of drivers/mtd/cfi_flash.c. Add a case to the new switch statement in flash_real_protect() to make flash chips using the Intel extended command set work again. Also correct a debug printf format-string/argument mismatch. Signed-off-by: Andrew Klossner <[EMAIL

Re: [U-Boot] USB serial console under Uboot

2008-08-20 Thread Wolfgang Denk
Dear "Menon, Nishanth", In message <[EMAIL PROTECTED]> you wrote: > > > I do have a USB-RS232 cable. I am using MPC8549 as processor. Would > > you please let me know more details on the usbtty? > > > See: > http://git.denx.de/?p=u-boot.git;a=blob;f=drivers/usbtty.c;h=2f89e2b7411c307cf27a5876ed6f

Re: [U-Boot] USB serial console under Uboot

2008-08-20 Thread Menon, Nishanth
Mike, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mike zheng > Sent: Wednesday, August 20, 2008 3:44 PM > To: Hunter, Jon > Cc: u-boot@lists.denx.de; Ben Warren > Subject: Re: [U-Boot] USB serial console under Uboot > > I do have a USB-RS232 cable.

Re: [U-Boot] USB serial console under Uboot

2008-08-20 Thread mike zheng
I do have a USB-RS232 cable. I am using MPC8549 as processor. Would you please let me know more details on the usbtty? On 8/20/08, Hunter, Jon <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > > > I have one system with USB connector only, no RS232 port. How can I do > > > the interaction with Uboot

Re: [U-Boot] USB serial console under Uboot

2008-08-20 Thread Hunter, Jon
> There is usbtty support in u-boot but only for some OMAP1 devices > (although it is broken in the current release) and for some MPC devices. > Unfortunately, I don't believe that this is currently supported for OMAP3. > Therefore, I think that you are going to need an RS232-to-USB dongle for > yo

Re: [U-Boot] USB serial console under Uboot

2008-08-20 Thread Hunter, Jon
> > Hello, > > > > I have one system with USB connector only, no RS232 port. How can I do > > the interaction with Uboot? > > > You can start by providing much more detail. I don't know if there's > USB console support in U-boot, but if so I'm sure it's hardware dependent. There is usbtty support

Re: [U-Boot] USB serial console under Uboot

2008-08-20 Thread Ben Warren
mike zheng wrote: > Hello, > > I have one system with USB connector only, no RS232 port. How can I do > the interaction with Uboot? > You can start by providing much more detail. I don't know if there's USB console support in U-boot, but if so I'm sure it's hardware dependent. regards, Ben __

[U-Boot] USB serial console under Uboot

2008-08-20 Thread mike zheng
Hello, I have one system with USB connector only, no RS232 port. How can I do the interaction with Uboot? Thanks for your help, Mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [patch 1/1] Make the YAFFS filesystem work

2008-08-20 Thread Remy Bohmer
Recently the YAFFS filesystem support has been added to U-boot. However, just enabling CONFIG_YAFFS2 is not enough to get it working. ymount will generate an exception (when dereferencing mtd->readoob()), because the genericDevice is a null pointer. Further, a lot of logging is produced while usin

[U-Boot] [PATCH v2] RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)

2008-08-20 Thread Stefan Roese
This "||" doesn't seem to work. Now using the idea suggest by Scott Wood to combine both config options into one line. This even allows defining both options and not generating the target object twice. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- drivers/rtc/Makefile |3 ++- 1 files ch

Re: [U-Boot] [PATCH] RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)

2008-08-20 Thread Stefan Roese
On Wednesday 20 August 2008, Scott Wood wrote: > On Wed, Aug 20, 2008 at 02:41:26PM +0200, Stefan Roese wrote: > > This "||" doesn't seem to work. So I created 2 lines, one for each config > > option. Not sure if this really can be combined into one line in the > > Makefile but this approach seems

Re: [U-Boot] [PATCH] RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)

2008-08-20 Thread Scott Wood
On Wed, Aug 20, 2008 at 02:41:26PM +0200, Stefan Roese wrote: > This "||" doesn't seem to work. So I created 2 lines, one for each config > option. Not sure if this really can be combined into one line in the > Makefile but this approach seems clearer to me. And it works. Won't you get duplicate s

[U-Boot] [PATCH] ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC 440SP/SPe, PPC405EX and PPC 460EX/GT

2008-08-20 Thread Prodyut Hazarika
Resending the patch since it was not copied to Stefan. Stefan, please ignore the previous post. Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX processors Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared across processors Optimize Memory

[U-Boot] [PATCH] ppc4xx: Optimize PLB4 arbiter and memory queue settings for PPC 440SP/SPe, PPC405EX and PPC 460EX/GT

2008-08-20 Thread Prodyut Hazarika
Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX processors Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared across processors Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX processors Add register bit definitions for Me

Re: [U-Boot] [PATCH] at91: Update board NAND drivers to current API.

2008-08-20 Thread Stelian Pop
Hi Jean-Christophe, Scott and the list, Le mercredi 13 août 2008 à 23:23 +0200, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 15:59 Wed 13 Aug , Scott Wood wrote: > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > > --- > > I don't have hardware to test, so any help in that regard is apprec

Re: [U-Boot] [PATCH] rtc: Fix drivers/rtc/Makefile for DS1307/DS1338 chips

2008-08-20 Thread Stefan Roese
Hi Matthias, On Wednesday 20 August 2008, Matthias Fuchs wrote: > Boards with DS1307/DS1338 rtc like DU440 and kilauea fail to build > without this fix. I was quicker by 2 hours. :) Best regards, Stefan = DENX Software Engineer

[U-Boot] [PATCH] rtc: Fix drivers/rtc/Makefile for DS1307/DS1338 chips

2008-08-20 Thread Matthias Fuchs
Boards with DS1307/DS1338 rtc like DU440 and kilauea fail to build without this fix. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- drivers/rtc/Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 2af3ee5..af1

[U-Boot] [PATCH] RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)

2008-08-20 Thread Stefan Roese
This "||" doesn't seem to work. So I created 2 lines, one for each config option. Not sure if this really can be combined into one line in the Makefile but this approach seems clearer to me. And it works. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- drivers/rtc/Makefile |3 ++- 1 files

[U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git

2008-08-20 Thread Stefan Roese
The following changes since commit fcd69a1a57fb2af4d26201422095a4be9f36963e: Kumar Gala (1): Clean up usage of icache_disable/dcache_disable are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master Nick Spence (1): CFI: Add CFI_CMDSET_INTEL_EXTE

Re: [U-Boot] [PATCH] CFI: Fix AMD Legacy sector protect

2008-08-20 Thread Stefan Roese
On Tuesday 19 August 2008, Tsi-Chung Liew wrote: > From: TsiChung Liew <[EMAIL PROTECTED]> > > New implement sector lock and unlock or softlock commands > do not exist in AMD legacy flash. Thus, causing issue > when erasing AMD legacy flash (such as lv040) Applied to u-boot-cfi-flash. Thanks. Bes

Re: [U-Boot] [PATCH] Consolidate strmhz() implementation

2008-08-20 Thread Haavard Skinnemoen
Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > I've seen 2 others functions which are commom. > > Could we use the patch that reply to this message instead? The only downside that I can think of is that configuration that truly don't require strmhz() and don't use --gc-sections wil

[U-Boot] [patch 1/2] Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.

2008-08-20 Thread Remy Bohmer
The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a missing extern inside the net/bootp.h header Signed-off-by: Remy Bohmer <[EMAIL PROTECTED]> --- net/bootp.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: u-boot-git-22052008/net/bootp.h ===

[U-Boot] [patch 1/1] Make usb-stop() safe to call multiple times in a row.

2008-08-20 Thread Remy Bohmer
A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38) enabled the usb_stop() command in common/cmd_bootm.c which was not enabled for some time, because no board did actually set the CFG_CMD_USB flag. So, now the usb_stop() is executed before loading the linux kernel. However, the usb_ohci dri

[U-Boot] [patch 0/1] fix hangup during boot when USB is used.

2008-08-20 Thread Remy Bohmer
A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38) enabled the usb_stop() command in common/cmd_bootm.c which was not enabled for some time, because no board did actually set the CFG_CMD_USB flag. So, now the usb_stop() is executed before loading the linux kernel, which will result in a han

[U-Boot] [patch 0/2] Some minor fixes in the networking layer

2008-08-20 Thread Remy Bohmer
2 fixes for the networking layer * 1 fix for a bogus error message when DHCP is used * 1 compile error fix -- ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [patch 2/2] Fix bogus error message in the DHCP handler

2008-08-20 Thread Remy Bohmer
The DHCP handler has 1 state that is not listed in this case, causing a failure message when there is actually no failure. Signed-off-by: Remy Bohmer <[EMAIL PROTECTED]> --- net/bootp.c |3 +++ 1 file changed, 3 insertions(+) Index: u-boot-git-almost-1.3.4/net/bootp.c ===

[U-Boot] [PATCH v2] change mvBL-M7 default env and move to vendor subdir

2008-08-20 Thread Andre Schwarz
MATRIX VISION GmbH, Talstraße 16, DE-71570 Oppenweiler - Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschäftsführer: Gerhard Thullner, Werner Armingeon, Uwe Furtner fix mvBL-M7 config and move to matrix_vision subdir Signed-off-by: Andre Schwarz <[EMAIL PROTECTED]> --- Makefile

[U-Boot] [PATCH] Correct drv_usb_kbd_init function

2008-08-20 Thread Ryan CHEN
The patch is that check if usb_get_dev_index() function return valid pointer. If valid, continue. Otherwise return -1. Signed-off-by: Ryan Chen <[EMAIL PROTECTED]> --- common/usb_kbd.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/common/usb_kbd.c b/common/usb_kbd.c i

[U-Boot] [PATCH] Add background serial print and correct search_device function

2008-08-20 Thread Ryan CHEN
The patch introduces a new macro 'CFG_BG_CONSOLE_SERIAL'. It means print messages through serial port although current console isn't serial port. It is important for debugging and looks like multi-consoles in Linux but without input. Another modification in the patch is that verify if search_dev

[U-Boot] [GIT PULL] avr32 update

2008-08-20 Thread Haavard Skinnemoen
Hi Wolfgang, Please pull git://git.denx.de/u-boot-avr32.git master to receive the below changes. This adds support for three new avr32-based boards. There are a couple of commits that were never posted to the list. They are trivial fixes for compile breakage that turned up after I merged ever

Re: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-08-20 Thread Nobuhiro Iwamatsu
Hi, 2008/8/20 thaoth <[EMAIL PROTECTED]>: > > Hi Nobuhiro Iwamatsu, > > 1. Clock frequency of board. > > #define CONFIG_SYS_CLK_FREQ > #define TMU_CLK_DIVIDER 4 /* 4 (default), 16, 64, 256 or 1024 */ > #define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDE

Re: [U-Boot] [U-Boot-Users] [PATCH v4] Add MIMC200 board

2008-08-20 Thread Haavard Skinnemoen
Mark Jackson <[EMAIL PROTECTED]> wrote: > Only just seen this email ... is this okay ? > > > Signed-off-by: Mark Jackson <[EMAIL PROTECTED]> Yes, thanks a lot. Haavard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/

Re: [U-Boot] Location of jump table in global_data structure

2008-08-20 Thread Rafal Jaworowski
Peter Tyser wrote: *snip* >>> Do others view this issue as a problem that should be fixed? >> Yes. >> >>> If others feel that the jt pointer should be moved to the 2nd item in >>> global_data structure let me know and I can generate a patch. >> Add a comment and police it is my vote. > > That's