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 the

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 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 crypto node if not on an E-processor. If on 8360 or 834x family

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

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

2008-07-09 Thread Kim Phillips
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: VOTE NOW! Studies have shown that voting for your

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

2008-07-07 Thread Kim Phillips
' 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. Just for the record (note that I've been offline for the last ten days): I didn't apply this yet as I wait for v5 (see Kumar's

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

2008-07-07 Thread Kim Phillips
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-Boot-Users] [PATCH] fdt_support: add crypto node handling for MPC8{3, 5}xxE processors 3630 06/10 Kim Phillips [PATCH v2] fdt: add

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

2008-07-03 Thread Kim Phillips
-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 |1

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 ETHADDR

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] [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 100644

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 their

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

[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 |1

[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 @@ -97,7 +97,7

[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 compatible entry offsets

[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 to the patch commit message

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

2008-06-10 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

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 cpu_type_list [] = { + CPU_TYPE_ENTRY(8533, 8533, 0

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, 2008, at 12:57 AM, Kim Phillips wrote: On Thu, 29 May 2008 03:20:08 -0500

[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 +++--- common/fdt_support.c

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

2008-06-10 Thread Kim Phillips
: 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 + Makefile

[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 changed to (svr

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 good I

[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.c| 87

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), +

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\n +

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 drivers, would

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 Rev 0.0

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 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 the

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 three

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 based

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 vim: and

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

2008-05-20 Thread Kim Phillips
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 challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

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] 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_oob) {

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-boot?

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 guaranteed

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] Currently, END_OF_RAM is used by the trap code to determine

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

2008-05-13 Thread Kim Phillips
] Acked-by: Kim Phillips [EMAIL PROTECTED] Kim - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

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. However

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 closed at that date it's obviously bad luck. I can

[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:

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] [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 to

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

[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/configs

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 does anyone

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 relocation.) doesn't use CFG_MONITOR_BASE anymore

[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 insertions

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 the problem

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-key]

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 generally

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 the git:

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

[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

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

2008-04-10 Thread Kim Phillips
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 by the 2008 JavaOne(SM) Conference Don't miss

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 - Check out

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 it known

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

2008-03-31 Thread Kim Phillips
(-) 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 anything Open Source. http://ad.doubleclick.net/clk

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

2008-03-31 Thread Kim Phillips
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: +#ifdef CFG_VSC8601_SKEWFIX + {MIIM_VSC8601_EPHY_CON,MIIM_VSC8601_EPHY_CON_INIT_SKEW,NULL

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 value

[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_data.h |3

[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/mpc83xx/spd_sdram.c

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

2008-03-28 Thread Kim Phillips
. 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 | 91

[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/configs

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 code

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(+), 5

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

2008-03-28 Thread Kim Phillips
are 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

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.sourceforge.net Subject: Re: [PATCH] Make MPC83xx one step

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 patch. New summary looks like: Dave

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

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 you more control, I doubt saving 200 bytes justifies

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 (Mar 25

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. The MDS can do ddr2: U-Boot 1.3.2-00097

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 code,

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. But it is known to work, isn't it ? I haven't

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 PROTECTED] ---

[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

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

2008-03-24 Thread Kim Phillips
On Mon, 24 Mar 2008 17:44:19 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: On Wed, Mar 19, 2008 at 08:35:58PM -0500, Kim Phillips wrote: On Fri, 14 Mar 2008 23:20:18 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: diff --git a/include/fdt_support.h b/include/fdt_support.h index

Re: [U-Boot-Users] [PATCH 2/2] mpc83xx: MPC837XERDB: add support for PCI-Express

2008-03-24 Thread Kim Phillips
On Mon, 24 Mar 2008 21:42:37 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: +/* PCIE address map */ +#define CFG_PCIE1_BASE 0xA000 +#define CFG_PCIE1_MEM_BASE CFG_PCIE1_BASE +#define CFG_PCIE1_MEM_PHYS CFG_PCIE1_MEM_BASE +#define CFG_PCIE1_MEM_SIZE 0x1000

Re: [U-Boot-Users] [PATCH 01/11] uec: add support for gbit mii status readings

2008-03-24 Thread Kim Phillips
On Mon, 24 Mar 2008 20:46:24 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] --- drivers/qe/uec_phy.c | 28 +++- drivers/qe/uec_phy.h |5 + 2 files changed, 24 insertions(+), 9 deletions(-) applied 1-11.

Re: [U-Boot-Users] [PATCH 1/1] Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock

2008-03-24 Thread Kim Phillips
On Mon, 24 Mar 2008 13:00:59 -0400 Joe D'Abbraccio Joe.D'[EMAIL PROTECTED] wrote: From: Joe D'Abbraccio [EMAIL PROTECTED] With the original value of 1/2 clock cycle delay, the system ran relatively stable except when we run benchmarks that are intensive users of memory. When I run samba

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

2008-03-20 Thread Kim Phillips
On Thu, 20 Mar 2008 18:19:52 +0800 Dave Liu [EMAIL PROTECTED] wrote: diff --git a/drivers/block/libata.c b/drivers/block/libata.c new file mode 100644 index 000..aed5be3 --- /dev/null +++ b/drivers/block/libata.c @@ -0,0 +1,158 @@ +/* + * Copyright (C) 2008 Freescale Semiconductor,

Re: [U-Boot-Users] [PATCH v2 6/9] mpc83xx: serdes setup routines

2008-03-20 Thread Kim Phillips
On Thu, 20 Mar 2008 18:26:36 +0800 Dave Liu [EMAIL PROTECTED] wrote: From: Anton Vorontsov [EMAIL PROTECTED] This patch adds few routines to configure serdes on 837x targets. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] --- sounds like Anton is re-doing this patch. Kim

Re: [U-Boot-Users] [PATCH 3/7] 83xx: serdes setup routines

2008-03-19 Thread Kim Phillips
On Tue, 18 Mar 2008 16:52:29 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: On Tue, Mar 18, 2008 at 11:28:20AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: On 23:19 Fri 14 Mar , Anton Vorontsov wrote: This patch adds few routines to configure serdes on 837x targets.

Re: [U-Boot-Users] [PATCH 1/7] 83xx: nand support for MPC837XRDB boards

2008-03-19 Thread Kim Phillips
On Tue, 18 Mar 2008 17:10:55 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: -/* VSC7385 Gigabit Switch support */ +/* + * VSC7385 Gigabit Switch support + */ +#define CFG_VSC7385_BASE 0xF000 What does this have to do with NAND? Nothing. I'm expanding VSC7385 comment

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

2008-03-19 Thread Kim Phillips
On Fri, 14 Mar 2008 23:20:18 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: diff --git a/include/fdt_support.h b/include/fdt_support.h index 7836f28..c10de8a 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -50,6 +50,12 @@ int fdt_find_and_setprop(void *fdt, const char

Re: [U-Boot-Users] [PATCH 2/2] 83xx: Add Vitesse VSC7385 firmware uploading

2008-03-12 Thread Kim Phillips
On Fri, 8 Feb 2008 13:15:55 -0600 Timur Tabi [EMAIL PROTECTED] wrote: Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET. Cleaned up the board header files to make selecting the VSC7385

Re: [U-Boot-Users] [PATCH 1/2] NET: Add Vitesse VSC7385 firmware uploading

2008-03-12 Thread Kim Phillips
On Mon, 18 Feb 2008 22:06:53 -0500 Ben Warren [EMAIL PROTECTED] wrote: Acked-by: Ben Warren [EMAIL PROTECTED] Kim - would you mind pulling this into your tree? Best to keep it with part 2. done. Kim - This SF.net

[U-Boot-Users] [PATCH] mpc83xx: make dtb basename file references equal those of linux

2008-03-07 Thread Kim Phillips
the dts file basenames were updated in linux - this helps avoid inadvertently loading any old dtbs laying around. Signed-off-by: Kim Phillips [EMAIL PROTECTED] --- include/configs/MPC832XEMDS.h |2 +- include/configs/MPC8360EMDS.h |2 +- include/configs/MPC837XEMDS.h |2 +- include

Re: [U-Boot-Users] [PATCH] Add flash programming counter]

2008-03-07 Thread Kim Phillips
On Fri, 07 Mar 2008 17:33:34 +0100 Wolfgang Denk [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED] you wrote: There is no way to add an end marker without using a new line (or use '\r' which is really unacceptable, and more justifiably so). Since we are settling in on having 50

[U-Boot-Users] please pull mpc83xx

2008-03-07 Thread Kim Phillips
: Improve the system performance are available in the git repository at: git://www.denx.de/git/u-boot-mpc83xx.git Kim Phillips (2): net: uec_phy: actually increment the timeout counter mpc83xx: make dtb basename file references equal those of linux drivers/qe/uec_phy.c |3

Re: [U-Boot-Users] [PATCH] mpc83xx: make dtb basename file references equal those of linux

2008-03-07 Thread Kim Phillips
On Sat, 08 Mar 2008 02:03:02 +0100 Wolfgang Denk [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED] you wrote: but these are the filenames in linux' device tree directory - arch/powerpc/boot/dts, and I'm assuming people do something sane like dtc -I $file.dts -O $file.dtb. Argh...

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

2008-03-04 Thread Kim Phillips
On Tue, 04 Mar 2008 17:17:27 +0100 Wolfgang Denk [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED] you wrote: 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

Re: [U-Boot-Users] [PATCH] Fix mpc8360emds board hang on second network operation

2008-02-27 Thread Kim Phillips
On Tue, 26 Feb 2008 21:32:30 -0500 Jerry Van Baren [EMAIL PROTECTED] wrote: The changeset that causes my problems is ee62ed32 The original code calls init_phy(dev) followed by phy_change(dev) *once* during PHY initialization. The part of changeset that appears to cause my problems is

[U-Boot-Users] [PATCH] net: uec_phy: handle 88e1111 rev.B2 erratum 5.6

2008-02-27 Thread Kim Phillips
erratum 5.6 states the autoneg completion bit is functional only if the autoneg bit is asserted. This fixes any secondarily-issued networking commands on non-gigabit links on the mpc8360 mds board. Signed-off-by: Kim Phillips [EMAIL PROTECTED] --- gvb, please test, and give us your blessings

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Kim Phillips
On Mon, 25 Feb 2008 22:55:37 -0500 Jerry Van Baren [EMAIL PROTECTED] wrote: Hi Kim, I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the start up (good), but seems to cause the board to hang on the *second* ethernet operation. I can cause this by doing two pings in

  1   2   >