Re: [U-Boot-Users] [PATCH] POWERPC: Change 86xx platforms to use CONFIG_NR_CPUS

2008-08-05 Thread Andy Fleming
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

Re: [U-Boot-Users] QE UEC: MII command support and adding UECs

2008-07-16 Thread Andy Fleming
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

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

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [REPOST][PATCH 4/4] MPC8544DS: Add ATI Video card support

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [REPOST][PATCH 3/4] 85xx: Add some L1/L2 SPR register definitions

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [REPOST][PATCH 2/4] MPC8544DS: Report board id, board version and fpga version.

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [REPOST][PATCH 1/4] 85xx: Cleanup L2 cache size detection

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH 6/7] sbc8560: enable CONFIG_OF_LIBFDT by default

2008-07-14 Thread Andy Fleming
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 -

Re: [U-Boot-Users] [PATCH 4/7] sbc8560: add in ft_board_setup()

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH 2/7] sbc8560: properly set cs0_bnds for 512MB

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH 5/7] sbc8560: add default fdt values

2008-07-14 Thread Andy Fleming
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;" \ >

Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH 1/7] sbc8560: proper definitions for TSEC.

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] mpc85xx: fix upmconfig

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] mpc85xx: make the MxMR register in upmconfig as a parameter

2008-07-14 Thread Andy Fleming
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

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

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] MPC85xx: correct the procedure to change CCSRBAR.

2008-07-14 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] cpu/mpc85xx/start.S: correct temporary TLB

2008-07-14 Thread Andy Fleming
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

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

2008-07-14 Thread Andy Fleming
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 ---

Re: [U-Boot-Users] -rc1 Prerelease ???

2008-07-14 Thread Andy Fleming
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

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

2008-07-14 Thread Andy Fleming
>> >> 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

Re: [U-Boot-Users] [PATCH v2 0/12] 85xx: various fixes for TQM85xx and support for TQM8548

2008-07-09 Thread Andy Fleming
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

[U-Boot-Users] [PATCH] Fix LMB type issues

2008-07-07 Thread Andy Fleming
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 ++

Re: [U-Boot-Users] Set manually tsec speed in u-boot 1.2.0

2008-06-30 Thread Andy Fleming
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

[U-Boot-Users] [PATCH v3 4/4] Resize device tree to allow space for board changes and the chosen node

2008-06-16 Thread Andy Fleming
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

[U-Boot-Users] [PATCH v3 3/4] Fix an underflow bug in __lmb_alloc_base

2008-06-16 Thread Andy Fleming
__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

[U-Boot-Users] [PATCH v3 1/4] Add ALIGN() macro

2008-06-16 Thread Andy Fleming
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(-)

[U-Boot-Users] [PATCH v3 2/4] Add lmb_free

2008-06-16 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH 1/4] Change initdram() return type to phys_size_t

2008-06-12 Thread Andy Fleming
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

[U-Boot-Users] [PATCH] Fix build issue with string.h and linux/string.h

2008-06-11 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] 83xx/85xx/86xx: add more MxMR local bus definitions

2008-06-11 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] 85xx: Add setting of cache props in the device tree.

2008-06-11 Thread Andy Fleming
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

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

2008-06-11 Thread Andy Fleming
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]>

[U-Boot-Users] Please pull u-boot-mpc85xx.git (v2)

2008-06-11 Thread Andy Fleming
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

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

2008-06-11 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH 07/08] Socrates: NAND support added. Changed the U-Boot base address and

2008-06-10 Thread Andy Fleming
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

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

2008-06-09 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] 85xx: Add setting of cache props in the device tree.

2008-06-03 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] TQM: move TQM boards to board/tqc

2008-06-03 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH v2] 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it

2008-06-03 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] MPC85xx: Beatify boot output of L2 cache configuration

2008-06-02 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] TQM: move TQM boards to board/tqc

2008-06-02 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] Initial support for ABB Syscon III

2008-06-02 Thread Andy Fleming
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

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

2008-06-02 Thread Andy Fleming
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

[U-Boot-Users] [PATCH 1/4 v2] Add ALIGN() macro

2008-05-22 Thread Andy Fleming
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

[U-Boot-Users] [PATCH 3/4] Fix an underflow bug in __lmb_alloc_base

2008-05-20 Thread Andy Fleming
__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

[U-Boot-Users] [PATCH 2/4] Add lmb_free

2008-05-20 Thread Andy Fleming
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

[U-Boot-Users] [PATCH 4/4] Resize device tree to allow space for board changes and the chosen node

2008-05-20 Thread Andy Fleming
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

[U-Boot-Users] [PATCH 1/4] Add ALIGN() macro

2008-05-20 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] Add ALIGN() macro

2008-05-20 Thread Andy Fleming
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

[U-Boot-Users] [PATCH] Resize device tree to allow space for board changes and the chosen node

2008-05-20 Thread Andy Fleming
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

[U-Boot-Users] [PATCH] Fix an underflow bug in __lmb_alloc_base

2008-05-20 Thread Andy Fleming
__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

[U-Boot-Users] [PATCH] Add lmb_free

2008-05-20 Thread Andy Fleming
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

[U-Boot-Users] [PATCH] Add ALIGN() macro

2008-05-20 Thread Andy Fleming
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

[U-Boot-Users] [PATCH] 85xx: Limit CPU2 workaround to parts that have the errata

2008-05-07 Thread Andy Fleming
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

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

2008-05-07 Thread Andy Fleming
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

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

2008-04-29 Thread Andy Fleming
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

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

2008-04-29 Thread Andy Fleming
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

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

2008-04-29 Thread Andy Fleming
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(-)

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

2008-04-29 Thread Andy Fleming
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: > > > > >

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

2008-04-28 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] fsl_pci: Only modify registers if we have them

2008-04-23 Thread Andy Fleming
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'

[U-Boot-Users] [PATCH] Add eSDHC driver

2008-04-22 Thread Andy Fleming
_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

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

2008-04-21 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH v3] 85xx: Round up frequency calculations to get reasonable output

2008-04-21 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH v3] 85xx: Round up frequency calculations to get reasonable output

2008-04-21 Thread Andy Fleming
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

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

2008-04-18 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH v2] 85xx: Round up frequency calculations to get reasonable output

2008-04-18 Thread Andy Fleming
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]>

Re: [U-Boot-Users] [PATCH] 85xx: Fix size of cpu-release-addr property

2008-04-18 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] Fix calculation of I2C clock for some 85xx chips

2008-04-18 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] 85xx: Round up frequency calculations to get reasonable output

2008-04-18 Thread Andy Fleming
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]>

Re: [U-Boot-Users] drivers MMCplus for at91sam9x

2008-04-15 Thread Andy Fleming
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

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

2008-04-14 Thread Andy Fleming
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

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

2008-04-11 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] Fix host tool build breakage, take two

2008-04-03 Thread Andy Fleming
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

Re: [U-Boot-Users] [RFC] Rename include/md5.h to u-boot-md5.h

2008-04-02 Thread Andy Fleming
> 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

[U-Boot-Users] [RFC] Rename include/md5.h to u-boot-md5.h

2008-04-02 Thread Andy Fleming
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.

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

2008-04-01 Thread Andy Fleming
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

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

2008-04-01 Thread Andy Fleming
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 */ >

[U-Boot-Users] [PATCH] Fix fdt set command to conform to dts spec

2008-03-31 Thread Andy Fleming
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

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

2008-03-31 Thread Andy Fleming
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 --

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

2008-03-31 Thread Andy Fleming
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

Re: [U-Boot-Users] Release status - open patches, pull requests etc.

2008-03-28 Thread Andy Fleming
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

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

2008-03-26 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] Add support for setting the I2C bus speed in fsl_i2c.c

2008-03-26 Thread Andy Fleming
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]> -

Re: [U-Boot-Users] [RFC][PATCH 1/1] Add board_eth_init() function

2008-03-25 Thread Andy Fleming
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

Re: [U-Boot-Users] [RFC][PATCH 1/1] Add board_eth_init() function

2008-03-25 Thread Andy Fleming
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.

Re: [U-Boot-Users] [PATCH] Add support for new AVR32 board

2008-03-21 Thread Andy Fleming
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 *

Re: [U-Boot-Users] Flash write crash on MPC8548CDS

2008-03-12 Thread Andy Fleming
> 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

Re: [U-Boot-Users] Flash write crash on MPC8548CDS

2008-03-11 Thread Andy Fleming
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

Re: [U-Boot-Users] Flash write crash on MPC8548CDS

2008-03-10 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] 85xx: Fix merge duplication

2008-02-28 Thread Andy Fleming
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

Re: [U-Boot-Users] Flash write crash on MPC8548CDS

2008-02-27 Thread Andy Fleming
> 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

Re: [U-Boot-Users] [PATCH] 85xx: Expand CCSR space with more DDR controller registers.

2008-02-27 Thread Andy Fleming
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 -

Re: [U-Boot-Users] [PATCH] 85xx: Speed up get_ddr_freq() and get_bus_freq()

2008-02-27 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] 85xx: Show DDR memory data rate in addition to the memory clock frequency.

2008-02-27 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] 85xx: get_tbclk() speed up and rounding fix

2008-02-27 Thread Andy Fleming
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

Re: [U-Boot-Users] [PATCH] 85xx: Don't icbi when unlocking the cache

2008-02-27 Thread Andy Fleming
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

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

2008-02-27 Thread Andy Fleming
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

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

2008-02-27 Thread Andy Fleming
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   2   >