Re: [U-Boot-Users] [Patch 1/1] Re-Submit: QE UEC: Add MII Commands

2008-07-29 Thread Kim Phillips
On Tue, 29 Jul 2008 11:10:09 -0400 richardretanubun <[EMAIL PROTECTED]> wrote: > Patch originally submitted by David Saada > > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/38946 > > Shamelessly copy-pasted below. > > Richard > ==

Re: [U-Boot-Users] fdt/fdt_fixup_ethernet

2008-07-28 Thread Kim Phillips
On Mon, 23 Jun 2008 16:00:28 +0200 Marc Leeman <[EMAIL PROTECTED]> wrote: > Since I moved to FDT (from the previous OF implementation), I get the > following behaviour. .. > However, the MAC addresses that are passed to the kernel are a mix of > the hardcoded defaults and the ones retrieved from

Re: [U-Boot-Users] Freescale MPC8349EMDS hang on boot

2008-07-17 Thread Kim Phillips
On Wed, 16 Jul 2008 15:28:21 -0700 Ira Snyder <[EMAIL PROTECTED]> wrote: > During the development, I noticed that adding and removing certain > pieces of debugging code (which did not change any program state) caused > the board to hang on boot, like so: > =

Re: [U-Boot-Users] [PATCH] 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup

2008-07-11 Thread Kim Phillips
On Thu, 10 Jul 2008 17:20:51 +0400 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > The thinko was quite silly indeed, I messed with !ptr. Normally this > would trigger some fault, but in U-Boot NULL pointer is equal to phys > 0, so the code was working still, just didn't actually test mpc8315erdb > e

Re: [U-Boot-Users] [PATCH v4] fdt: add crypto node handling for MPC8{3, 5}xxE processors

2008-07-11 Thread Kim Phillips
On Mon, 7 Jul 2008 13:46:04 -0500 Kim Phillips <[EMAIL PROTECTED]> wrote: > On Sun, 06 Jul 2008 00:32:03 +0200 > Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > > Dear Kim, > > > > in message <[EMAIL PROTECTED]> you wrote: > > > Delete the cry

[U-Boot-Users] [PATCH] silence misc printf formatting compiler warnings

2008-07-10 Thread Kim Phillips
Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- WD, please apply directly. common/cmd_flash.c |4 ++-- common/cmd_jffs2.c | 12 ++-- cpu/mpc83xx/ecc.c|6 +++--- cpu/mpc83xx/speed.c |2 +- drivers/block/fsl_sata.c |2 +- drivers

Re: [U-Boot-Users] [PATCH] sh: Renesas R0P7785LC0011RL board support

2008-07-09 Thread Kim Phillips
On Wed, 09 Jul 2008 21:07:47 +0900 Yoshihiro Shimoda <[EMAIL PROTECTED]> wrote: > This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, > Graphic controller, Ethernet, USB, SD, and RTC. > > This patch supports the following functions: > - 128MB DDR2-SDRAM (29-bit address mode only) > - NOR Flash

Re: [U-Boot-Users] [PATCH] 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq

2008-07-09 Thread Kim Phillips
et_bus_freq(0) -- which most of them do already. > > Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]> Acked-by: Kim Phillips <[EMAIL PROTECTED]> Kim - Sponsored by: SourceForge.net Community Choice Awards:

Re: [U-Boot-Users] [PATCH 1/2] fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups

2008-07-09 Thread Kim Phillips
On Tue, 08 Jul 2008 20:49:21 -0400 Jerry Van Baren <[EMAIL PROTECTED]> wrote: Hi Jerry, > Kim, would you like to apply this as well as [PATCH 2/2] through the > 83xx repository so the two halves go in at the same time? with this: > Acked-by: Gerald Van Baren <[EMAIL PROTECTED]> yes! Both patc

Re: [U-Boot-Users] [PATCH v2] Add MVBC_P board

2008-07-08 Thread Kim Phillips
On Tue, 08 Jul 2008 20:48:43 +0200 André Schwarz <[EMAIL PROTECTED]> wrote: > ok - would you accept that ? > Mostly I touch as less common code as possible - usually it will be > rejected. Houston? now that I think about it, the gpio struct discrepancies among 83xx, 5xxx, and potentially others

Re: [U-Boot-Users] [PATCH] Add MVBC_P board

2008-07-08 Thread Kim Phillips
On Tue, 08 Jul 2008 16:35:00 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: > Kim, > > I forgot to mention that both fpga.c are _not_ the same. > They are using different FPGA sizes _and_ different I/Os on different cpu. the size is a one-line thing that can be easily and understandably #ifdeffe

Re: [U-Boot-Users] [PATCH] Add MVBC_P board

2008-07-07 Thread Kim Phillips
On Fri, 04 Jul 2008 09:42:24 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: Hello Andre, > board/mvbc_p/fpga.c| 177 > board/mvbc_p/fpga.h| 34 couldn't help but notice this file is equal to board/mvblm7/fpga.c. Perhaps it's time to add your b

Re: [U-Boot-Users] Release status - things to be done

2008-07-07 Thread Kim Phillips
fixed. > > -> for MPC83xx custodian > you have already pulled a fix for this (commit 4890246a2c5df90a74e2941e3673a49bbd36aee9). > 3564 06/09 Kim Phillips [U-Boot-Users] [PATCH] fdt_support: add > crypto node handling for MPC8{3, 5}xxE processors > 3621 06/10 Kumar Gala Re: [U

Re: [U-Boot-Users] [PATCH v4] fdt: add crypto node handling for MPC8{3, 5}xxE processors

2008-07-07 Thread Kim Phillips
v. 2.4 property values) > > if on an 'EA' processor, e.g. MPC8349EA. > > > > Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> > > --- > > diff from v3: prepended "Delete the" to the patch commit message. > > mumble. Thanks gvb. > &g

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

2008-07-03 Thread Kim Phillips
.de/u-boot-mpc83xx.git Andre Schwarz (3): fix system config overwrite @ MPC834x and MPC8313 fix non-working mvBL-M7 update mvBL-M7 board config Kim Phillips (1): mpc83xx: move CPU_TYPE_ENTRY over to processor.h board/mvblm7/mvblm7.c |2 +- cpu/mpc83xx/cpu.c

Re: [U-Boot-Users] TSEC/PHY @ MPC834x stopped working

2008-07-02 Thread Kim Phillips
On Wed, 02 Jul 2008 18:01:01 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: > this is a fully configured board, i.e. serial# and ethaddr/eth1addr set > up correctly. > > I'll give the bisect a try a soon as there'll be some time. > just to clarify, are you using the mainline u-boot.git tree, or

Re: [U-Boot-Users] TSEC/PHY @ MPC834x stopped working

2008-07-02 Thread Kim Phillips
On Wed, 02 Jul 2008 16:36:11 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: > Ben, > > thanks for your quick reply. > Looks like you're right - nothing changed regarding network yet. > > Maybe it's a cpu specific problem. > Kim ? Can you help here ? > I know of nothing (barring this being the

Re: [U-Boot-Users] [PATCH] fix non-working mvBL-M7

2008-06-25 Thread Kim Phillips
On Mon, 23 Jun 2008 13:25:34 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: Hello Andre, > diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h > index 349ca14..8c0e8b6 100644 > --- a/include/configs/MVBLM7.h > +++ b/include/configs/MVBLM7.h > @@ -27,7 +27,7 @@ > #ifndef __CONFIG_H >

Re: [U-Boot-Users] [PATCH] fix system config overwrite @ MPC834x and MPC8313

2008-06-25 Thread Kim Phillips
On Mon, 23 Jun 2008 11:40:56 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: > During 83xx setup the "System I/O configuration register high" gets > overwritten with user defined value if CFG_SICRH is defined. > > Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH > must keep

Re: [U-Boot-Users] [PATCH] RRvision now uses the CFI driver so board/RRvision/flash.c gets deleted.

2008-06-25 Thread Kim Phillips
On Mon, 23 Jun 2008 17:28:25 +0200 Gary Jennejohn <[EMAIL PROTECTED]> wrote: > > Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> > > --- > board/RRvision/flash.c | 522 > > 1 files changed, 0 insertions(+), 522 deletions(-) > delete mode 10

[U-Boot-Users] [PATCH 1/2] mpc85xx: use IS_E_PROCESSOR macro

2008-06-17 Thread Kim Phillips
Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- as requested by galak. cpu/mpc85xx/cpu.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c index 2b7e753..a2b11cc 100644 --- a/cpu/mpc85xx/cpu.c +++ b/cpu/mpc85xx/cpu.c @@

[U-Boot-Users] [PATCH 2/2] mpc83xx: move CPU_TYPE_ENTRY over to processor.h

2008-06-17 Thread Kim Phillips
to avoid this: cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined In file included from cpu.c:33: /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- cpu/mpc83xx/cpu.c

[U-Boot-Users] [PATCH v4] fdt: add crypto node handling for MPC8{3, 5}xxE processors

2008-06-16 Thread Kim Phillips
Delete the crypto node if not on an E-processor. If on 8360 or 834x family, check rev and up-rev crypto node (to SEC rev. 2.4 property values) if on an 'EA' processor, e.g. MPC8349EA. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- diff from v3: prepended "Delete the

[U-Boot-Users] [PATCH v3] fdt: add crypto node handling for MPC8{3, 5}xxE processors

2008-06-16 Thread Kim Phillips
crypto node if not on an E-processor. If on 8360 or 834x family, check rev and up-rev crypto node (to SEC rev. 2.4 property values) if on an 'EA' processor, e.g. MPC8349EA. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- fixed v2's off-by-one error when accumulating com

Re: [U-Boot-Users] [PATCH] libfdt: Move the working_fdt pointer to cmd_fdt.c

2008-06-10 Thread Kim Phillips
On Tue, 10 Jun 2008 22:36:07 -0400 Jerry Van Baren <[EMAIL PROTECTED]> wrote: > I've applied your patch "fdt: unshadow global working fdt variable". > As a feeble attempt to redeem myself, I added a patch to move working_fdt > to cmd_fdt.c... it isn't used (any longer) in fdt_support.c. sounds go

[U-Boot-Users] [PATCH v2] fdt: add crypto node handling for MPC8{3, 5}xxE processors

2008-06-10 Thread Kim Phillips
crypto node if not on an E-processor. If on 8360 or 834x family, check rev and up-rev crypto node (to SEC rev. 2.4 property values) if on an 'EA' processor, e.g. MPC8349EA. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- change since v1: mpc85xx IS_E_PROCESSOR(svr) definition

[U-Boot-Users] Please pull mpc83xx.git

2008-06-10 Thread Kim Phillips
83xx/85xx: further localbus cleanups Kim Phillips (1): mpc83xx: MVBLM7: minor build fixups Tor Krill (1): Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h CREDITS|4 + MAINTAINERS|4 + MAKEALL|1 +

[U-Boot-Users] [PATCH] fdt: unshadow global working fdt variable

2008-06-10 Thread Kim Phillips
differentiate with local variables of the same name by renaming the global 'fdt' variable 'working_fdt'. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- applies to current u-boot-fdt.git. common/cmd_fdt.c | 114 +++---

Re: [U-Boot-Users] [PATCH] 85xx: extended cpu identification

2008-06-10 Thread Kim Phillips
On Tue, 10 Jun 2008 10:10:02 -0500 Kumar Gala <[EMAIL PROTECTED]> wrote: > > On Jun 10, 2008, at 8:48 AM, Kim Phillips wrote: > > > On Tue, 10 Jun 2008 08:23:46 -0500 > > Kumar Gala <[EMAIL PROTECTED]> wrote: > > > >> > >> On Jun 10, 200

Re: [U-Boot-Users] [PATCH] 85xx: extended cpu identification

2008-06-10 Thread Kim Phillips
On Tue, 10 Jun 2008 08:23:46 -0500 Kumar Gala <[EMAIL PROTECTED]> wrote: > > On Jun 10, 2008, at 12:57 AM, Kim Phillips wrote: > > > On Thu, 29 May 2008 03:20:08 -0500 (CDT) > > Kumar Gala <[EMAIL PROTECTED]> wrote: > > > >> +struct cpu_type

Re: [U-Boot-Users] [PATCH 1/8] New board SIMPC8313 support: MAINTAINERS, MAKEALL, Makefile

2008-06-09 Thread Kim Phillips
On Fri, 30 May 2008 11:07:38 -0700 (PDT) Ron Madrid <[EMAIL PROTECTED]> wrote: > New board SIMPC8313 support: MAINTAINERS, MAKEALL, > Makefile > > Signed-off-by: Ron Madrid > --- > MAINTAINERS |5 + > MAKEALL |2 ++ > Makefile| 18 ++ > 3 files changed, 25 i

Re: [U-Boot-Users] [PATCH] 85xx: extended cpu identification

2008-06-09 Thread Kim Phillips
On Thu, 29 May 2008 03:20:08 -0500 (CDT) Kumar Gala <[EMAIL PROTECTED]> wrote: > +struct cpu_type cpu_type_list [] = { > + CPU_TYPE_ENTRY(8533, 8533, 0), > + CPU_TYPE_ENTRY(8533, 8533_E, CPU_FTRS_HAS_CRYPTO), > + CPU_TYPE_ENTRY(8540, 8540, 0), > + CPU_TYPE_ENTRY(8541, 8541, 0), > +

[U-Boot-Users] [PATCH] fdt_support: add crypto node handling for MPC8{3, 5}xxE processors

2008-06-09 Thread Kim Phillips
crypto node if not on an E-processor. If on 8360 or 834x family, check rev and up-rev crypto node (to SEC rev. 2.4) property values if on an 'EA' processor, e.g. MPC8349EA. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- common/fdt_support

Re: [U-Boot-Users] [PATCH 1/2] 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h

2008-06-06 Thread Kim Phillips
On Fri, 06 Jun 2008 16:02:59 +0200 Wolfgang Grandegger <[EMAIL PROTECTED]> wrote: > Anton Vorontsov wrote: > > - - - - > > From: Anton Vorontsov <[EMAIL PROTECTED]> > > Subject: 83xx/85xx: further localbus cleanups > > > > Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names > > from

Re: [U-Boot-Users] UEC Driver - 83xx RGMII half duplex BUG FIX - RFC

2008-06-03 Thread Kim Phillips
On Mon, 2 Jun 2008 16:03:56 -0700 "Russell McGuire" <[EMAIL PROTECTED]> wrote: > To work around this we need to remove the clearing of the FDX bit while in > RGMII, RTBI, TBI, or GMII modes. > > The only modes that can clear the FDX bit are MII or RMII. > > Since I am not the author of the drive

Re: [U-Boot-Users] [PATCH 2/2] Add board specific files for BUBBATWO

2008-06-03 Thread Kim Phillips
On Mon, 2 Jun 2008 15:16:02 +0200 Tor Krill <[EMAIL PROTECTED]> wrote: > +U_BOOT_CMD (bubbacmd, 3, 1, do_bubbacmd, > + "bubbacmd- Board specific commands for Bubba TWO\n", > + "spindown [dev] - spin down disk dev\n" > + "bubbacmd spinup [dev] - spin up disk dev

Re: [U-Boot-Users] MPC8315E-RDB kernel serial console baudrate

2008-05-28 Thread Kim Phillips
On Wed, 28 May 2008 21:33:33 +0200 "Leon Woestenberg" <[EMAIL PROTECTED]> wrote: > I have tried to run the vanilla upstream 2.6.25.4 kernel on my .. > U-Boot 1.3.0-rc2 (Nov 19 2007 - 16:37:36) MPC83XX > > CPU: e300c3, MPC8315E, Rev: 10 at 400 MHz, CSB: 133 MHz > Board: Freescale MPC8315ERDB

Re: [U-Boot-Users] [PATCH 1/2] 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h

2008-05-28 Thread Kim Phillips
On Wed, 28 May 2008 18:20:15 +0400 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > This patch moves Freescale Localbus defines out of mpc83xx.h, so we could > use it on MPC85xx and MPC86xx processors. > > Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> > --- > include/asm-ppc/fsl_lbc.h | 251 >

Re: [U-Boot-Users] [PATCH 2/2] add MPC8343 based board mvBlueLYNX-M7

2008-05-27 Thread Kim Phillips
On Tue, 27 May 2008 10:44:32 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: > Do you want me to re-send a complete set of patches for the M7-Board > against the latest version ? > I'd appreciate it since I seem to have lost the board config file. Kim

Re: [U-Boot-Users] [PATCH-v3] Big white-space cleanup.

2008-05-21 Thread Kim Phillips
On Wed, 21 May 2008 10:25:20 +0200 Wolfgang Denk <[EMAIL PROTECTED]> wrote: > The whole code in the "cpu/ixp/npe/" is going to be replaced soon by > the new driver code that has gone into mainline Linux recently. Thak > makes me think we should not spend too much effort on this. Basicly I > see

Re: [U-Boot-Users] [PATCH-v3] Big white-space cleanup.

2008-05-21 Thread Kim Phillips
On Wed, 21 May 2008 15:34:32 +0200 Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > Unfortunately several wrong fixes or false positives still remains, > > but this patch definitely reduce the number of wrong indentations. > > Could you please point out

Re: [U-Boot-Users] [PATCH-v3] Big white-space cleanup.

2008-05-20 Thread Kim Phillips
;s in u-boot-testing that way, too - maybe you can amend it? other than that things look clean(er): Acked-by: Kim Phillips <[EMAIL PROTECTED]> Kim - This SF.net email is sponsored by: Microsoft Defy all ch

Re: [U-Boot-Users] [PATCH] Big white-space cleanup.

2008-05-20 Thread Kim Phillips
On Tue, 20 May 2008 22:54:37 +0200 Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Patch version 2 available at > ftp://ftp.denx.de/pub/tmp/big-white-space-cleanup.patch-v.2.gz after being able to apply v2, builds immediately fail: /home/kim/git/u-boot/config.mk:240: *** missing separator (did you m

Re: [U-Boot-Users] [PATCH] Big white-space cleanup.

2008-05-20 Thread Kim Phillips
On Tue, 20 May 2008 16:50:44 +0200 Wolfgang Denk <[EMAIL PROTECTED]> wrote: > This commit gets rid of a huge amount of silly white-space issues. > Especially, all sequences of SPACEs followed by TAB characters get > removed (unless they appear in print statements). > > Also remove all embedded "v

Re: [U-Boot-Users] [PATCH][resubmit] MPC85xx, MPC83xx: Add/Fix UPM configuration support

2008-05-20 Thread Kim Phillips
On Tue, 20 May 2008 08:44:09 -0400 Jerry Van Baren <[EMAIL PROTECTED]> wrote: > David Saada wrote: > > > Bad news, David, I think I mislead you with my Option #1 - it looks > > > sorta OK, but it still is full of bad stuff, including line wraps, when > > > you look at the actual text of the ema

Re: [U-Boot-Users] [PATCH][resubmit] MPC85xx, MPC83xx: Add/Fix UPM configuration support

2008-05-20 Thread Kim Phillips
On Tue, 20 May 2008 10:32:24 +0300 David Saada <[EMAIL PROTECTED]> wrote: > > > Can we merge the register definition files and have a single upm_config > > for mpc8[356]xx instead of duplicating it as being done here? > > Not sure that I'm the right person for this job, as I don't have an 86xx

Re: [U-Boot-Users] [PATCH][resubmit] MPC85xx, MPC83xx: Add/Fix UPM configuration support

2008-05-19 Thread Kim Phillips
On Mon, 19 May 2008 19:05:04 +0300 David Saada <[EMAIL PROTECTED]> wrote: > Add support for UPM configuration on the 85xx platform. > In addition, on the MPC83xx, remove MPC834x precompiler condition, in order > to support all MPC83xx processors. > > Signed-off-by: David Saada <[EMAIL PROTECTED]

Re: [U-Boot-Users] [PATCH] MPC85xx: Change traps.c to not reference non-addressable memory

2008-05-14 Thread Kim Phillips
On Wed, 14 May 2008 15:31:43 -0500 Becky Bruce <[EMAIL PROTECTED]> wrote: > > On May 14, 2008, at 1:57 PM, Kim Phillips wrote: > > On Wed, 14 May 2008 13:10:04 -0500 > > [EMAIL PROTECTED] wrote: > > > >> From: Becky Bruce <[EMAIL PROTECTED]> > &

Re: [U-Boot-Users] [PATCH] MPC85xx: Change traps.c to not reference non-addressable memory

2008-05-14 Thread Kim Phillips
On Wed, 14 May 2008 13:10:04 -0500 [EMAIL PROTECTED] wrote: > From: Becky Bruce <[EMAIL PROTECTED]> > > Currently, END_OF_RAM is used by the trap code to determine if > we should attempt to access the stack pointer or not. However, > on systems with a lot of RAM, only a subset of the RAM is > gua

Re: [U-Boot-Users] build u-boot error: No rule to make target `.depend', needed by `_depend'.

2008-05-14 Thread Kim Phillips
On Thu, 15 May 2008 01:49:50 +0800 "Steven Woody" <[EMAIL PROTECTED]> wrote: > Dear Denk, > > 1.2.0 is come frome eldk-4.1 iso file. Downloading independent u-boot > seems require `git' tool which I get problem with because my office > network gets many limits. Is there a http way to download u

Re: [U-Boot-Users] [PATCH] NAND read/write.jffs2 fix

2008-05-14 Thread Kim Phillips
On Tue, 13 May 2008 15:41:06 -0500 Scott Wood <[EMAIL PROTECTED]> wrote: > > > > > static int nand_dump(nand_info_t *nand, ulong off, int only_oob) > > { > > @@ -73,9 +74,9 @@ static int nand_dump(nand_info_t *nand, ulong off, int > > only_oob) > > while (i--) { > > if (!only

Re: [U-Boot-Users] Proposal for u-boot-nand-flash custodian change

2008-05-13 Thread Kim Phillips
ons? > > Acked-by: Grant Likely <[EMAIL PROTECTED]> Acked-by: Kim Phillips <[EMAIL PROTECTED]> Kim - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 200

Re: [U-Boot-Users] Using uec.c and uec_phy.c

2008-05-12 Thread Kim Phillips
On Sat, 10 May 2008 04:24:08 -0700 (PDT) klibusel <[EMAIL PROTECTED]> wrote: > Hi, > > I am using the polled uboot ethernet driver on > MPC8360erdk. I have trouble sending and receiving > ethernet packets. I have configured the interface as > a generic MII and it detects the linking coming up. >

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

2008-05-08 Thread Kim Phillips
Wolfgang Denk, please pull a system performance tweak: The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master are available in the git repository at: git://git.denx.de/u-b

Re: [U-Boot-Users] [PATCH 2/2] add MPC8343 based board mvBlueLYNX-M7

2008-05-08 Thread Kim Phillips
On Wed, 7 May 2008 10:36:56 -0500 Kim Phillips <[EMAIL PROTECTED]> wrote: > On Wed, 07 May 2008 12:01:48 +0200 > André Schwarz <[EMAIL PROTECTED]> wrote: > > > I'll re-send the 23rd try after my vacation at end of may. > > If the merge window will be close

Re: [U-Boot-Users] [PATCH 2/2] add MPC8343 based board mvBlueLYNX-M7

2008-05-07 Thread Kim Phillips
On Wed, 07 May 2008 12:01:48 +0200 André Schwarz <[EMAIL PROTECTED]> wrote: > I'll re-send the 23rd try after my vacation at end of may. > If the merge window will be closed at that date it's obviously bad luck. I can make the changes, André, thanks! Kim

Re: [U-Boot-Users] Adding a new board to the u-boot project

2008-05-05 Thread Kim Phillips
On Mon, 5 May 2008 11:56:57 -0700 Ronald Madrid <[EMAIL PROTECTED]> wrote: > > I'm developing a board based on the MPC8313 and want to have my code included > in the u-boot project, but have a few questions. > great! > I have created in u-boot-1.3.2 my own folder in the board directory and all

Re: [U-Boot-Users] [PATCH] add config options for VSC8601 RGMII PHY - 2nd try

2008-05-05 Thread Kim Phillips
On Sun, 04 May 2008 12:19:32 +0200 André Schwarz <[EMAIL PROTECTED]> wrote: > Thunderbird is configured according to to the kernel-doc page. > Obviously there's something going wrong during copy+paste ... according to this: http://mbligh.org/linuxdocs/Email/Clients/Thunderbird you might be able

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

2008-04-25 Thread Kim Phillips
unused CPM's stuff mpc83xx: clean up the readme for 83xx boards Kim Phillips (1): mpc83xx: bump loadaddr over fdtaddr to 0x50 cpu/mpc83xx/fdt.c |8 doc/README.mpc8313erdb|4 ++-- doc/README.mpc8315erdb|2 +- doc/README.mpc837

[U-Boot-Users] [PATCH] mpc83xx: bump default loadaddr over fdtaddr, to 0x500000

2008-04-24 Thread Kim Phillips
this seems as a good compromise between human memory, typing, and last but not least, to accommodate for current and future kernel bloat. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- include/configs/MPC8313ERDB.h |2 +- include/configs/MPC8315ERDB.h |2 +- include/c

Re: [U-Boot-Users] [PATCH] ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE

2008-04-22 Thread Kim Phillips
On Tue, 22 Apr 2008 07:49:57 +0200 "Joakim Tjernlund" <[EMAIL PROTECTED]> wrote: > > Currently WD's top of tree renders 83xx kaput. When I revert this > > revert plus Joakim's original 70431e8 commit, things are back to > > normal. I'm not going to pretend I know to fix it up correctly, so > > d

[U-Boot-Users] [PATCH] lib_ppc: Revert "Make MPC83xx one step closer to full relocation."

2008-04-21 Thread Kim Phillips
This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has proven problematic getting right from the start at least on 83xx and 4xx. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- cpu/mpc83xx/start.S | 11 --- lib_ppc/board.c |1 - 2 files changed, 4 inse

Re: [U-Boot-Users] [PATCH 1/3] mpc83xx: update the default load address for 837xemds board

2008-04-21 Thread Kim Phillips
On Tue, 15 Apr 2008 13:10:29 +0800 Dave Liu <[EMAIL PROTECTED]> wrote: > Update the default load address. if not, the kernel image > will be overwritten when u-boot boot the latest linux kernel. > > Signed-off-by: Dave Liu <[EMAIL PROTECTED]> > --- > include/configs/MPC837XEMDS.h |4 ++-- >

Re: [U-Boot-Users] [PATCH] ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE

2008-04-21 Thread Kim Phillips
On Thu, 10 Apr 2008 19:45:02 -0500 Kim Phillips <[EMAIL PROTECTED]> wrote: > On Wed, 9 Apr 2008 12:56:42 +0200 > Stefan Roese <[EMAIL PROTECTED]> wrote: > > > The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step > > closer to full relocati

Re: [U-Boot-Users] What methods of software authentication does U-Boot support?

2008-04-18 Thread Kim Phillips
On Fri, 18 Apr 2008 12:01:38 -0500 <[EMAIL PROTECTED]> wrote: > Goal: > > U-Boot will run only software that has been > authenticated to be from the system's producer. > > --- A Potential Authentication Method --- > > The producer of the system generates a cryptographic > [private-key, public

Re: [U-Boot-Users] [PATCH] fix system config overwrite @ MPC834x

2008-04-18 Thread Kim Phillips
On Fri, 18 Apr 2008 10:48:51 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: > Kim, > > doing a git-pull gives "Already up-to-date." > The patch is produced with "git-diff --patch-with-stat > cpu/mpc83xx/cpu_init.c" using git-commit and git-format-patch is recommended, but that's probably not th

Re: [U-Boot-Users] [PATCH] fix system config overwrite @ MPC834x

2008-04-17 Thread Kim Phillips
On Thu, 17 Apr 2008 19:28:17 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: > Kim, > Hello Andre, I can't apply this: Applying fix system config overwrite @ MPC834x error: patch failed: cpu/mpc83xx/cpu_init.c:59 error: cpu/mpc83xx/cpu_init.c: patch does not apply Patch failed at 0001. When you

Re: [U-Boot-Users] [PATCH][resubmit] QE IO: Add initial data to pin configuration + read/write functions

2008-04-14 Thread Kim Phillips
On Mon, 14 Apr 2008 12:59:28 -0500 "Andy Fleming" <[EMAIL PROTECTED]> wrote: > On Sun, Mar 30, 2008 at 8:45 AM, David Saada <[EMAIL PROTECTED]> wrote: > > > > On the MPC83xx & MPC85xx architectures that have QE, add initial data to > > the > > pin configuration table (qe_iop_conf_tab). This is

[U-Boot-Users] Please pull u-boot-mpc83xx.git - small fixes

2008-04-11 Thread Kim Phillips
The following changes since commit 950a392464e616b4590bc4501be46e2d7d162dea: Wolfgang Denk (1): Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: are available in the git repository at: git://www.denx.de/git/u-boot-mpc83xx.git Dave Liu (2): mpc83xx: Fix the SAT

Re: [U-Boot-Users] System hangs while starting: get clone of u-boot-at91.git - part 2 of 2

2008-04-11 Thread Kim Phillips
On Fri, 11 Apr 2008 23:40:37 +0200 Wolfgang Denk <[EMAIL PROTECTED]> wrote: > ... or simply work, at least with git protocol. ok, it works when I s/git.denx.de/www.denx.de/, using the git protocol. This might have something to do with our firewall though. Kim --

Re: [U-Boot-Users] System hangs while starting: get clone of u-boot-at91.git - part 2 of 2

2008-04-11 Thread Kim Phillips
On Fri, 11 Apr 2008 16:20:00 -0500 <[EMAIL PROTECTED]> wrote: > I did a clone of the same git repository without any problems earlier > today, except it wouldn't build properly. > > Any suggestions about what is wrong with the clone attempt and what can > be done to fix it? > I'd have said use t

Re: [U-Boot-Users] [PATCH 1/2] add MPC8343 based board mvBlueLYNX-M7 aka mvblm7

2008-04-11 Thread Kim Phillips
On Fri, 11 Apr 2008 22:02:38 +0200 André Schwarz <[EMAIL PROTECTED]> wrote: > Kim, > > please review this resubmitted patch with changes as you have requested : > > - coding style issues > - Makefile > - Maintainer > - common mpc83xx PCI code > - added README.mvblm7 > Hello André, thanks, looks

Re: [U-Boot-Users] [PATCH] Remove SEARCH_DIR from linker scripts

2008-04-11 Thread Kim Phillips
On Fri, 11 Apr 2008 10:27:55 +0100 "Richard Danter" <[EMAIL PROTECTED]> wrote: > Remove all SEARCH_DIR directives from linker scripts. > > Many of the linker scripts included SEARCH_DIR directives making the > linker search for libraries in the host tree (/lib, /usr/lib and > /usr/local/lib). Thi

Re: [U-Boot-Users] [PATCH] ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE

2008-04-10 Thread Kim Phillips
for this calculation. > So revert back to the original version for now. > > Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> Acked-by: Kim Phillips <[EMAIL PROTECTED]> Kim - This SF.net email is sponsored

Re: [U-Boot-Users] [PATCH] add MPC8343 based board mvBlueLYNX-M7 aka mvblm7

2008-04-10 Thread Kim Phillips
On Wed, 09 Apr 2008 16:16:28 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: > MPC8343 based stereo camera system with Cyclone-II FPGA and miniPCI Slot. > CPU utilizes dual 10/100/1000 Ethernet using Vitesse VSC8601 RGMII Phys > and USB over ULPI. > 512MB Micron DDR-II memory, 8MB Flash on LocalBu

Re: [U-Boot-Users] [PATCH] mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'

2008-04-02 Thread Kim Phillips
On Wed, 2 Apr 2008 13:41:21 +0200 Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > Acked-by: Kim Phillips <[EMAIL PROTECTED]> Kim ---

Re: [U-Boot-Users] [PATCH] Add Vitesse 8601 support to TSEC driver

2008-04-01 Thread Kim Phillips
On Tue, 01 Apr 2008 15:33:10 +0200 Andre Schwarz <[EMAIL PROTECTED]> wrote: > I would expect something like > > if ( priv->flags & TSEC_REDUCED ) > regs->ecntrl |= ECNTRL_RPM; yeah, that register should be r/o.. > @Kim : Did you ever run a MPC834x with a RGMII PHY ? Is

Re: [U-Boot-Users] [PATCH 1/3] QE IO: Add initial data to pin configuration

2008-03-31 Thread Kim Phillips
On Mon, 31 Mar 2008 15:13:15 +0300 David Saada <[EMAIL PROTECTED]> wrote: > On the MPC83xx & MPC85xx architectures that have QE, add initial data to > the pin configuration table (qe_iop_conf_tab). > This is relevant for GPIO pins defined as output. One can setup a value > of -1 to leave the valu

Re: [U-Boot-Users] [PATCH] Add Vitesse 8601 support to TSEC driver

2008-03-31 Thread Kim Phillips
;[EMAIL PROTECTED]> > > > Acked-by: Ben Warren <[EMAIL PROTECTED]> I don't have a Vitesse 8601, so technically I can't ack it, but I can: Reviewed-by: Kim Phillips <[EMAIL PROTECTED]> minor nit: it would be nice if the following: > > +#ifd

Re: [U-Boot-Users] [PATCH] mpc83xx: Fix the bug of serdes initialization

2008-03-31 Thread Kim Phillips
; 1 files changed, 1 insertions(+), 1 deletions(-) Acked-by: Kim Phillips <[EMAIL PROTECTED]> Kim - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about an

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

2008-03-28 Thread Kim Phillips
On Fri, 28 Mar 2008 18:49:59 -0500 Kim Phillips <[EMAIL PROTECTED]> wrote: > Wolfgang D., > > please pull SATA configuration patches for 8315 and 837x boards, a > cleanup of the 83xx SPRIDR code, and some 8323 rdb fixes: > ok, I've pushed Joakim's relocation fixes

Re: [U-Boot-Users] [PATCH] Make MPC83xx one step closer to full relocation.

2008-03-28 Thread Kim Phillips
On Sat, 29 Mar 2008 00:47:01 +0100 "Joakim Tjernlund" <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Kim Phillips [mailto:[EMAIL PROTECTED] > > Sent: den 29 mars 2008 00:33 > > To: Joakim Tjernlund > > Cc: u-boot-users@lists

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

2008-03-28 Thread Kim Phillips
available in the git repository at: git://www.denx.de/git/u-boot-mpc83xx.git master Dave Liu (2): mpc83xx: initialize serdes for MPC837xEMDS boards mpc83xx: enable the SATA interface on mpc837xemds board Kim Phillips (4): mpc83xx: enable the SATA interface on mpc8315 rdb and

Re: [U-Boot-Users] [PATCH] Make MPC83xx one step closer to full relocation.

2008-03-28 Thread Kim Phillips
On Fri, 28 Mar 2008 15:41:25 +0100 Joakim Tjernlund <[EMAIL PROTECTED]> wrote: > Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx > and use GOT relative reference. > --- > cpu/mpc83xx/start.S | 11 +++ > lib_ppc/board.c |3 ++- > 2 files changed, 9 insertions

Re: [U-Boot-Users] [PATCH 3/3] mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code

2008-03-28 Thread Kim Phillips
On Fri, 28 Mar 2008 21:01:30 +0100 "Joakim Tjernlund" <[EMAIL PROTECTED]> wrote: > BTW, what happened to relocation stuff Grant was doing? It is > still disabled, I never had any problems so perhaps time to > turn it on again? it might even make u-boot smaller once all the > old manuel relocation

[U-Boot-Users] [PATCH] mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards

2008-03-28 Thread Kim Phillips
Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- include/configs/MPC8315ERDB.h | 23 +++ include/configs/MPC837XERDB.h | 23 +++ 2 files changed, 46 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8315ERDB.h b/include/c

[U-Boot-Users] [PATCH] remove remaining CONFIG_OF_HAS_{UBOOT_ENV, BD_T} code

2008-03-28 Thread Kim Phillips
finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d, "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T" started. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- This one's for you, Wolfgang. README| 13 -- com

Re: [U-Boot-Users] [PATCH 3/3] mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code

2008-03-28 Thread Kim Phillips
On Fri, 28 Mar 2008 16:34:23 +0100 Joakim Tjernlund <[EMAIL PROTECTED]> wrote: > > Global data, could become a problem if/when full relocation is impl. Not > a big deal, just figured I should mention it. would you rather something like this then? : diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/c

[U-Boot-Users] [PATCH 3/3] mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code

2008-03-28 Thread Kim Phillips
venience macros. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- board/freescale/mpc8360emds/mpc8360emds.c | 11 +-- board/freescale/mpc837xerdb/mpc837xerdb.c | 15 +-- cpu/mpc83xx/cpu.c | 169 - include/mpc83xx.h

[U-Boot-Users] [PATCH 2/3] mpc83xx: display ddr frequency in board_add_ram_info banner

2008-03-28 Thread Kim Phillips
Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- cpu/mpc83xx/spd_sdram.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cpu/mpc83xx/spd_sdram.c b/cpu/mpc83xx/spd_sdram.c index c9151d7..97ac7bb 100644 --- a/cpu/mpc83xx/spd_sdram.c +++ b/cpu/m

[U-Boot-Users] [PATCH 1/3] mpc83xx: unreinvent mem_clk

2008-03-28 Thread Kim Phillips
delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to mem_*_clk for consistency's sake. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- cpu/mpc83xx/spd_sdram.c | 10 +- cpu/mpc83xx/speed.c | 16 include/asm-ppc/global_da

Re: [U-Boot-Users] board config u-boot

2008-03-27 Thread Kim Phillips
On Thu, 27 Mar 2008 18:28:57 +0100 "karim sahli" <[EMAIL PROTECTED]> wrote: > hi! > i want to add a new board config on my u-boot 1.2.0 > how can i do? > (my board is based on the kb9202 board) > thank you > see U-Boot Porting Guide in the README. (and upgrade from 1.2.0) Kim -

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

2008-03-25 Thread Kim Phillips
Wolfgang, please pull support for uploading firmware for the Vitesse VSC7385 (an ethernet switch on some 83xx boards), support for serdes initialization, and misc fixes: The following changes since commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855: Wolfgang Denk (1): Coding Style cleanyp;

Re: [U-Boot-Users] [PATCH 6/7] 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role

2008-03-25 Thread Kim Phillips
On Fri, 14 Mar 2008 23:20:18 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > Linux understands "host" (default), "peripheral" and "otg" (broken). > Though, U-Boot doesn't restrict dr_mode variable to these values (think > of renames in future). > > Signed-off-by: Anton Vorontsov <[EMAIL PROTEC

Re: [U-Boot-Users] [PATCH 7/7] tsec: fix link detection for the RTL8211B PHY

2008-03-25 Thread Kim Phillips
On Fri, 14 Mar 2008 23:20:30 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > RTL8211B sets link state register after autonegotiation complete, > so with bootdelay=0 RTL8211B will report lack of the link. > > To fix this, we should wait for aneg to complete, even if the > link is currently down

Re: [U-Boot-Users] DDR-II @ MPC8343A

2008-03-25 Thread Kim Phillips
On Tue, 25 Mar 2008 21:54:53 +0100 Andre Schwarz <[EMAIL PROTECTED]> wrote: > Kim Phillips schrieb: > > btw, the spd code is being used by default on the 834x mds, not this > > fixed_sdram stuff - it's mostly there for board porting completeness. > > > >

Re: [U-Boot-Users] DDR-II @ MPC8343A

2008-03-25 Thread Kim Phillips
On Tue, 25 Mar 2008 21:25:45 +0100 Andre Schwarz <[EMAIL PROTECTED]> wrote: > I've seen things like this in mpc8349emds code : > > #if (CFG_DDR_SIZE != 256) > #warning Currenly any ddr size other than 256 is not supported > #endif > > Is this reasonable ? Why ? > that's in the fixed sdram init

Re: [U-Boot-Users] DDR-II @ MPC8343A

2008-03-25 Thread Kim Phillips
On Tue, 25 Mar 2008 20:41:41 +0100 Andre Schwarz <[EMAIL PROTECTED]> wrote: > Kim Phillips schrieb: > > On Tue, 25 Mar 2008 18:36:47 +0100 > > Andre Schwarz <[EMAIL PROTECTED]> wrote: > >> As far as I can see there are only DDR-I boards from Freescale. &g

Re: [U-Boot-Users] DDR-II @ MPC8343A

2008-03-25 Thread Kim Phillips
On Tue, 25 Mar 2008 18:36:47 +0100 Andre Schwarz <[EMAIL PROTECTED]> wrote: > All, > > has anyone set up the DDR-II controller on a Freescale MPC8343A without ? without what? > As far as I can see there are only DDR-I boards from Freescale. > The MDS can do ddr2: U-Boot 1.3.2-00097-gbc508d1 (

Re: [U-Boot-Users] [PATCH 6/7] 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role

2008-03-25 Thread Kim Phillips
On Tue, 25 Mar 2008 19:06:34 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > On Tue, Mar 25, 2008 at 10:42:11AM -0500, Kim Phillips wrote: > [...] > > > > but the QE based 83xx SoCs don't use this fixup. So while > > > > CONFIG_HAS_FSL_DR_USB gives y

  1   2   >