On Mon, Aug 4, 2008 at 9:02 PM, Becky Bruce <[EMAIL PROTECTED]> wrote:
> Currently, they use CONFIG_NUM_CPUS, which is different than
> 85xx for no good reason.
>
> --- a/include/configs/MPC8610HPCD.h
> +++ b/include/configs/MPC8610HPCD.h
> @@ -17,7 +17,7 @@
> #define CONFIG_MPC86xx 1
On Wed, Jul 16, 2008 at 2:17 PM, richardretanubun
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am wondering if the miiphy command support for QE UEC is already
> merged into u-boot on some tree.
>
> The last info I have on this patch is on this posting:
>
> http://thread.gmane.org/gmane.comp.boot-loaders
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Andrew Klossner (1):
Change the temp map to ROM to align addresses to page size.
Andy Fleming (4):
Remove LBC_CACHE_BASE from 8544 DS
Fix indentation for default boot environment
On Mon, Jul 14, 2008 at 2:07 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> Add support for using a PCIe ATI Video card on PCIe2.
>
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
Applied, thanks
Andy
-
This SF.Net email is spo
On Mon, Jul 14, 2008 at 2:07 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> Add new L1/L2 SPRs related to e500mc cache config and control.
>
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
Applied, thanks
Andy
-
This SF.Net ema
On Mon, Jul 14, 2008 at 2:07 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
Applied, thanks
Andy
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build
On Mon, Jul 14, 2008 at 2:07 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> The L2 size detection code was a bit confusing and we kept having to add
> code to it to handle new processors. Change the sense of detection so we
> look for the older processors that aren't changing.
>
> Also added support
On Fri, Jul 11, 2008 at 2:33 PM, Paul Gortmaker
<[EMAIL PROTECTED]> wrote:
> Make the default build for the sbc8560 board be powerpc
> capable with libfdt support.
>
> Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]>
Applied, thanks
Andy
-
On Fri, Jul 11, 2008 at 2:33 PM, Paul Gortmaker
<[EMAIL PROTECTED]> wrote:
> Add in for the sbc8560, the ft_board_setup() routine, based on what is
> in use for the Freescale MPC8560ADS board.
>
> Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]>
Applied, thanks
Andy
On Fri, Jul 11, 2008 at 2:33 PM, Paul Gortmaker
<[EMAIL PROTECTED]> wrote:
> The sbc8560 board ships with 512MB of memory installed,
> but the current cs0_bnds is hard coded for 256MB. Set the
> value based on CFG_SDRAM_SIZE.
>
> Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]>
Applied, thanks
A
On Fri, Jul 11, 2008 at 5:02 PM, Paul Gortmaker
<[EMAIL PROTECTED]> wrote:
> Wolfgang Denk wrote:
>>> +#define CONFIG_RAMBOOTCOMMAND \
>>> + "setenv bootargs root=/dev/ram rw "
>>> \
>>> + "console=$consoledev,$baudrate $othbootargs;" \
>
On Fri, Jul 11, 2008 at 5:03 PM, Paul Gortmaker
<[EMAIL PROTECTED]> wrote:
> Wolfgang Denk wrote:
>>
>>
>>> + * MAC addresses directly on it.
>>> + */
>>> +#if 0
>>> +#define CONFIG_ETHADDR 00:01:af:07:9b:8a
>>> +#define CONFIG_ETH1ADDR 00:01:af:07:9b:8b
>>> #define CONFIG
On Fri, Jul 11, 2008 at 2:33 PM, Paul Gortmaker
<[EMAIL PROTECTED]> wrote:
> The definitions for the TSEC have become out of date. There is no
> longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
> Update to match those of other boards, like the MPC8560ADS.
>
> Signed-off-by: Paul Gor
are against the UPM mask but agaist the MSEL mask.
>
> Cc: Sergei Poselenov <[EMAIL PROTECTED]>
> Cc: Andy Fleming <[EMAIL PROTECTED]>
> Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]>
> ---
> cpu/mpc85xx/cpu.c |7 +++
> 1 files changed, 3 ins
On Mon, Jul 14, 2008 at 5:54 AM, Sebastian Siewior
<[EMAIL PROTECTED]> wrote:
> The default value for the MxMR register is not always the right one.
> This patch adds the value of MxMR register as an additional
> parameter (plus a few defines instead of hex coded values).
>
> Signed-off-by: Sebasti
On Wed, Jul 9, 2008 at 4:53 PM, Kim Phillips <[EMAIL PROTECTED]> wrote:
> On Wed, 9 Jul 2008 14:43:46 -0400
> Paul Gortmaker <[EMAIL PROTECTED]> wrote:
>
>> Some boards that have external 16550 UARTs don't have a direct
>> tie between bi_busfreq and the clock used for the UARTs. Boards
>> that do
On Wed, Jul 2, 2008 at 9:48 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
>
> On Jul 2, 2008, at 9:25 AM, Andrew Klossner wrote:
>
>> The MPC8555E and MPC8548E reference manuals are quite specific about
>> the formula required to change the value of CCSRBAR. This patch
>> implements that formula.
Ju
On Wed, Jul 2, 2008 at 9:11 AM, Andrew Klossner
<[EMAIL PROTECTED]> wrote:
> >From 03e28f90637703aaef9356dc398adedcdf06cb94 Mon Sep 17 00:00:00 2001
> From: Andrew Klossner <[EMAIL PROTECTED]>
> Date: Wed, 2 Jul 2008 07:03:53 -0700
> Subject: [PATCH] Change the temp map to ROM to align addresses to
On Tue, Jun 17, 2008 at 5:45 PM, Kim Phillips
<[EMAIL PROTECTED]> wrote:
> Signed-off-by: Kim Phillips <[EMAIL PROTECTED]>
Applied, thanks!
I also applied 2/2, since it appears the order needs to be reversed,
and it just makes things easier.
Andy
---
I'm currently pulling together some patches. I will send the pull
request *today*
On Mon, Jul 14, 2008 at 4:12 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote:
> Hi everybody,
>
> from my point of view I think we're ready for a -rc1 prerelease, but I
> am aware that some patches are still pending in
>>
>> Anyway, I'll wait for Kim's ACK before pushing it up into my dev-1.3.4 branch
>
> see:
>
> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38991
David, I'm still waiting for a response to Kim's comments before I can
apply this. The window for 1.3.5 will open soon, so it'd be good t
On Thu, Jun 5, 2008 at 6:11 AM, Wolfgang Grandegegr <[EMAIL PROTECTED]> wrote:
> this is v2 of patches fixing various issues with TQM85xx modules and adding
> support for TQM8548 modules from TQ Components GmbH (http://www.tqc.de).
>
> Note: The patches rely on "[PATCH v2] TQM: move TQM boards to b
The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
of casting problems in the bootm code that called the LMB functions.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
include/lmb.h |2 +-
lib_generic/lmb.c |6 +++---
lib_ppc/bootm.c |5 ++
On Fri, Jun 27, 2008 at 4:37 AM, Frank Prepelica
<[EMAIL PROTECTED]> wrote:
> Hi Ben,
>
> The ethernet adapter (PCMCIA ethernet card) which is directly connect to the
> board can be forced in windows to use 100Mbit full duplex, but u-boot still
> use 1Gbit. It's a Marvell phy, the exact phy descr
CFG_FDT_PAD bytes to the size.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
Rebased off the top of tree to ease application.
lib_ppc/bootm.c | 66 --
1 files changed, 58 insertions(+), 8 deletions(-)
diff --git a/lib_ppc/bootm.c b/l
__lmb_alloc_base can underflow if it fails to find free space. This was fixed
in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
merely updates __lmb_alloc_base to resemble the current version in Linux.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
Rebased o
ALIGN() returns the smallest aligned value greater than the passed
in address or size. Taken from Linux.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
Rebased off the top of tree to ease application.
include/common.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
lmb_reserve to temporarily reserve some memory.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
Rebased off the top of tree to ease application.
lib_generic/lmb.c
On Thu, Jun 12, 2008 at 11:00 AM, Becky Bruce <[EMAIL PROTECTED]> wrote:
> Bah - I thought I had updated my tree right before I sent that out.
> Not sure what happened here. Sorry about that, and thanks, Kumar!
Your patch was applied after he pulled all the custodian trees. So
the patch probably
oot's linux/string.h. It doesn't look like we need the u-boot one if
we're building for the host, so now we only include when building inside
u-boot.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
lib_generic/md5.c |2 +-
lib_generic/sha1.c |2 +-
2 files chang
On Mon, Jun 2, 2008 at 5:09 AM, Wolfgang Grandegger <[EMAIL PROTECTED]> wrote:
> 83xx/85xx/86xx: add more MxMR local bus definitions
>
> This patch adds more macro definitions for the UPM Machine Mode Registers
> They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
> common lo
On Thu, May 29, 2008 at 11:22 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
Applied, thanks
Andy
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell
On Mon, May 19, 2008 at 11:05 AM, 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]>
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
A re-send, since I accidentally undid a bunch of changes before I sent the
last pull request. This one has been build-tested.
Andy Fleming (1):
socrates: Fix PCI clk fix patch
Anton Vorontsov
x27;s deemed best.
Andy Fleming (1):
socrates: Fix PCI clk fix patch
Anton Vorontsov (2):
83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
83xx/85xx: further localbus cleanups
Becky Bruce (1):
MPC85xx: Change traps.c to not reference non-addressable m
On Sat, Jun 7, 2008 at 10:02 AM, Sergei Poselenov
<[EMAIL PROTECTED]> wrote:
> Hello,
>
>>> +#include
>>> +
>>> +int state;
>>
>> Can that variable be made static?
>>
>> Regards, Magnus
>>
>
> Yes, it can.
>
> Wolfgang, what is the best way to handle this? Should I re-do the
> patch?
I have made
On Wed, May 28, 2008 at 9:20 AM, 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]>
Acked-by: Andy F
On Thu, May 29, 2008 at 11:22 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
> ---
> cpu/mpc85xx/fdt.c | 128
> +
> 1 files changed, 128 insertions(+), 0 deletions(-)
>
> diff --git a/cpu/mpc85xx/fdt.c
On Mon, Jun 2, 2008 at 6:22 PM, Andy Fleming <[EMAIL PROTECTED]> wrote:
> On Wed, May 28, 2008 at 12:53 PM, <[EMAIL PROTECTED]> wrote:
>> From: Wolfgang Grandegger <[EMAIL PROTECTED]>
>>
>> Move all TQM board directories to the vendor specific directory
On Thu, May 29, 2008 at 1:21 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
> ---
>
> Fix warning that the first version introduced.
applied, gracias
-
Check out the new SourceForge
On Wed, May 28, 2008 at 1:12 PM, Wolfgang Grandegger <[EMAIL PROTECTED]> wrote:
> The boot output is now aligned poperly with other boot output
> lines, e.g.:
>
> FLASH: 128 MB
> L2:512 KB enabled
>
> Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]>
A silly comment, but let's spell it
On Wed, May 28, 2008 at 12:53 PM, <[EMAIL PROTECTED]> wrote:
> From: Wolfgang Grandegger <[EMAIL PROTECTED]>
>
> Move all TQM board directories to the vendor specific directory "tqc"
> for modules from TQ-Components GmbH (http://www.tqc.de).
>
> Note: this patch is too big for posting here and the
On Fri, May 9, 2008 at 9:35 AM, Wolfgang Denk <[EMAIL PROTECTED]> wrote:
> From: Sergei Poselenov <[EMAIL PROTECTED]>
>
> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]>
Is this board different from the socrates board that went in? The
code appears identical (though I admit I did not check th
On Wed, May 14, 2008 at 1:10 PM, <[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
> guar
ALIGN() returns the smallest aligned value greater than the passed
in address or size. Taken from Linux.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
include/common.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/common.h b/include/common.h
__lmb_alloc_base can underflow if it fails to find free space. This was fixed
in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
merely updates __lmb_alloc_base to resemble the current version in Linux.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
lib_g
lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
lmb_reserve to temporarily reserve some memory.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
lib_generic/lmb.c | 49 +
1 files changed, 49 insertions
CFG_FDT_PAD bytes to the size.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
lib_ppc/bootm.c | 66 --
1 files changed, 58 insertions(+), 8 deletions(-)
diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c
index 9194fd8..85e959a 100644
--- a/l
ALIGN() returns the smallest aligned value greater than the passed
in address or size. Taken from Linux.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
include/common.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/common.h b/include/common.h
On Tue, May 20, 2008 at 3:18 PM, Andy Fleming <[EMAIL PROTECTED]> wrote:
> ALIGN() returns the smallest aligned value greater than the passed
> in address or size. Taken from Linux.
>
> Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
Shoot, let me do that again with
CFG_FDT_PAD bytes to the size.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
lib_ppc/bootm.c | 66 --
1 files changed, 58 insertions(+), 8 deletions(-)
diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c
index 9194fd8..85e959a 100644
--- a/l
__lmb_alloc_base can underflow if it fails to find free space. This was fixed
in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
merely updates __lmb_alloc_base to resemble the current version in Linux.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
lib_g
lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
lmb_reserve to temporarily reserve some memory.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
lib_generic/lmb.c | 49 +
1 files changed, 49 insertions
ALIGN() returns the smallest aligned value greater than the passed
in address or size. Taken from Linux.
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
include/common.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/common.h b/include/common.h
Signed-off-by: Ebony Zhu <[EMAIL PROTECTED]>
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
board/freescale/mpc8548cds/mpc8548cds.c |7 ++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/board/freescale/mpc8548cds/mpc8548cds.c
b/board/freescal
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Andy Fleming (1):
85xx: Limit CPU2 workaround to parts that have the errata
board/freescale/mpc8548cds/mpc8548cds.c |7 ++-
1 files changed, 6 insertions(+), 1 deletions
EW_RX have
> been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
>
> Signed-off-by: Andre Schwarz <[EMAIL PROTECTED]>
Acked-by: Andy Fleming <[EMAIL PROTECTED]>
-
This SF.net em
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Kumar Gala (3):
85xx: Additional fixes and cleanup of MP code
85xx/86xx: Rename DDR init address and init extended address register
85xx/86xx: Rename ext_refrec to timing_cfg_3 to match doc
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Kumar Gala (1):
85xx: Additional fixes and cleanup of MP code
cpu/mpc85xx/mp.c |6 +-
cpu/mpc85xx/release.S |3 ++-
2 files changed, 7 insertions(+), 2 deletions(-)
On Tue, Apr 29, 2008 at 1:58 AM, Andre Schwarz
<[EMAIL PROTECTED]> wrote:
> Andy,
>
> thanks for your comments.
>
>
> Andy Fleming schrieb:
>
> > On Thu, Apr 24, 2008 at 9:45 AM, Andre Schwarz
> > <[EMAIL PROTECTED]> wrote:
> >
> >
>
On Thu, Apr 24, 2008 at 9:45 AM, Andre Schwarz
<[EMAIL PROTECTED]> wrote:
> {MIIM_VSC8601_EPHY_CON,MIIM_VSC8601_EPHY_CON_INIT_SKEW,NULL},
> +#if defined(CFG_VSC8601_SKEW_TX) && defined(CFG_VSC8601_SKEW_RX)
> +{MIIM_EXT_PAGE_ACCESS,1,NULL},
> +#define VSC8101_SKEW(CFG_VSC860
On Wed, Apr 23, 2008 at 4:58 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
>
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
Acked-by: Andy Fleming <[EMAIL PROTECTED]>
Though it'
_esdhc.c
new file mode 100644
index 000..29af92a
--- /dev/null
+++ b/drivers/mmc/fsl_esdhc.c
@@ -0,0 +1, @@
+/*
+ * Copyright 2007, Freescale Semiconductor, Inc
+ * Andy Fleming
+ *
+ * Based vaguely on the pxa mmc code:
+ * (C) Copyright 2003
+ * Kyle Harris, Nexus Technologies, Inc. [EMAI
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Kumar Gala (1):
85xx: Fix size of cpu-release-addr property
Timur Tabi (1):
Fix calculation of I2C clock for some 85xx chips
cpu/mpc85xx/fdt.c|2 +-
cpu/mpc85xx/speed.c
ed-off-by: Srikanth Srinivasan <[EMAIL PROTECTED]>
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
Acked-by: Andy Fleming <[EMAIL PROTECTED]>
Andy
-
This SF.net email is sponsored by the 2008 JavaOne(SM
On Mon, Apr 21, 2008 at 9:28 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> eg. because of rounding error we can get 799Mhz instead of 800Mhz.
>
> Introduced DIV_ROUND_UP and roundup taken from linux kernel.
>
> Signed-off-by: Dejan Minic <[EMAIL PROTECTED]>
> Signed-off-by: Srikanth Srinivasan <[E
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Kumar Gala (2):
85xx: Fix size of cpu-release-addr property
85xx: Round up frequency calculations to get reasonable output
Timur Tabi (1):
Fix calculation of I2C clock for some 85xx chips
On Fri, Apr 18, 2008 at 4:28 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> eg. because of rounding error we can get 799Mhz instead of 800Mhz.
>
> Signed-off-by: Dejan Minic <[EMAIL PROTECTED]>
> Signed-off-by: Srikanth Srinivasan <[EMAIL PROTECTED]>
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
On Fri, Apr 18, 2008 at 11:29 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> The cpu-release-addr is defined as always being a 64-bit quanity regardless
> if we are running on a 32-bit or 64-bit machine.
Applied, thanks.
-
This
On Fri, Apr 4, 2008 at 11:15 AM, Timur Tabi <[EMAIL PROTECTED]> wrote:
> Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
> some use CCB/3. There is no pattern that can be used to determine which
> chips use which frequency, so the only way to determine is to look up t
On Fri, Apr 18, 2008 at 11:57 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> eg. because of rounding error we can get 799Mhz instead of 800Mhz.
>
> Signed-off-by: Dejan Minic <[EMAIL PROTECTED]>
> Signed-off-by: Srikanth Srinivasan <[EMAIL PROTECTED]>
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
On Tue, Apr 15, 2008 at 5:18 AM, Pierre Savary <[EMAIL PROTECTED]> wrote:
> Then my MMC 4GB works with my Linux kernel but if I can't load my kernel
> (located on the first part of this MMC) ... it's not really interesting :(
>
> So, somebody does already use MMC v4 with U-boot???
I've got one t
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 relevant for GPIO pins
> defined as output. One can setup a value of -1 to leave the value
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Kumar Gala (2):
85xx: Use SVR_SOC_VER instead of SVR_VER
85xx: Fix detection of MP cpu spin up
cpu/mpc85xx/cpu_init.c |2 +-
cpu/mpc85xx/mp.c|6 +-
cpu/mpc85xx/spd_sdram.c
On Thu, Apr 3, 2008 at 1:36 PM, Scott Wood <[EMAIL PROTECTED]> wrote:
> On Thu, Apr 03, 2008 at 08:26:23PM +0200, Wolfgang Denk wrote:
> > In message <[EMAIL PROTECTED]> you wrote:
> > >
> > > I think this makes sense for code that we for example link from host's
> > > standard libraries. But f
> cat /etc/redhat-release
Red Hat Enterprise Linux WS release 3 (Taroon Update 6)
On Wed, Apr 2, 2008 at 4:50 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
>
> On Apr 2, 2008, at 4:19 PM, Andy Fleming wrote:
> > Some systems have md5.h installed in /usr/include/. This i
Some systems have md5.h installed in /usr/include/. This isn't the desired
file (we want the one in include/md5.h). This will avoid the conflict.
This fixes the host tools building problem
Signed-off-by: Andy Fleming <[EMAIL PROTECTED]>
---
This fixes the problem for me, at least.
On Tue, Apr 1, 2008 at 9:08 AM, Andre Schwarz
<[EMAIL PROTECTED]> wrote:
>
>
> Tor,
>
> after investigating the tsec code I'm wondering how your PHY works in
> RGMII mode ...
>
> I think that there are some things missing, e.g. taking RGMII into
> account during tsec_init.
>
> /* Init ECNTRL
On Tue, Apr 1, 2008 at 8:33 AM, Andre Schwarz
<[EMAIL PROTECTED]> wrote:
> Tor,
>
> after investigating the tsec code I'm wondering how your PHY works in
> RGMII mode ...
>
> I think that there are some things missing, e.g. taking RGMII into
> account during tsec_init.
>
> /* Init ECNTRL */
>
ents:
> fdt set /[EMAIL PROTECTED] interrupts < 33 2 34 2 36 2 >
> fdt p /[EMAIL PROTECTED]
[EMAIL PROTECTED] {
interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
};
Lastly, the fdt print code was rearranged slightly to print arrays of cells
if the length of the property is a mu
On Mon, Mar 31, 2008 at 7:13 AM, David Saada <[EMAIL PROTECTED]> wrote:
> +
> +void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int
> assign,
You are going to find it very hard to get patches accepted if you
can't find a way to send without line wrap errors.
Andy
--
On Mon, Mar 31, 2008 at 2:36 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 relevant for GPIO pins defined as output. One can setup a value of
> -1 to leave the v
On Fri, Mar 28, 2008 at 9:46 AM, David Saada <[EMAIL PROTECTED]> wrote:
>
>
> Wolfgang Denk wrote:
> > Hi everybody,
> MPC85xx, MPC83xx: Add/Fix UPM configuration support
> QE IO: Add initial data to pin configuration + read/write functions
> QE UEC: Add MII Commands
> QE UEC: Extend number of sup
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Andy Fleming (2):
Add the Freescale PCI device IDs
Update SVR numbers to expand support
James Yang (4):
85xx: get_tbclk() speed up and rounding fix
85xx: Show DDR memory data rate
at it, it's not really in my domain. It's a driver.
I think Wolfgang is in charge of accepting a patch to drivers/. So
I'll just Ack. I can pull it in if that's more convenient for
Wolfgang, of course.
Acked-by: Andy Fleming <[EMAIL PROTECTED]>
-
On Tue, Mar 25, 2008 at 11:33 AM, Stefan Roese <[EMAIL PROTECTED]> wrote:
> On Tuesday 25 March 2008, Andy Fleming wrote:
> > > I thought about this some more, and the problem is that cpu_eth_init()
> > > and board_eth_init() are mutually exclusive, with board_eth_in
On Tue, Mar 25, 2008 at 9:22 AM, Ben Warren <[EMAIL PROTECTED]> wrote:
> Stefan Roese wrote:
> > On Saturday 22 March 2008, Ben Warren wrote:
> > Using Markus's idea, why not use a cpu (platform) specific *and* a board
> > specific init function, both with an empty weak alias in the common eth.
On Mon, Mar 10, 2008 at 9:17 AM, Ben Warren <[EMAIL PROTECTED]> wrote:
> Hi Alex,
>
>
> > +extern int macb_eth_initialize(int id, void *regs, unsigned int phy_addr);
> > +
> > +#ifdef CONFIG_CMD_NET
> > +void hammerhead_eth_initialize(bd_t *bi)
> > +{
> > + macb_eth_initialize(0, (void *
> Ok closer look revealed this entry.
> == tlb.c snip ===
> /*
> * TLB 6: 64M Cacheable, non-guarded
> * 0xf000_ 64M LBC SDRAM
> */
> SET_TLB_ENTRY(1, CFG_LBC_CACHE_BASE, CFG_LBC_CACH
On Tue, Mar 11, 2008 at 1:30 PM, Eran Liberty <[EMAIL PROTECTED]> wrote:
> Hi Andy,
>
> I am bringing us back online as I think your insights might enlighten
> others who might be googleing for answers. (I know i try my best when
> faced with problems)
Oops, yes. I hit the wrong button. I mea
On Mon, Mar 10, 2008 at 7:35 AM, Eran Liberty <[EMAIL PROTECTED]> wrote:
> Dear Andy,
>
> I experience the same behavior as ksi described.
Sadly, you are experiencing a slightly different behavior.
>
> => cp.b FF80 FF00 8
> Copy to Flash... External Interrupt Exception at PC: 1ffc
On Wed, Feb 27, 2008 at 10:00 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
>
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
Ah. This was in the for-1.3.3 tree. I've applied it. Though people
should not be surprised if t
> It is too late today but tomorrow I will try to write something in Flash
> with cp.b and check if this still happens.
>
> Everything works OK with the old U-Boot that came with CDS though...
Ok, I found the problem. Check my tree (u-boot-mpc85xx.git) now.
It's got a patch
which removes the m
On Tue, Feb 12, 2008 at 4:57 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> Signed-off-by: James Yang <[EMAIL PROTECTED]>
> Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]>
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
Applied to for-1.3.3, thanks
-
On Tue, Feb 12, 2008 at 9:57 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> From: James Yang
>
> get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
> called. However, get_sys_info() recalculates extraneous information when
> called each time. Have get_ddr_freq() and get_bus
On Tue, Feb 12, 2008 at 9:33 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> From: James Yang
>
> Show the DDR memory data rate in addition to the memory clock
> frequency. For DDR/DDR2 memories the memory data rate is 2x the
> memory clock.
>
> Signed-off-by: James Yang
> Signed-off-by: Kumar Ga
On Tue, Feb 12, 2008 at 9:32 AM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> From: James Yang
>
> Speed up get_tbclk() by referencing pre-computed bus clock
> frequency value from global data instead of sys_info_t. Fix
> rounding of result to nearest; previously it was rounding
> upwards.
>
> Sig
On Tue, Feb 19, 2008 at 10:43 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
> There is no reason to icbi when invalidating the temporary stack in
> the d-cache. Its impossible on e500 to have the i-cache contain
> any addresses in the temp stack and it can be problematic in generating
> transaction
th 85xx in rc2.
The following changes since commit b29661fc115106454288051bc9a488351ce8:
Wolfgang Denk (1):
Coding style cleanup. Prepare v1.3.2-rc2 release candidate
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Andy Fleming (2):
Inv
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git ..BRANCH.NOT.VERIFIED..
Andy Fleming (2):
Invalidate INIT_RAM TLB mappings
Fix source for ECM error IVPR
Jean-Christophe PLAGNIOL-VILLARD (2):
sbc8548: Fix cfi flash bank declaration
1 - 100 of 124 matches
Mail list logo