Re: [U-Boot] [PATCH 1/1] omap3: remove copy&paste global arm interrupts code

2009-05-01 Thread Dirk Behme
Dear Jean-Christophe, unfortunately, it's my feeling that this patch is impolite and makes me angry :( I know, there should be no top posting, but hopefully it helps to make it clearer: You tried this already! I asked several (*) times to just give us the file name where you think the first/o

Re: [U-Boot] [PATCH V2] arm: timer and interrupt init rework

2009-05-01 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 01:00 Sat 02 May , Dirk Behme wrote: >> Dear Jean-Christophe, >> >> Jean-Christophe PLAGNIOL-VILLARD wrote: >>> actually the timer init use the interrupt_init as init callback >>> which make the interrupt and timer implementati

Re: [U-Boot] Cross-compiling U-Boot on Mac OS X -- can't find crc32.c?

2009-05-01 Thread Wolfgang Denk
Dear Timur Tabi, In message you wrote: > I'm trying to cross-compile U-Boot on a Mac OS X system, which is > BSD-like. I have a toolchain already created - I've been able to > compile the Linux kernel with no problems. I figured U-Boot would be > easier, but instead it's doing a lot of weird s

Re: [U-Boot] Ping on Coldfire patch status

2009-05-01 Thread John Rigby
Wolfgang, I would like to continue as 5121 maintainer and turn over coldfire maintainership to Tsi Chung. I don't think there are any pending 5121 patches. Also please use this address (jcri...@gmail.com) in the future since I no longer have access to my Freescale account. John On Fri, May 1,

[U-Boot] Winner.........£950 .000.00 Pounds

2009-05-01 Thread Global Promo
£950.000.00 GBP has been awarded to you by your E-mail ID in our Global Promo 2009,send your details to jerry.smit...@onlineprocessingdept.co.uk Name:. Address:.. Country:.. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.den

Re: [U-Boot] [PATCH 4/6] fsl_esdhc: Add device tree fixups

2009-05-01 Thread Anton Vorontsov
On Fri, May 01, 2009 at 07:32:12PM -0500, Andy Fleming wrote: > > On Apr 29, 2009, at 4:20 PM, Anton Vorontsov wrote: > >> Hi Andy, >> >> Sorry for the late response, >> >> On Fri, Mar 06, 2009 at 07:25:55PM -0600, Andy Fleming wrote: @@ -346,3 +348,23 @@ int fsl_esdhc_mmc_init(

Re: [U-Boot] [PATCH 4/6] fsl_esdhc: Add device tree fixups

2009-05-01 Thread Andy Fleming
On Apr 29, 2009, at 4:20 PM, Anton Vorontsov wrote: Hi Andy, Sorry for the late response, On Fri, Mar 06, 2009 at 07:25:55PM -0600, Andy Fleming wrote: @@ -346,3 +348,23 @@ int fsl_esdhc_mmc_init(bd_t *bis) Â { Â Â Â Â return esdhc_initialize(bis); Â } + +#ifdef CONFIG_MPC85xx +#define

Re: [U-Boot] Cross-compiling U-Boot on Mac OS X -- can't find crc32.c?

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:30 Fri 01 May , Timur Tabi wrote: > I'm trying to cross-compile U-Boot on a Mac OS X system, which is > BSD-like. I have a toolchain already created - I've been able to > compile the Linux kernel with no problems. I figured U-Boot would be > easier, but instead it's doing a lot of weird

[U-Boot] Cross-compiling U-Boot on Mac OS X -- can't find crc32.c?

2009-05-01 Thread Timur Tabi
I'm trying to cross-compile U-Boot on a Mac OS X system, which is BSD-like. I have a toolchain already created - I've been able to compile the Linux kernel with no problems. I figured U-Boot would be easier, but instead it's doing a lot of weird stuff. So when I run "make", I get this: $ make A

Re: [U-Boot] [PATCH V2] arm: timer and interrupt init rework

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 01:00 Sat 02 May , Dirk Behme wrote: > Dear Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: >> actually the timer init use the interrupt_init as init callback >> which make the interrupt and timer implementation difficult to follow >> >> so now rename it as int timer_init(void)

[U-Boot] [PATCH 1/1] arm: clean sizes.h

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
remove duplicated and clean it Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/asm-arm/arch-arm925t/sizes.h | 50 include/asm-arm/arch-arm926ejs/sizes.h | 51 - include/asm-arm/arch-omap/sizes.h| 52

Re: [U-Boot] [PATCH V2] arm: timer and interrupt init rework

2009-05-01 Thread Wolfgang Denk
Dear Dirk, In message <49fb7f1a.6090...@googlemail.com> you wrote: > > > --- a/cpu/arm_cortexa8/omap3/Makefile > > +++ b/cpu/arm_cortexa8/omap3/Makefile > > @@ -26,7 +26,13 @@ include $(TOPDIR)/config.mk > > LIB= $(obj)lib$(SOC).a > > > > SOBJS := lowlevel_init.o > > -COBJS

[U-Boot] [PATCH 1/1] omap3: remove copy&paste global arm interrupts code

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm_cortexa8/omap3/timer.c | 128 1 files changed, 0 insertions(+), 128 deletions(-) diff --git a/cpu/arm_cortexa8/omap3/timer.c b/cpu/arm_cortexa8/omap3/timer.c index e99b149..a73916c 100644 --- a/

Re: [U-Boot] Ping on Coldfire patch status

2009-05-01 Thread Wolfgang Denk
Dear Richard, In message <49fb6965.2010...@ruggedcom.com> you wrote: > > Hi TC and John, > > sorry if I'm being neurotic :) any chance the patches in the original thread > be merged in on 2009.06 ? > I don't mind if the i2c one is not pulled in. John isn't working for Freescale any more. John,

Re: [U-Boot] [PATCH V2] arm: timer and interrupt init rework

2009-05-01 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > actually the timer init use the interrupt_init as init callback > which make the interrupt and timer implementation difficult to follow > > so now rename it as int timer_init(void) and use interrupt_init for interrupt > > btw also r

Re: [U-Boot] [STATUS] v2009.06-rc1 is out

2009-05-01 Thread Wolfgang Denk
Dear Scott, In message <49fb6647.8060...@freescale.com> you wrote: > Wolfgang Denk wrote: > > Please use the "next" branch as base for any new work. Note: Please > > keep in mind that it will be rebased against master every now and > > then without warning. > > It is difficult to use as a b

[U-Boot] [PATCH 1/2] pm9263: lowlevel init update

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
move PSRAM init to pm9263_lcd_hw_psram_init Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Tested-by: Ilko Iliev --- board/ronetix/pm9263/lowlevel_init.S | 17 + board/ronetix/pm9263/pm9263.c| 21 + include/configs/pm9263.h | 10 +--

[U-Boot] [PATCH 2/2] pm9263: use macro instead of hardcode value for the lowlevel_init

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
optimize a few the RAM init Signed-off-by: Ilko Iliev Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/ronetix/pm9263/lowlevel_init.S |2 +- board/ronetix/pm9263/pm9263.c|2 +- include/asm-arm/arch-at91/at91_pmc.h |1 + include/configs/pm9263.h | 105 ++

[U-Boot] [PATCH V2] arm: timer and interrupt init rework

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
actually the timer init use the interrupt_init as init callback which make the interrupt and timer implementation difficult to follow so now rename it as int timer_init(void) and use interrupt_init for interrupt btw also remane the corresponding file to the functionnality implemented as ixp arch

Re: [U-Boot] Question about M29W128G CFI QRY bug

2009-05-01 Thread Richard Retanubun
Stefan Roese wrote: > On Wednesday 15 April 2009, Stefan Roese wrote: I don't like both versions. We should implement something which doesn't change the current behavior probably needed on some other boards. So how about something like this: >>> I took your proposal and tried to impl

Re: [U-Boot] Ping on Coldfire patch status

2009-05-01 Thread Richard Retanubun
Richard Retanubun wrote: > Liew Tsi Chung-R5AAHP wrote: >> Richard, >> >> Sorry for the late reply. I was time off last week .. mandatory. I'm ok > Hi TC, > > Thanks for the reply, sorry If I made you reply from vacation :( > >> with three out of four patches (Activate timer, watchdog and compile

Re: [U-Boot] [STATUS] v2009.06-rc1 is out

2009-05-01 Thread Scott Wood
Wolfgang Denk wrote: > Please use the "next" branch as base for any new work. Note: Please > keep in mind that it will be rebased against master every now and > then without warning. It is difficult to use as a base a branch that is itself being rebased. Why not just merge unless there's so

Re: [U-Boot] U-boot -printk kernel crash dump using md on PDK

2009-05-01 Thread alfred steele
> (Click on IMX31_PDK_14_LINUX_BSP_R14 ) Thanks Fabio. Do you know what the load address and entry point for creating a uImage are for the mx31 pdk board and where to load the uImage to. Itried "0x8100" and "0x80008000" and i am still unable to load the kernel off u-boot.? Best Regards, Alfred

[U-Boot] [PATCH] Add +size syntax to nand commands to pad lengths to page sizes.

2009-05-01 Thread Josh Karabin
This change implements the suggestion from an earlier thread for how to handle padding of non-page sized writes to NAND flashes. See http://lists.denx.de/pipermail/u-boot/2009-February/047795.html for the original discussion. Note that validity of tail page's memory is the reponsibility of the ca

[U-Boot] [STATUS] v2009.06-rc1 is out

2009-05-01 Thread Wolfgang Denk
Hi everybody... v2009.06-rc1 has just been released. Please help testing, and submit fixes to the remaining problems. Things still missing should be submitted ASAP. I would like to have a -rc2 by the end of next week, and strictly only bug fixes after this. v2009.06-rc1 will also be the bas

Re: [U-Boot] [PATCH] ARM DaVinci: Changing ALE Mask Value

2009-05-01 Thread Scott Wood
On Wed, Apr 29, 2009 at 09:47:09AM -0400, s-paul...@ti.com wrote: > The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value > from '0xa' to '0x8'. This is the mask we use for all TI releases. > > Signed-off-by: Sandeep Paulraj > --- Applied to u-boot-nand-flash. -Scott

[U-Boot] [PATCH 1/9 v2] MPC85xx: Add QE clk support for mpc85xx platforms

2009-05-01 Thread Haiying Wang
Signed-off-by: Haiying Wang Acked-by: Timur Tabi --- v2 change: Fix the indention issue pointed by Scott, and add Acked-by. cpu/mpc85xx/cpu.c|4 cpu/mpc85xx/speed.c | 13 + include/asm-ppc/immap_85xx.h |2 ++ include/e500.h |1 +

Re: [U-Boot] [PATCH] at91: remove lowlevel_init.S

2009-05-01 Thread Wolfgang Denk
Dear Jean-Christophe, in message <20090501175234.6a4c18342...@gemini.denx.de> I wrote: > > In message <1241185086-11754-1-git-send-email-plagn...@jcrosoft.com> you > wrote: > > actually no boards use the default lowlevel_init.S > > so remove it > > > > btw the u-boot.lds is not anymore need to

Re: [U-Boot] [PATCH] at91: remove lowlevel_init.S

2009-05-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1241185086-11754-1-git-send-email-plagn...@jcrosoft.com> you wrote: > actually no boards use the default lowlevel_init.S > so remove it > > btw the u-boot.lds is not anymore need to be generated > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLAR

Re: [U-Boot] [PATCH 4/6] fsl_esdhc: Add device tree fixups

2009-05-01 Thread Scott Wood
On Fri, May 01, 2009 at 10:59:13AM -0500, Scott Wood wrote: > It's possible -- but not likely enough to warrant using the chip name if > a usable block number is available (it's more likely that a future rev of > the same chip number will have a different logic block version). PVR or > information

[U-Boot] [RFC PATCH 6/6] integrator: merge integratorap and integratorcp

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Peter Pearse --- Makefile |4 +- board/armltd/integrator/.gitignore |5 + board/armltd/{integratorap => integrator}/Makefile |4 +- board/armltd/integrator/config.mk

[U-Boot] [RFC PATCH 5/6] integratorap/cp: use cfi driver

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Peter Pearse --- board/armltd/integratorap/Makefile |1 - board/armltd/integratorap/flash.c | 473 -- board/armltd/integratorcp/Makefile |1 - board/armltd/integratorcp/flash.c | 564 -

[U-Boot] [RFC PATCH 3/6] integratorcp: split timer support

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Peter Pearse --- board/armltd/integratorcp/Makefile |5 +- board/armltd/integratorcp/integratorcp.c | 140 .../integratorcp/{integratorcp.c => timer.c} | 103 -- 3 files cha

[U-Boot] [RFC PATCH 1/6] integratorap: split pci support

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Peter Pearse --- board/armltd/integratorap/Makefile | 19 +- board/armltd/integratorap/integratorap.c | 946 ++-- .../armltd/integratorap/{integratorap.c => pci.c} | 262 +-- 3 files changed, 3

[U-Boot] [RFC PATCH 4/6] integratorap/cp/versatile: remove non used functions

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Peter Pearse --- board/armltd/integratorap/integratorap.c | 28 board/armltd/integratorcp/integratorcp.c | 21 - board/armltd/versatile/versatile.c |7 --- 3 files changed, 0 in

[U-Boot] [RFC PATCH 2/6] integratorap: split timer support

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Peter Pearse --- board/armltd/integratorap/Makefile |1 + board/armltd/integratorap/integratorap.c | 135 --- board/armltd/integratorap/timer.c| 171 ++ 3 files changed, 172 in

Re: [U-Boot] U-boot -printk kernel crash dump using md on PDK

2009-05-01 Thread Fabio Estevam
--- On Fri, 5/1/09, alfred steele wrote: > Where do i get the latest version of Freescale BSP? i know > this is not > the correct forum...but still http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX31PDK&nodeId=0162468rH311432973ZrDR&fpsp=1&tab=Design_Tools_Tab (Click on IMX3

Re: [U-Boot] U-boot -printk kernel crash dump using md on PDK

2009-05-01 Thread Fabio Estevam
--- On Fri, 5/1/09, alfred steele wrote: > Where do i get the latest version of Freescale BSP? i know > this is not > the correct forum...but still http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX31PDK&nodeId=0162468rH311432973ZrDR&fpsp=1&tab=Design_Tools_Tab (Click on IMX3

Re: [U-Boot] [PATCH] at91: remove lowlevel_init.S

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:46 Fri 01 May , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1241185086-11754-1-git-send-email-plagn...@jcrosoft.com> you > wrote: > > actually no boards use the default lowlevel_init.S > > so remove it > > > > btw the u-boot.lds is not anymore need to

Re: [U-Boot] [PATCH 4/6] fsl_esdhc: Add device tree fixups

2009-05-01 Thread Scott Wood
On Fri, May 01, 2009 at 12:20:51AM +0400, Anton Vorontsov wrote: > Sometimes errors happen even during copy-paste procedure. Or > for example HW designers have made some minor (they thought) change, > and didn't bother to bump the revision. Later we observe that the > change is the cause of some er

Re: [U-Boot] U-boot -printk kernel crash dump using md on PDK

2009-05-01 Thread Wolfgang Denk
Dear alfred steele, In message <528f13590905010838g1a1dc360gfd5fd4a64e84d...@mail.gmail.com> you wrote: > > Where do i get the latest version of Freescale BSP? i know this is not > the correct forum...but still >From Freescale? Try www.freescale.com ... Best regards, Wolfgang Denk -- DENX S

Re: [U-Boot] [PATCH] at91: remove lowlevel_init.S

2009-05-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1241185086-11754-1-git-send-email-plagn...@jcrosoft.com> you wrote: > actually no boards use the default lowlevel_init.S > so remove it > > btw the u-boot.lds is not anymore need to be generated > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLAR

Re: [U-Boot] U-boot -printk kernel crash dump using md on PDK

2009-05-01 Thread alfred steele
> Yes, those values are correct. The boot_params address is also in > arch/arm/mach-mx3/mx31pdk.c (mx3_3stack.c if you use Freescale's BSP). > Where do i get the latest version of Freescale BSP? i know this is not the correct forum...but still Thanks, Alfred ___

Re: [U-Boot] U-boot -printk kernel crash dump using md on PDK

2009-05-01 Thread Magnus Lilja
Hi 2009/5/1 alfred steele : > Hi Magnus, > > >> I tend to load my kernels to 0x8100 and not 0x80008000 but I don't >> know if that really matters. Other than that I think 'run bootcmd_net' >> should work. > Oops i realized i top posted:(  I am re-posting again. > > i checked in the kernel code

Re: [U-Boot] U-boot -printk kernel crash dump using md on PDK

2009-05-01 Thread alfred steele
Hi Magnus, > I tend to load my kernels to 0x8100 and not 0x80008000 but I don't > know if that really matters. Other than that I think 'run bootcmd_net' > should work. Oops i realized i top posted:( I am re-posting again. i checked in the kernel code rpm/BUILD/linux/arch/arm/mach-mx3/Makefi

[U-Boot] [PATCH] at91: remove lowlevel_init.S

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
actually no boards use the default lowlevel_init.S so remove it btw the u-boot.lds is not anymore need to be generated Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Makefile|1 - cpu/arm926ejs/at91/.gitignore |5 --- cpu/ar

Re: [U-Boot] Disable features

2009-05-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090501120400.gb3...@game.jcrosoft.org> you wrote: > > > It makes no sense to me to reset the PHY when no network command is > > being used. I imagine this might be a workaround for broken Linux > > drivers which do not correctly initialize the h

Re: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:23 Thu 30 Apr , David Brownell wrote: > On Wednesday 29 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > cpu.c will be better > > Here's a followup patch that applies on top of this one, > and creates the cpu.c you wanted. please move this > > > === CUT HERE > From: David Brown

Re: [U-Boot] Disable features

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:36 Fri 01 May , Wolfgang Denk wrote: > Dear Derek Ou, > > In message <49fa2ffd.3000...@siconix.com> you wrote: > > > > Yes, CONFIG_RESET_PHY_R is defined by default. And I can see it linking to > > the eth_init and then macb_init which results in the auto-negotiation. > > I am going

Re: [U-Boot] Kconfig menu layout (multiple ways to show the same Kconfig configs?)

2009-05-01 Thread Sam Ravnborg
On Wed, Apr 22, 2009 at 07:44:48AM -0500, Kumar Gala wrote: > > On Apr 21, 2009, at 3:52 PM, Wolfgang Denk wrote: > > >Dear Kumar Gala, > > > >In message <93A8F58D-8C13-4F72-AFF3- > >cf4fdf9a3...@kernel.crashing.org> you wrote: > >> > >>>In my experience, I tend to search for board names first.

[U-Boot] Patch "at91: add support for the PM9263 board" breaks all arm926ejs boards

2009-05-01 Thread Wolfgang Denk
Hi, commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a: Author: Ilko Iliev 2009-04-16 21:30:48 Committer: Jean-Christophe PLAGNIOL-VILLARD 2009-04-16 21:30:48 at91: add support for the PM9263 board of Ronetix GmbH breaks out-of-tree building for all arm926ejs board

Re: [U-Boot] Disable features

2009-05-01 Thread Wolfgang Denk
Dear Derek Ou, In message <49fa2ffd.3000...@siconix.com> you wrote: > > Yes, CONFIG_RESET_PHY_R is defined by default. And I can see it linking to > the eth_init and then macb_init which results in the auto-negotiation. > I am going to > comment it out and test it. But what is the use for thi

Re: [U-Boot] [PATCH 1/8] Add simple hwconfig infrastructure

2009-05-01 Thread Wolfgang Denk
Dear Anton, In message <20090430231220.ga17...@oksana.dev.rtsoft.ru> you wrote: > > > Suggestion: instead of > > > > set hwconfig dr_usb,dr_usb_mode:peripheral,dr_usb_phy_type:ulpi > > > > use: > > > > set hwconfig dr_usb:mode=peripheral,phy_type=ulpi > > > > What do you think? > > At

[U-Boot] Physician Directory

2009-05-01 Thread Tina + Neff
Practicing Physicians in the US MDs in many different specialties you can sort by many different fields like primary or secondary specialty This week only you pay only: $398 ~ If you order by the end of the week you can take all the items below for fr ee !!! **> Hospitals + Nursing