Re: [U-Boot] [U-Boot-Users] [PATCH] ads5121: support for running from memory

2008-10-28 Thread John Rigby
You missed some changes in the rebase. All CFG_ macros have been renamed to CONFIG_SYS_ On Fri, Oct 24, 2008 at 3:01 PM, Nikita V. Youshchenko <[EMAIL PROTECTED]> wrote: >> Could you rebase it against current HEAD? > > Sure. Here it is. > > From ba2fc48842d6f866e30f52f457a4c834431e1167 Mon Sep

Re: [U-Boot] [PATCH v2 5/9] ColdFire: Add mii driver in drivers/net

2008-10-28 Thread John Rigby
Ben, Do you want to pick this up or is it ok if it goes in via the coldfire tree? John ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-boot] Export functions using Jumptable in Standalone application

2008-10-28 Thread Nagesh.ML
Hi, Thanks for your responses Wolfgang! - I think in that case if I link the initialization code with the u-boot image, then my standalone application will come under GPL conditions, right? If I dont do any network operations in U-boot(dont link the code with u-boot image), just do the

Re: [U-Boot] [PATCH v2] pci/fsl_pci_init: Enable inbound PCI config cycles

2008-10-28 Thread Peter Tyser
Hi Kumar, > On Oct 28, 2008, at 7:24 PM, Peter Tyser wrote: > >> Set CFG_READY bit in Configuration Ready register for PCIe >> interfaces and clear ACL bit in PBFR register for PCI >> interfaces to allow devices to respond to incoming PCI >> configuration cycles. >> >> Signed-off-by: Peter Tyser

Re: [U-Boot] [PATCH v2] pci/fsl_pci_init: Enable inbound PCI config cycles

2008-10-28 Thread Kumar Gala
On Oct 28, 2008, at 7:24 PM, Peter Tyser wrote: > Set CFG_READY bit in Configuration Ready register for PCIe > interfaces and clear ACL bit in PBFR register for PCI > interfaces to allow devices to respond to incoming PCI > configuration cycles. > > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>

Re: [U-Boot] [PATCH 1/3] iMX31: Reducing start.S size to let boot from NAND

2008-10-28 Thread Alan Carvalho de Assis
Dear "Wolfgang Denk" On Mon, Oct 27, 2008 at 9:53 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear "Alan Carvalho de Assis", > > > Why are you adding this to cpu/arm1136/start.S ? > > I think NAND boot code should be added to nand_spl/ ? > I am doing it now, I didn't know about nand_spl stuffs

Re: [U-Boot] U-Boot 1.3.1 booting problem

2008-10-28 Thread Jerry Van Baren
pugazh mahalingam wrote: > Hi, > I'm porting u-boot-1.3.1. on a MPC8548PC processor and I'm using the start.S > file of u-boot-1.1.4. > But I encounter booting problems.. The processor cannot bootup .. its going > to hang state .. > I used start.S of u-boot-1.1.4 since it works fine for u-boot-1.1.

Re: [U-Boot] [PATCH] fdt_resize(): ensure minimum padding

2008-10-28 Thread Jerry Van Baren
Peter Korsgaard wrote: > fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry > (16 bytes), so make sure that fdt_resize at least adds that much > padding, no matter what the location or size of the fdt is. > > Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> > Acked-by: Andy Fleming

[U-Boot] [PATCH v2] pci/fsl_pci_init: Enable inbound PCI config cycles

2008-10-28 Thread Peter Tyser
Set CFG_READY bit in Configuration Ready register for PCIe interfaces and clear ACL bit in PBFR register for PCI interfaces to allow devices to respond to incoming PCI configuration cycles. Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> --- Changes since v1: - Anal retentive update to the commit m

Re: [U-Boot] [PATCH 4/4] bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}

2008-10-28 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Added the ability to config out bootm support for Linux, NetBSD, RTEMS > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/cmd_bootm.c | 20 > 1 files changed, 20 insertions(+), 0 deletions(-) Appli

Re: [U-Boot] [PATCH 3/4] bootm: support subcommands in linux ppc bootm

2008-10-28 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > lib_ppc/bootm.c | 271 > +++ > 1 files changed, 175 insert

Re: [U-Boot] [PATCH 2/4] bootm: Add subcommands

2008-10-28 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Add the ability to break the steps of the bootm command into several > subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go. > > This allows us to do things like manipulate device trees before > they are passed to a booting

Re: [U-Boot] [PATCH 1/4] bootm: Move to using a function pointer table for the boot os function

2008-10-28 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > This removes a bit of code and makes it easier for the upcoming sub bootm > command support to call into the proper OS specific handler. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/cmd_bootm.c | 68 ++

Re: [U-Boot] [PATCH] Add IC Identif Module (IIM) support for ADS5121

2008-10-28 Thread John Rigby
Martha needed to make some style changes to this. I'll ping her. Wolfgang Denk wrote: > Dear John, > > in message <[EMAIL PROTECTED]> Martha Marx wrote: > >> IIM (IC Identification Module) is the fusebox for the mpc5121. >> Use #define CONFIG_IIM to turn on the clock for this module, >> use #d

[U-Boot] [PATCH] pci/fsl_pci_init: Enable inbound PCI config cycles

2008-10-28 Thread Peter Tyser
Set CFG_READY bit in Configuration Ready Register for PCIe devices and clear ACL bit in PBFR to allow Freescale devices to respond to incoming PCI configuration cycles. Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> --- drivers/pci/fsl_pci_init.c | 17 + 1 files changed, 17 inse

Re: [U-Boot] [PATCH] Add IC Identif Module (IIM) support for ADS5121

2008-10-28 Thread Wolfgang Denk
Dear John, in message <[EMAIL PROTECTED]> Martha Marx wrote: > IIM (IC Identification Module) is the fusebox for the mpc5121. > Use #define CONFIG_IIM to turn on the clock for this module, > use #define CONFIG_CMD_FUSE to add fusebox commands. These are > turned off by default. Fusebox commands

Re: [U-Boot] [patch 0/2] Some more USB-OHCI bugfixes [V2]

2008-10-28 Thread Wolfgang Denk
Dear Markus, In message <[EMAIL PROTECTED]> you wrote: > > Both patches passed my usual sequoia regression test, so I added both > to the USB custodian repository. > > If nobody reports any regressions I intend to send Wolfgang a pull > request in upcoming merge window. What's the state about t

Re: [U-Boot] [PATCH PPC_4xx V3] Print simple row of dots instead of spinning wheel

2008-10-28 Thread Wolfgang Denk
Dear Matthias, In message <[EMAIL PROTECTED]> Stefan Roese wrote: > > On Thursday 23 October 2008, Wolfgang Denk wrote: > > Replace the "spinning wheel" eye candy by printing a simple row of > > dots. This avoids problems with control charactersin log files etc. > > > > Also, it saves a few byt

Re: [U-Boot] [PATCH 3/5] 86xx: remove the second DDR LAW setting for mpc8641hpcn

2008-10-28 Thread Becky Bruce
On Oct 28, 2008, at 4:46 AM, Dave Liu wrote: > The DDR1 LAW will precedence the DDR2 LAW, so remove > the second DDR LAW. > > Signed-off-by: Dave Liu <[EMAIL PROTECTED]> Acked-by: Becky Bruce <[EMAIL PROTECTED]> ___ U-Boot mailing list U-Boot@lists.de

Re: [U-Boot] [PATCH 1/5] 86xx: Move the clear_tlbs before MMU turn on

2008-10-28 Thread Becky Bruce
On Oct 28, 2008, at 4:46 AM, Dave Liu wrote: > We must invalidate TLBs before MMU turn on, but > currently the code is not, if there are some stale > TLB entry valid in the TLBs, it will cause strange > issue. > > Signed-off-by: Dave Liu <[EMAIL PROTECTED]> Acked-by: Becky Bruce <[EMAIL PROTECTE

Re: [U-Boot] Missing definition of DIV_ROUND

2008-10-28 Thread Gary Jennejohn
On Tue, 28 Oct 2008 18:15:41 +0100 Gary Jennejohn <[EMAIL PROTECTED]> wrote: > > You must be doing something wrong, it seems. > > > > Well, I also did MAKEALL ppc. I don't see how that could wrong. > > I'll just delete u-boot and grab a fresh copy. > Ah, now I see. I somehow managed to ove

Re: [U-Boot] Missing definition of DIV_ROUND

2008-10-28 Thread Gary Jennejohn
On Tue, 28 Oct 2008 17:55:49 +0100 Wolfgang Denk <[EMAIL PROTECTED]> wrote: Dear Wolfgang, > In message <[EMAIL PROTECTED]> you wrote: > > From u-boot HEAD grabbed just a few minutes ago... > > Which commit ID is this where you see such behaviour? > > > garyj:tdt:u-boot:bash:1> ./MAKEALL ppc >

[U-Boot] [PATCH 2/2] XPedite5200 board support

2008-10-28 Thread Peter Tyser
Initial support for Extreme Engineering Solutions XPedite5200 - a MPC8548-based PMC single board computer. Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> --- MAINTAINERS |1 + MAKEALL |1 + Makefile|3 + b

[U-Boot] [PATCH 1/2] 85xx: Add PORDEVSR_PCI1 define

2008-10-28 Thread Peter Tyser
Add define used to determine if PCI1 interface is in PCI or PCIX mode. Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> --- include/asm-ppc/immap_85xx.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/immap_85xx.h index 4892d8b

[U-Boot] [PATCH 0/2] 85xx: Support for XPedite5200

2008-10-28 Thread Peter Tyser
These 2 patches add support for the XPedite5200 SBC - a MPC8548-based PMC card made by Extreme Engineering Solutions. The patches are based on the u-boot-mpc85xx tree and require the following 2 patches to be applied first: - pca953x: Add support for PCA953x I2C gpio devices - XPedite5370 board su

Re: [U-Boot] Missing definition of DIV_ROUND

2008-10-28 Thread Wolfgang Denk
Dear Gary Jennejohn, In message <[EMAIL PROTECTED]> you wrote: > From u-boot HEAD grabbed just a few minutes ago... Which commit ID is this where you see such behaviour? > garyj:tdt:u-boot:bash:1> ./MAKEALL ppc > Configuring for cmi_mpc5xx board... > strmhz.c: In function 'strmhz': > strmhz.c:30

Re: [U-Boot] [PATCH] - fix "nand erase clean" problem

2008-10-28 Thread Scott Wood
On Tue, Oct 28, 2008 at 11:45:21AM +0100, Ilko Iliev wrote: > > AFAICT, it does a read using MTD_OOB_AUTO, which can span multiple > > free segments. > Yes, but the current U-BOOT uses MTD_OOB_PLACE and the command "nand > erase clean" marks all blocks as bad. I'm not defending the current code.

[U-Boot] [PATCH] mpc83xx pci: Round up memory size in inbound window.

2008-10-28 Thread Scott Wood
The current calculation will fail to cover all memory if its size is not a power of two. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- cpu/mpc83xx/pci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/mpc83xx/pci.c b/cpu/mpc83xx/pci.c index 5b8eeb7..ab0760b 10064

Re: [U-Boot] [PATCH 1/7] sh: ap325rxa: Moveed ap325rxa board in board/renesas

2008-10-28 Thread Ben Warren
Hi Nobuhiro, Nobuhiro Iwamatsu wrote: > Hi, Peter. > > On Tue, 28 Oct 2008 09:36:10 -0500 > Peter Tyser <[EMAIL PROTECTED]> wrote: > > >> Hi Nobuhiro, >> The titles for this patch series should be renamed with s/Moveed/Moved/ >> and maybe s/in/to/. >> > Oh, Thanks. > > >> Also, git shou

Re: [U-Boot] [PATCH 2/2] 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case

2008-10-28 Thread Andy Fleming
On Tue, Oct 28, 2008 at 4:53 AM, Dave Liu <[EMAIL PROTECTED]> wrote: > we need TLB entry for DDR at !SPD case. > > Signed-off-by: Dave Liu <[EMAIL PROTECTED]> Applied, thanks Andy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PATCH 1/2] 85xx: remove the unused ddr_enable_ecc in the board file

2008-10-28 Thread Andy Fleming
On Tue, Oct 28, 2008 at 4:53 AM, Dave Liu <[EMAIL PROTECTED]> wrote: > The DDR controller of 8548/8544/8568/8572/8536 processors > have the ECC data init feature, and the new DDR code is > using the feature, and we don't need the way with DMA to > init memory any more. > > Signed-off-by: Dave Liu <

Re: [U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM

2008-10-28 Thread Scott Wood
Wolfgang Denk wrote: > Dear "Alan Carvalho de Assis", > > In message <[EMAIL PROTECTED]> you wrote: >> This code is executed from internal 2KB NAND Flash Controller RAM buffer >> and will copy the remaining U-Boot code from NAND Flash verifying its >> bad blocks (case it exists). >> >> Signed-off-

Re: [U-Boot] [PATCH] Flex-OneNAND driver

2008-10-28 Thread Scott Wood
On Tue, Oct 28, 2008 at 01:53:24PM +0900, Kyungmin Park wrote: > > Of course, I may simply be missing something about how this hardware works. > > > >> Also, comments from MTD mailing list have been included. > > > > If this is going to go into Linux, perhaps we should wait until it is merged > > t

[U-Boot] We have data for Pharmaceutical Companies, Pharmaceutical Companies, Chiropractors etc..

2008-10-28 Thread Melinda Foreman
Practicing Physicians in the United States Physician in over 33 specialties you can sort by many different fields like zip or county Regular price is $495 but this week you only pay: $394 *** A gift to you when you purchase, receive these 4 contact lists below *** >> Optometrists >> Vis

Re: [U-Boot] U-Boot 1.3.1 booting problem

2008-10-28 Thread Kumar Gala
On Oct 28, 2008, at 9:11 AM, pugazh mahalingam wrote: > Hi, > I'm porting u-boot-1.3.1. on a MPC8548PC processor and I'm using the > start.S > file of u-boot-1.1.4. > But I encounter booting problems.. The processor cannot bootup .. > its going > to hang state .. > I used start.S of u-boot-1.

Re: [U-Boot] [PATCH 1/7] sh: ap325rxa: Moveed ap325rxa board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Hi, Peter. On Tue, 28 Oct 2008 09:36:10 -0500 Peter Tyser <[EMAIL PROTECTED]> wrote: > Hi Nobuhiro, > The titles for this patch series should be renamed with s/Moveed/Moved/ > and maybe s/in/to/. Oh, Thanks. > > Also, git should be smart enough to know the files were moved as opposed > to separ

Re: [U-Boot] [PATCH 1/7] sh: ap325rxa: Moveed ap325rxa board in board/renesas

2008-10-28 Thread Peter Tyser
Hi Nobuhiro, The titles for this patch series should be renamed with s/Moveed/Moved/ and maybe s/in/to/. Also, git should be smart enough to know the files were moved as opposed to separate file deletions/creations. For example from "[PATCH 01/12] gunzip: move to lib_generic": Signed-off-by: Jea

[U-Boot] [PATCH 4/7] sh: sh7763rdp: Moveed sh7763rdp board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- Makefile|2 +- board/renesas/sh7763rdp/Makefile| 51 + board/renesas/sh7763rdp/config.mk | 11 + board/renesas/sh7763rdp/lowlevel_init.S | 350 +++ board/

[U-Boot] U-Boot 1.3.1 booting problem

2008-10-28 Thread pugazh mahalingam
Hi, I'm porting u-boot-1.3.1. on a MPC8548PC processor and I'm using the start.S file of u-boot-1.1.4. But I encounter booting problems.. The processor cannot bootup .. its going to hang state .. I used start.S of u-boot-1.1.4 since it works fine for u-boot-1.1.4 .. please help in this regard .. t

[U-Boot] [PATCH 7/7] sh: rsk7203: Moveed rsk7203 board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- Makefile |2 +- board/renesas/rsk7203/Makefile| 45 ++ board/renesas/rsk7203/config.mk | 28 board/renesas/rsk7203/lowlevel_init.S | 265 + board/re

[U-Boot] [PATCH 2/7] sh: r7780mp: Moveed r7780mp board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- Makefile |2 +- board/r7780mp/Makefile| 48 board/r7780mp/config.mk | 27 -- board/r7780mp/lowlevel_init.S | 429 - board/r7780m

[U-Boot] [PATCH 6/7] sh: MigoR: Moveed MigoR board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- Makefile|2 +- board/MigoR/Makefile| 52 --- board/MigoR/config.mk | 31 board/MigoR/lowlevel_init.S | 264 --- board/MigoR/m

[U-Boot] [PATCH 5/7] sh: r2dplus: Moveed r2dplus board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- Makefile |2 +- board/r2dplus/Makefile| 47 -- board/r2dplus/config.mk | 23 - board/r2dplus/lowlevel_init.S | 154 - boa

[U-Boot] [PATCH 1/7] sh: ap325rxa: Moveed ap325rxa board in board/renesas

2008-10-28 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> --- Makefile |2 +- board/ap325rxa/Makefile| 51 --- board/ap325rxa/ap325rxa.c | 162 - board/ap325rxa/config.mk | 26 board/ap325rxa/

[U-Boot] [PATCH] ppc4xx: Clean up PMC440 header

2008-10-28 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> -Codingstyle cleanup -Remove unused GPIO define Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/pmc440/pmc440.h | 17 +++-- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/board/esd/pmc440/pmc440.h b/board/esd

[U-Boot] [PATCH] ppc4xx: Update PMC440 board support

2008-10-28 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> This patch brings PMC440 board support up to date: - fix GPIO configuration - add misc_init_f() - use better values for usbact variable - fix USB 2.0 phy reset sequence - shrink BAR2 to save PCI address space - add FDT support Signed-off-by: Matthias Fuch

[U-Boot] [PATCH] ppc4xx: Fix esd loadpci command

2008-10-28 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> This patch fixes esd's loadpci command when not all memory on adapter boards is accessable via PCI. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/common/cmd_loadpci.c | 24 1 files changed, 16 insertions(+), 8

[U-Boot] [PATCH] ppc4xx: Handle other board variant in PMC440 FPGA code

2008-10-28 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/pmc440/fpga.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/board/esd/pmc440/fpga.c b/board/esd/pmc440/fpga.c index a35f42b..a2eda32 100644 --- a/board/esd/pmc44

[U-Boot] [PATCH] ppc4xx: Update PMC440 board configuration

2008-10-28 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- include/configs/PMC440.h | 70 - 1 files changed, 43 insertions(+), 27 deletions(-) diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h index

[U-Boot] [PATCH] ppc4xx: Fix PMC440 BSP commands

2008-10-28 Thread matthias . fuchs
From: Matthias Fuchs <[EMAIL PROTECTED]> This patch fixes the PMC440 BSP commands painit and selfreset Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/pmc440/cmd_pmc440.c | 70 +--- 1 files changed, 37 insertions(+), 33 deletions(-) diff --g

Re: [U-Boot] [PATCH 1/6] ppc4xx: Handle other board variant in PMC440 FPGA code

2008-10-28 Thread Matthias Fuchs
Stefan, On Friday 10 October 2008 17:30, Stefan Roese wrote: > Matthias, > > On Wednesday 08 October 2008, [EMAIL PROTECTED] wrote: > > From: Matthias Fuchs <[EMAIL PROTECTED]> > > I know you're on vacation now, but nevertheless here a short report. > After applying those 6 patches I get the fol

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-28 Thread Ilko Iliev
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:20 Mon 27 Oct , Wolfgang Denk wrote: > >> Dear Jean-Christophe PLAGNIOL-VILLARD, >> >> In message <[EMAIL PROTECTED]> you wrote: >> I've found that weak functions are only overwritten if the overwriting fu

[U-Boot] [PATCH] USB: Remove LUN number from CDB

2008-10-28 Thread Abraham, Thomas
The LUN number is not part of the Command Descriptor Block (CDB) for scsi inquiry, request sense, test unit ready, read capacity and read10 commands. This patch removes the LUN number information from the CDB. Signed-off-by: Thomas Abraham <[EMAIL PROTECTED]> --- u-boot-usb/common/usb_storage.

Re: [U-Boot] [PATCH] - fix "nand erase clean" problem

2008-10-28 Thread Ilko Iliev
Dear Scott, Scott Wood wrote: > Ilko Iliev wrote: >>> Why must the cleanmarker fit in the first free segment? >>> >> The Linux NAND driver looks for the cleanmarkers at this place. > > AFAICT, it does a read using MTD_OOB_AUTO, which can span multiple > free segments. Yes, but the current U-BO

[U-Boot] Missing definition of DIV_ROUND

2008-10-28 Thread Gary Jennejohn
>From u-boot HEAD grabbed just a few minutes ago... garyj:tdt:u-boot:bash:1> ./MAKEALL ppc Configuring for cmi_mpc5xx board... strmhz.c: In function 'strmhz': strmhz.c:30: warning: implicit declaration of function 'DIV_ROUND' lib_generic/libgeneric.a(strmhz.o): In function `strmhz': /home/garyj/pr

[U-Boot] [PATCH 2/2] 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case

2008-10-28 Thread Dave Liu
we need TLB entry for DDR at !SPD case. Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- board/freescale/mpc8536ds/mpc8536ds.c |6 ++ board/freescale/mpc8572ds/mpc8572ds.c |6 ++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/board/freescale/mpc8536ds/mpc8536ds.c b

[U-Boot] [PATCH 1/2] 85xx: remove the unused ddr_enable_ecc in the board file

2008-10-28 Thread Dave Liu
The DDR controller of 8548/8544/8568/8572/8536 processors have the ECC data init feature, and the new DDR code is using the feature, and we don't need the way with DMA to init memory any more. Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- board/atum8548/atum8548.c | 10 -

[U-Boot] [PATCH 5/5] 86xx: remove the redundant r2 global data pointer save

2008-10-28 Thread Dave Liu
The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add the another global data pointer save, but in fact the global data pointer will be initialized in the board_init_r, so remove it such as the 85xx/83xx family. Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- cpu/mpc86xx/start.S |1 - 1 fil

[U-Boot] [PATCH 4/5] 86xx: remove the unused code for 86xx family

2008-10-28 Thread Dave Liu
I believe these code was copied from 74xx family, but for 86xx, it is unused. Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- cpu/mpc86xx/start.S | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/cpu/mpc86xx/start.S b/cpu/mpc86xx/start.S index 30e6047..ab672d1

[U-Boot] [PATCH 3/5] 86xx: remove the second DDR LAW setting for mpc8641hpcn

2008-10-28 Thread Dave Liu
The DDR1 LAW will precedence the DDR2 LAW, so remove the second DDR LAW. Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- board/freescale/mpc8641hpcn/law.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/board/freescale/mpc8641hpcn/law.c b/board/freescale/mpc8641hpcn/la

[U-Boot] [PATCH 2/5] 86xx: remove the unused ddr_enable_ecc in the board file

2008-10-28 Thread Dave Liu
The DDR controller of 86xx processors have the ECC data init feature, and the new DDR code is using the feature, we don't need the way with DMA to init memory again. Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 11 --- board/freescale/mpc86

[U-Boot] [PATCH 1/5] 86xx: Move the clear_tlbs before MMU turn on

2008-10-28 Thread Dave Liu
We must invalidate TLBs before MMU turn on, but currently the code is not, if there are some stale TLB entry valid in the TLBs, it will cause strange issue. Signed-off-by: Dave Liu <[EMAIL PROTECTED]> --- cpu/mpc86xx/start.S |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --g

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-10-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:41 Mon 27 Oct , Ilko Iliev wrote: > This patch fix the problem that only the [NB_DATAFLASH_AREA -1] dataflash > partition can be defined to use the area to the end of dataflash size. > Now it is possible to have only one dataflash partition from 0 to the end of > of dataflash size. > >

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-10-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:20 Mon 27 Oct , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <[EMAIL PROTECTED]> you wrote: > > > > > I've found that weak functions are only overwritten if the overwriting > > > function is in a file (not archive) that has strongly-linked symbols. > >

[U-Boot] [PATCH] [UBI] UBI command support v3

2008-10-28 Thread Kyungmin Park
It supports basic operation such as create, remove, read, and write. Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> --- diff --git a/common/Makefile b/common/Makefile index f00cbd9..b02a541 100644 --- a/common/Makefile +++ b/common/Makefile @@ -139,6 +139,7 @@ COBJS-$(CONFIG_CMD_SETEXPR) += cmd_

[U-Boot] [PATCH] [ARM] Apollon UBI support v3

2008-10-28 Thread Kyungmin Park
Now you can use the UBI at apollon board Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> --- diff --git a/board/apollon/Makefile b/board/apollon/Makefile index 9bac9a6..4c3e57f 100644 --- a/board/apollon/Makefile +++ b/board/apollon/Makefile @@ -25,9 +25,11 @@ include $(TOPDIR)/config.mk LIB

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

2008-10-28 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <[EMAIL PROTECTED]> you wrote: > > The following changes since commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e: > Wolfgang Denk (1): > Fix strmhz(): avoid printing negative fractions > > are available in the git repository at: > > git://git.denx.d

[U-Boot] [PATCH] fdt_resize(): ensure minimum padding

2008-10-28 Thread Peter Korsgaard
fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry (16 bytes), so make sure that fdt_resize at least adds that much padding, no matter what the location or size of the fdt is. Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> Acked-by: Andy Fleming <[EMAIL PROTECTED]> --- common/fdt

Re: [U-Boot] [PATCH] fdt_resize(): ensure minimum padding

2008-10-28 Thread Peter Korsgaard
> "Jerry" == Jerry Van Baren <[EMAIL PROTECTED]> writes: Hi, Jerry> Please use coding standard multiline comments: Jerry> /* Jerry> * Calculate the actual size of the fdt Jerry> * plus the size needed for fdt_add_mem_rsv Jerry> */ Thanks, will fix and

Re: [U-Boot] [U-boot] Export functions using Jumptable in Standalone application

2008-10-28 Thread Wolfgang Denk
Dear "Nagesh.ML", In message <[EMAIL PROTECTED]> you wrote: > > Yes we require this initialization of the switch for network operation. ... > > Is this initialization necessary for the network operation in U-Boot? If the initialization is needed to run Ethernet, and if you ant to use network

Re: [U-Boot] [PATCH] xilinx_emaclite buffer overrun

2008-10-28 Thread Ben Warren
Clive Stubbings wrote: > Patch to fix buffer allocation size and alignment. Buffer needs to be u32 > aligned and > PKTSIZE_ALIGN bytes long. > > Acked-by: Michal Simek <[EMAIL PROTECTED]> > > --- Added to net repo. thanks, Ben ___ U-Boot mailing list U-