Re: [U-Boot-Users] [U-Boot] [PATCH] ads5121: support for running from memory

2008-10-28 Thread John Rigby
You missed some changes in the rebase. All CFG_ macros have been renamed to CONFIG_SYS_ On Fri, Oct 24, 2008 at 3:01 PM, Nikita V. Youshchenko <[EMAIL PROTECTED]> wrote: >> Could you rebase it against current HEAD? > > Sure. Here it is. > > From ba2fc48842d6f866e30f52f457a4c834431e1167 Mon Sep

[U-Boot-Users] [GIT PULL] Please pull mpc512x tree

2008-08-07 Thread John Rigby
master John Rigby (1): mpc5121: squash some fdt fixup errors Kenneth Johansson (1): mpc5121: Move iopin features from board specific to common files. board/ads5121/Makefile|2 +- board/ads5121/ads5121.c | 58 ++- board/ads5121/iopin.c | 115

[U-Boot-Users] [PATCH] mpc5121: squash some fdt fixup errors

2008-08-05 Thread John Rigby
defined to be "fsl,mpc5121-immr" replaces the old OF_SOC node path that was defined to be "[EMAIL PROTECTED]". Old device trees still work, but the compatiblity is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES which is on by default in include/configs/ads5121.h. Signe

Re: [U-Boot-Users] [PATCH] Move mpc5121 iopoin feature from board specific to common files.

2008-08-04 Thread John Rigby
Kenneth, My kernel boots without your patch but not with it. I haven't done any debug yet so I don't know why. John Kenneth Johansson wrote: > And in the process eliminate some duplicate register defines. > > > Signed-off-by: Kenneth Johansson <[EMAIL PROTECTED]> > --- > board/ads5121/Makefil

[U-Boot-Users] [GIT PULL] Please pull mpc512x tree

2008-07-12 Thread John Rigby
Wolfgang, The following changes since commit bde63587622c4b830a27d1ddf7265843de9e994f: Wolfgang Denk (1): Fix some more printf() format issues. are available in the git repository at: git://git.denx.de/u-boot-mpc512x.git master John Rigby (1): ADS5121 cleanup compile

[U-Boot-Users] [PATCH] ADS5121 cleanup compile warnings

2008-07-11 Thread John Rigby
prototype. Remove unused variables from board_early_init_f Add an extern void ads5121_diu_init(void) Signed-off-by: John Rigby <[EMAIL PROTECTED]> --- board/ads5121/ads5121.c |6 ++- board/ads5121/iopin.c | 111 +++--- 2 files chang

[U-Boot-Users] [GIT PULL] Please pull coldfire tree

2008-07-11 Thread John Rigby
Wolfgang, The following changes since commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96: Wolfgang Denk (1): Fix some more print() format errors. are available in the git repository at: git://git.denx.de/u-boot-coldfire.git master TsiChung Liew (13): ColdFire: Fix UART baudra

[U-Boot-Users] [GIT PULL] Please pull mpc512x tree

2008-07-10 Thread John Rigby
Wolfgang, The following changes since commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7: Christian Eggers (1): Fix "usb part" command are available in the git repository at: git://git.denx.de/u-boot-mpc512x.git master Martha Marx (2): Consolidate ADS5121 IO Pin configuration

Re: [U-Boot-Users] [PATCH] Changes ADS5121 splash screen from hard-coded bmp to flash bmp

2008-07-07 Thread John Rigby
York, could you ack this? I'll fix the commit message before checking it in, I'd just like an ack of the actual content. Thanks John On Mon, Jun 16, 2008 at 9:05 AM, Grant Likely <[EMAIL PROTECTED]> wrote: > On Thu, May 29, 2008 at 12:24 PM, Martha Marx <[EMAIL PROTECTED]> wrote: >> Signed-off-b

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

2008-07-07 Thread John Rigby
cannot / does not want to take this responsibility; > I would like to help but I cannot as I don't have access to > latest hardware. > I think that John Rigby is probably in the best position > for this role. John, are you (or anybody els

Re: [U-Boot-Users] mpc5121 cache coherency

2008-06-18 Thread John Rigby
Unlike other SOCs with e300 cores the 5121 is not cache coherent. The problem is an internal bridge that the processor can not snoop across. On Wed, Jun 18, 2008 at 1:29 PM, Kenneth Johansson <[EMAIL PROTECTED]> wrote: > I have tried to speed up u-boot by turning on I/D cache during boot. > > It

[U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree

2008-06-05 Thread John Rigby
Wolfgang, The following changes since commit 8155efbd7ae9c65564ca98affe94631d612ae088: Wolfgang Denk (1): Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master are available in the git repository at: git+ssh://[EMAIL PROTECTED]/u-boot.coldfire master TsiChung Liew (3):

[U-Boot-Users] [GIT PULL] Please pull coldfire tree

2008-03-31 Thread John Rigby
Wolfgang, The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82: Bartlomiej Sieka (1): Fix host tool build breakage, take two are available in the git repository at: git://www.denx.de/git/u-boot-coldfire.git master Matthew Fettke (2): ColdFire: Added MCF5

Re: [U-Boot-Users] [PATCH] Add brackets to if condition in tools/setlocalversion

2008-03-24 Thread John Rigby
What distro are you running? Some use dash for /bin/sh instead of bash. That may be your problem. Liew Tsi Chung wrote: > Wolfgang, > > Please ignore "Add brackets to if condition in > tools/setlocalversion" patch. > > The u-boot for ColdFire was able to build prior to version > 1.3.

[U-Boot-Users] [PATCH] MPC5121e ADS PCI support take 3

2008-02-26 Thread John Rigby
suggested by Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: John Rigby <[EMAIL PROTECTED]> --- Makefile | 11 ++- board/ads5121/Makefile|4 +- board/ads5121/ads5121.c |1 + board/ads5121/pci.c | 213

Re: [U-Boot-Users] [PATCH] MPC5121e ADS PCI support

2008-02-25 Thread John Rigby
Ignore the second patch it is the same as the first. Sorry about that. - 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/

[U-Boot-Users] [PATCH] MPC5121e ADS PCI support

2008-02-25 Thread John Rigby
Third time's the charm. Adds PCI support for MPC5121 Tested with drivers/net/rtl8139.c This patch is identical to the previous except PCI support is now conditonal since pci on old silicon (most silicon currently in field) does not work. ads5121_PCI_config turns on PCI Signed-off-by:

[U-Boot-Users] [PATCH] MPC5121e ADS PCI support

2008-02-25 Thread John Rigby
Adds PCI support for MPC5121 Tested with drivers/net/rtl8139.c This patch is identical to the previous except PCI support is now conditonal since pci on old silicon (most silicon currently in field) does not work. ads5121_PCI_config turns on PCI Signed-off-by: John Rigby <[EMAIL PROTEC

[U-Boot-Users] [PATCH] MPC5121e ADS PCI support

2008-02-25 Thread John Rigby
Adds PCI support for MPC5121 to u-boot 1.3.2rc1 Tested with drivers/net/rtl8139.c It also works with linux kernel but not completely tested because pci interrupts on my board are not quite working. Signed-off-by: John Rigby <[EMAIL PROTECTED]> --- board/ads5121/Makefile|2 +-

[U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree

2008-02-20 Thread John Rigby
Wolfgang, The following changes since commit b6f29c84c208a091f95a10cbc9852d729659ba20: Jean-Christophe PLAGNIOL-VILLARD (1): s3c24x0: Fix unused variable 'i' in function 'serial_init_dev' are available in the git repository at: git://www.denx.de/git/u-boot-coldfire.git master Tsi

[U-Boot-Users] [PATCH] [ADS5121] Device tree updates

2008-01-30 Thread John Rigby
will work with new u-boot with 66MHz IPS clock Signed-off-by: John Rigby <[EMAIL PROTECTED]> --- cpu/mpc512x/cpu.c |6 +++--- include/configs/ads5121.h |5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cpu/mpc512x/cpu.c b/cpu/mpc512x/cpu.c index 6421a51

[U-Boot-Users] [PATCH] [ADS5121] Change IPS freq to 66MHz

2008-01-30 Thread John Rigby
Recommended frequency is 66MHz Change divider from 4 to 3. Signed-off-by: John Rigby <[EMAIL PROTECTED]> --- include/mpc512x.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/mpc512x.h b/include/mpc512x.h index d1c6fb2..b51cf78 100644 --- a/include/mpc

[U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree

2008-01-17 Thread John Rigby
Wolfgang, The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a: 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://www.denx.de/git/u-boot-coldfire.git master TsiChungLiew (19

Re: [U-Boot-Users] [PATCH] Update 5121 fdt support to match latest kernel work.

2008-01-17 Thread John Rigby
address should be removed local-mac-address will be added to the device tree when I submit an ethernet patch so it should be left in u-boot. Grzegorz Bernacki wrote: > John Rigby wrote: > >> Based on reviews on the linuxppc-dev mailing list >> some changes have been made

[U-Boot-Users] [PATCH] Update 5121 fdt support to match latest kernel work.

2008-01-16 Thread John Rigby
Based on reviews on the linuxppc-dev mailing list some changes have been made to the device tree. This patch updates u-boot to be in sync with those changes. Signed-off-by: John Rigby <[EMAIL PROTECTED]> --- cpu/mpc512x/cpu.c |2 -- include/configs/ads5121.h |6 +++--- 2

Re: [U-Boot-Users] [PATCH] [ads5121] Set ips dividor to 1/4 of csb clock.

2008-01-16 Thread John Rigby
Grzegorz, Sorry I got an update from the hw people today and the recommended freq for the ips is 66MHz so we need to change the divider to 0x3. I'm pretty sure this is final. John Grzegorz Bernacki wrote: > Previous setting cause ips clock to be out of spec. This bug was found by John