Re: [U-Boot-Users] [PATCH][u-boot-85xx]The 32bit errata fix for 8572 for DDR2

2008-12-29 Thread Liu Dave
Aggrwal, The u-boot mail list is moved to u-b...@lists.denx.de, Please post the patch to there. Thanks, Dave > -Original Message- > From: Aggrwal Poonam-B10812 > Sent: 2008?12?30? 1:02 PM > To: u-boot-users@lists.sourceforge.net; Liu Dave-R63238 > Subject: [PATCH][u-boot

Re: [U-Boot-Users] 85xx: Not enough room for program headers

2008-08-04 Thread Liu Dave
Yes, I also happened it as you. Please revert it and have a try. Revert "mpc85xx: Update linker scripts for Freescale boards" This reverts commit f0ff885ca64655bee6540eb8a25eed90b1152686. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of

Re: [U-Boot-Users] [PATCH 4/8] New board SIMPC8313 support: support forbooting from NAND in start.S

2008-05-30 Thread Liu Dave
> diff --git a/cpu/mpc83xx/start.S b/cpu/mpc83xx/start.S > index 309eb30..39bcaa8 100644 > --- a/cpu/mpc83xx/start.S > +++ b/cpu/mpc83xx/start.S > @@ -63,6 +63,9 @@ > * Use r14 to access the GOT > */ > START_GOT > +#if defined(CONFIG_NAND_SPL) > + GOT_ENTRY(_GOT_TABLE_) > +#else >

Re: [U-Boot-Users] [PATCH 4/8] New board SIMPC8313 support: support forbooting from NAND in start.S

2008-05-30 Thread Liu Dave
--- cpu/mpc83xx/start.S | 310 --- 1 files changed, 220 insertions(+), 90 deletions(-) diff --git a/cpu/mpc83xx/start.S b/cpu/mpc83xx/start.S index 309eb30..39bcaa8 100644 --- a/cpu/mpc83xx/start.S +++ b/cpu/mpc83xx/start.S @@ -63,6 +63,9 @@ * U

Re: [U-Boot-Users] [PATCH] MMC: Consolidate MMC/SD command definitions

2008-05-21 Thread Liu Dave
> This moves the MMC and SD Card command definitions from > include/asm/arch/mmc.h into include/mmc.h. These definitions are given > by the MMC and SD Card standards, not by any particular architecture. > > There's a lot more room for consolidation in the MMC drivers which I'm > hoping to get d

Re: [U-Boot-Users] RFC: make new image support mandatory

2008-03-27 Thread Liu Dave
> > I'm running Ubuntu and am getting this errors too. Even without > enabling CONFIG_FIT: When I build MPC8360EMDS/MPC837XEMDS on Ubuntu, the same error happen to me. Thanks, Dave - Check out the new SourceForge.net Market

Re: [U-Boot-Users] [PATCH v4 0/9] SATA framework and Freescale SATA controller support

2008-03-26 Thread Liu Dave
Dear Wolfgang, I have to use the stupid webmail now, sorry for that. Applied, but please provide new (incremental) patches to fix the following remaining issues: [dave] Thank you very much, I will do that. drivers/block/ata_piix.h: Please add a file header which contains appropriate

Re: [U-Boot-Users] [PATCH V2 0/9] SATA framework and FSL SATA support patch set

2008-03-25 Thread Liu Dave
Your message is extremely difficult to read. Can you please use proper quoting? Please read http://www.netmeister.org/news/learn2quote.html if you need help... [dave] sorry for that, I'm using the webmail to access my mailbox. the webmail is stupid. > [dave]the common/cmd_sata.c is more likely c

Re: [U-Boot-Users] [PATCH V2 0/9] SATA framework and FSL SATA support patch set

2008-03-25 Thread Liu Dave
-Original Message- From: Wolfgang Denk [mailto:[EMAIL PROTECTED] Sent: Wed 3/26/2008 7:58 AM To: Liu Dave Cc: u-boot-external; Phillips Kim Subject: Re: [PATCH V2 0/9] SATA framework and FSL SATA support patch set Dear Dave, in message <[EMAIL PROTECTED]> you wrote: > &g

Re: [U-Boot-Users] [PATCH 1/2] mpc83xx: Add MPC837x PCIE controller RC mode

2008-03-25 Thread Liu Dave
> Initial the MPC837x PCIE controller. > Note that configue address bit field is not compatible with > PCIE spec 10a. > So, the pci command output is not reliable. > Just map 16M pci configure space which corresponding to a bus > configure space at once. > If want to access bus number other than

Re: [U-Boot-Users] [PATCH v1 2/5] ATA: Add the libata support

2008-03-19 Thread Liu Dave
> I can resubmit the additions to ata.h, and then maybe Dave > could remove > the corresponding parts from his patch? Hello everybody, I think it will be better to handle these duplicated mess. after I sent the full patch. Are you ok? Thanks, Dave -

Re: [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance

2008-03-04 Thread Liu Dave
> > Hi Wolfgang, > > > > I don't know what version Dave intended here either; if he > wants it in > > 1.3.2 I'll apply and ask you to pull. > > > > Dave? > > Wolfgang, please apply the patch directly, for the 1.3.2 release Hello Wolfgang and Kim, I'm mistaking to read Kim's message, Actually,

Re: [U-Boot-Users] [PATCH] 837xEMDS: Improve the system performance

2008-03-04 Thread Liu Dave
> > > 1. Make the CSB bus pipeline depth as 4, and enable > > >the repeat mode; > > > 2. Raise the eTSEC emergency priority; > > > 3. Use the highest IP blocks clock. > > > > > > Signed-off-by: Dave Liu <[EMAIL PROTECTED]> > > > > Is this supposed to go into the 1.3.2 release? > > > > Direct

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

2008-01-23 Thread Liu Dave
Thanks Wolfgang Best regards, Dave -Original Message- From: Wolfgang Denk [mailto:[EMAIL PROTECTED] Sent: Wed 1/23/2008 8:02 PM To: Liu Dave Cc: Phillips Kim; u-boot-external; Ben Warren Subject: Re: [U-Boot-Users] Please pull u-boot-mpc83xx.git In message <[EMAIL PROTECTED]&g

Re: [U-Boot-Users] [PATCH v2 1/2] Add support for a Freescale non-CPMSPI controller

2008-01-17 Thread Liu Dave
> +#if defined(CONFIG_MPC834X) || \ > + defined(CONFIG_MPC8313) || \ > + defined(CONFIG_MPC8315) || \ > + defined(CONFIG_MPC837X) > + > +typedef struct spi8xxx > +{ > + u8 res0[0x20]; /* 0x0-0x01f reserved */ > + u32 mode; /* mode register */ > + u32 event; /*

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

2008-01-17 Thread Liu Dave
Ben, Please take 1) RTL8211B PHY patch for 8315ERDB board 2) Extend UEC to 4 patch. Into your tree. I hope we can merge them into main tree. Thanks, Dave > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Joakim Tjernlund > Sent: 2008?1?17? 5:2

Re: [U-Boot-Users] [PATCH 1/2] mpc83xx: add support for more system clock performance controls

2008-01-17 Thread Liu Dave
Kim, The patch also cause the MPC8315ERDB broken, the 8315ERDB can not boot up. The root cause is that the SATA clock is not correct. I will send one patch to fix it. Please merge it. Thanks, Dave > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf

Re: [U-Boot-Users] [PATCH v2] Remove #undef DEBUG from MPC83xx boardheader files

2008-01-15 Thread Liu Dave
Timur, Could you also remove it in the MPC8315ERDB.h in 83xx tree? Thanks, Dave > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Tabi Timur > Sent: 2008?1?16? 7:10 AM > To: Phillips Kim; u-boot-users@lists.sourceforge.net > Cc: Tabi Timur > Subj

Re: [U-Boot-Users] [PATCH v3] QE UEC: Extend number of supported UECs to 4

2008-01-15 Thread Liu Dave
> We have another source code repository (Synergy), and managing the > source code with git is just not possible. I have posted many > patches in > the past using diff -purN, and there was never any problem. Ok, maybe problem occur in my site. If Kim or Ben can apply it successfully, please a

[U-Boot-Users] Warining on 83xx tree

2008-01-14 Thread Liu Dave
Kim, Could you clean up the warning in 83xx current tree? Thanks, Dave mpc8360emds.c: In function 'ft_board_setup': mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without

Re: [U-Boot-Users] [PATCH] QE UEC: Add CMD_MII support, extend number of supported UECs to 4

2008-01-14 Thread Liu Dave
> Description: QE UEC: Add CMD_MII support, extend number of supported > UECs to 4 David, I prefer to have two patch for this. One is the CMD_MII support The second is the extend UEC to 4. > > diff -purN net/eth.c.orig net/eth.c > --- net/eth.c.origWed Jan 2 13:39:04 2008 > +++ net/eth.c Thu

Re: [U-Boot-Users] [PATCH 1/2] Add support for a Freescale non-CPM SPIcontroller

2008-01-13 Thread Liu Dave
> I don't have access to 8313 or 8610 reference manuals. Can you please > verify the memory map of these two for me. I've verified that 8315 is > identical. 8313/8315/834x/8610 have same SPI. Dave - Check out the new Sourc

Re: [U-Boot-Users] [PATCH 1/2] Add support for a Freescale non-CPM SPIcontroller

2008-01-13 Thread Liu Dave
> > > > 8313/8315/834x/8610 have same SPI. and 837x > asm/immap_86xx.h doesn't have SPI registers listed in the > memory map, so > support for 8610 will have to wait. > > I've incorporated your change requests and will see if > there's any more > feedback on Monday before reposting the patch

Re: [U-Boot-Users] [PATCH 1/2] Add support for a Freescale non-CPM SPIcontroller

2008-01-13 Thread Liu Dave
> >> +typedef struct spi834x > >> +{ > >> + u8 res0[0x20]; /* 0x0-0x01f reserved */ > >> + u32 mode; /* mode register */ > >> + u32 event; /* event register */ > >> + u32 mask; /* mask register */ > >> + u32 com;/* command register */ > >> +

Re: [U-Boot-Users] [PATCH 1/8] common: Suppress the warning 'p_buf'

2008-01-11 Thread Liu Dave
> > clear the warning: unused variable 'p_buf' > > > > Signed-off-by: Dave Liu <[EMAIL PROTECTED]> > > --- > > common/main.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > applied 2 through 8 out of 8, since Kumar beat you to this p_buf patch > (and is in common/ anyway, so

Re: [U-Boot-Users] [PATCH 2/4] TSEC: Add the support for RealTek RTL8211B PHY

2008-01-11 Thread Liu Dave
> I'd prefer if we didn't unnecessarily proliferate phy-specific status > code. Does the generic mii_parse_sr() function not work for the > RTL8211B? If so, this is fine. Otherwise, let's not have 10 > different versions of the same code, just because many PHYs have their > own non-standard regi

Re: [U-Boot-Users] [PATCH] Remove #undef DEBUG from MPC83xxboardheader files

2008-01-11 Thread Liu Dave
> > I suggest keep the debug option - #undef DEBUG. > > DEBUG is not defined by default, so this statement is redundant at > best, harmful in some cases (when you try to enable debug globally). > > > Sometimes, if we need debug, it is easy to open the debug mode > > with the switch. > > But you

Re: [U-Boot-Users] [PATCH] Remove #undef DEBUG from MPC83xx boardheader files

2008-01-11 Thread Liu Dave
> I don't see how. The "#undef DEBUG" will override any > #define DEBUG or -DDEBUG > that you specify. The "#undef DEBUG" makes it impossible to > use the debug() > call or anything else like it. Yes, the DEBUG is global, sometime it is my need. -