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
> ==
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
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:
> =
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
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
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
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
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:
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
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
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
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
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
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
.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
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
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
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
>
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
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
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
@@
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
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
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
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
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
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 +
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 +++---
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
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
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
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),
> +
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
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
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
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
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
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
>
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
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
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
;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
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
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
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
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
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]
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]>
> &
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
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
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
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
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.
>
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
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
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
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
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
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
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
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
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
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 ++--
>
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
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
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
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
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
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
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
--
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
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
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
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
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
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
---
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
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
;[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
; 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
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
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
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
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
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
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
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
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
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
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
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
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
-
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;
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
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
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.
> >
> >
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
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
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 (
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 - 100 of 166 matches
Mail list logo