Re: [U-Boot] [Coldfire] Crash when writing into memory (mtest, tftpboot, ...)

2011-01-25 Thread Wolfgang Denk
Dear Metalod, In message you wrote: > > I have a custom board, based on Freescale M5271EVB, use codesourcery > toolchains 2010.09-41. > Board code are almost same as the evb board: Almost the same, but different. And not in mainline. How can we comment on code thatis completely unknown to us?

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 26, 2011 at 3:44 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message you > wrote: >> >> This already fixed in the v6 patch, maybe you didn't notice this... > > Yes, I missed this v6 series of patches, because it seems you broke > the mail thread when sending it. > >

Re: [U-Boot] [PATCH V2 2/5] ARM: Add Support for Marvell Pantheon Familiy SoCs

2011-01-25 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > >> + while (loop--); > > > > Please write: > > > >while (loop--) > >; > > Fixed... > > > > But then - are you sure the compiler does not optimize this out? You > > probably want to use __udelay() instead. > > F

Re: [U-Boot] [PATCH v2 1/3] Fix at91 includes in soft_i2c driver

2011-01-25 Thread Heiko Schocher
Hello Reinhard, Reinhard Meyer wrote: > Dear Heiko Schocher, >> Hello Wolfgang and Reinhard, >> >> Wolfgang Denk wrote: >>> Dear Heiko& Reinhard, >>> >>> In >>> message<7bc3ea96fb41d5e41ac53281d77d3158bffd3b21.1295995460.git.r...@bluewatersys.com> >>> >>> Ryan Mallon wrote: Signed-off-by:

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 26, 2011 at 3:39 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message you > wrote: >> >> >> This patch adds the support MFP support for Marvell PANTHEON SoCs >> > >> > "the support MFP support" ?? Sorry for the typo... >> > >> > Please fix. Also, please explain wha

Re: [U-Boot] How to give RESET_VECTOR_ADDRESS

2011-01-25 Thread Fabian Cenedese
At 09:38 25.01.2011 -0600, Kumar Gala wrote: >On Jan 25, 2011, at 7:25 AM, Fabian Cenedese wrote: > >> Hi >> >> As the config.mk file is doomed I tried to set my reset vector >> in another way. I first tried it in the board's config header. But >> that didn't seem to have an effect. I then tried

Re: [U-Boot] [PATCH 1/1] cfi fix for Spansion and MB->MiB

2011-01-25 Thread Wolfgang Denk
Dear Aaron Williams, In message <201101251756.30586.aaron.willi...@caviumnetworks.com> you wrote: > I ran into a problem with the Spansion S29GL064N flash chip in that it > returns > a manufacturer ID of 0 and it also requires the AMD geometry fixup. > > Additionally, I modified a few print sta

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > This already fixed in the v6 patch, maybe you didn't notice this... Yes, I missed this v6 series of patches, because it seems you broke the mail thread when sending it. Please see http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_version

Re: [U-Boot] [PATCH v2 2/3] Add support for Bluewater Systems Snapper 9260 and 9G20 modules

2011-01-25 Thread Reinhard Meyer
Dear Wolfgang Denk, > Dear Ryan Mallon, > > In > message > you wrote: >> >> Signed-off-by: Ryan Mallon >> --- >> board/bluewater/snapper9260/Makefile | 53 >> board/bluewater/snapper9260/snapper9260.c | 169 + >> include/configs/snapper9260.h

Re: [U-Boot] [PATCH 1/1] lcd: align fb writing address for horizontal display offset

2011-01-25 Thread Wolfgang Denk
Dear Liu Ying-B17645, In message you wrote: > Hello, > > I sent the following patch for view about 2 weeks ago and haven't got any c= > omment till now. > Could anyone help to give comments? Thanks. It would definitely help if you put the responsible custodian on Cc: [Done now.] Best regard

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > >> This patch adds the support MFP support for Marvell PANTHEON SoCs > > > > "the support MFP support" ?? > > > > Please fix. Also, please explain what MFP is. It may be obvious to > > you, it ain't so for me. > > > >> +/* > >> + * Frequently used MFP Con

Re: [U-Boot] [PATCH v2 1/3] Fix at91 includes in soft_i2c driver

2011-01-25 Thread Reinhard Meyer
Dear Heiko Schocher, > Hello Wolfgang and Reinhard, > > Wolfgang Denk wrote: >> Dear Heiko& Reinhard, >> >> In >> message<7bc3ea96fb41d5e41ac53281d77d3158bffd3b21.1295995460.git.r...@bluewatersys.com> >> Ryan Mallon wrote: >>> Signed-off-by: Ryan Mallon >>> --- >>> drivers/i2c/soft_i2c.c |

Re: [U-Boot] U-Boot v2010.12 released - Merge Window OPEN

2011-01-25 Thread Wolfgang Denk
Dear Alexander Holler, In message <4d3f679f.6060...@ahsoftware.de> you wrote: > > > Patches welcome... > > I don't have a script or similiar which tests which boards does compile, Yes, you do. It's called MAKEALL and comes for free with the U-Boot code. Actually it is required to be run before

Re: [U-Boot] [PATCH 11/13] update/fix some more IXP42x boards (only compile tested)

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <4d3f603f.5050...@discworld.dascon.de> you wrote: > > Since I am not the maintainer of these boards, I tried to keep the > changes minimal. > I can go ahread if noone protests, but I can only test IXDP425 (we have > one at work), and I can't guarantee compatibili

Re: [U-Boot] [PATCH v3] ftwdt010_wdt: support faraday ftwdt010 watchdog

2011-01-25 Thread Wolfgang Denk
Dear Macpaul Lin, In message you wrote: > > > Sorry, but I see only now that this file was derived from Linux. > > Please note this accordingly in the commit message - see > > > > http://www.denx.de/wiki/view/U-Boot/Patches#Attributing_Code_Copyrights_Sign ... > The upstream Linux Kernel source

Re: [U-Boot] [PATCH v2 1/3] Fix at91 includes in soft_i2c driver

2011-01-25 Thread Heiko Schocher
Hello Wolfgang and Reinhard, Wolfgang Denk wrote: > Dear Heiko & Reinhard, > > In message > <7bc3ea96fb41d5e41ac53281d77d3158bffd3b21.1295995460.git.r...@bluewatersys.com> > Ryan Mallon wrote: >> Signed-off-by: Ryan Mallon >> --- >> drivers/i2c/soft_i2c.c |4 +--- >> 1 files changed, 1 i

Re: [U-Boot] [PATCH 01/13] add XScale sub architecture (IXP/PXA) to board list

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <4d3f5f45.4020...@discworld.dascon.de> you wrote: > > > That's not a "board list", but the MAINTAINERS file (I would > > expect changes to boards.cfg when I read "board list"). > Right. Do you waht a patch with an updated comment? Yes, please. > >> - wepep250

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <4d3f5eac.9000...@discworld.dascon.de> you wrote: > Am 01/25/2011 09:44 PM, schrieb Wolfgang Denk: > > > >> diff --git a/board/actux1/config.mk b/board/actux1/config.mk > >> index 88634f7..a370337 100644 > >> --- a/board/actux1/config.mk > >> +++ b/board/actux1/c

Re: [U-Boot] SteppingStone

2011-01-25 Thread Albert ARIBAUD
Le 26/01/2011 04:39, Cunsuo Guo a écrit : > 2011/1/26 Matt Johnson > >> Hello. >> >> I have a custom board with a Samsung s3c2410 (arm920t) processor. I have >> been unable to get the main branch of u-boot to work with this board. >> However, I have been successful with the old OpenMoko fork. (I

Re: [U-Boot] [PATCH v2 3/3] Add Bluewater Systems Snapper 9260 and 9G20 modules to top-level boards.cfg

2011-01-25 Thread Wolfgang Denk
Dear Ryan Mallon, In message you wrote: > > Signed-off-by: Ryan Mallon > --- > boards.cfg |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) This needs to be folded into previous patch. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Det

Re: [U-Boot] [PATCH v2 2/3] Add support for Bluewater Systems Snapper 9260 and 9G20 modules

2011-01-25 Thread Wolfgang Denk
Dear Ryan Mallon, In message you wrote: > > Signed-off-by: Ryan Mallon > --- > board/bluewater/snapper9260/Makefile | 53 > board/bluewater/snapper9260/snapper9260.c | 169 + > include/configs/snapper9260.h | 191 > ++

Re: [U-Boot] [PATCH v2 1/3] Fix at91 includes in soft_i2c driver

2011-01-25 Thread Wolfgang Denk
Dear Heiko & Reinhard, In message <7bc3ea96fb41d5e41ac53281d77d3158bffd3b21.1295995460.git.r...@bluewatersys.com> Ryan Mallon wrote: > > Signed-off-by: Ryan Mallon > --- > drivers/i2c/soft_i2c.c |4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) I think this one goes through as

Re: [U-Boot] [PATCH V2 3/5] serial: add pantheon soc support

2011-01-25 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Tuesday, January 25, 2011 1:25 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Lei Wen; Yu Tang; Ashish Karkare; Prabhanjan > Sarnaik; adrian . wenl @ gmail . com " > Subject: Re: [U-Boot] [PATCH V2 3/5] seria

Re: [U-Boot] [PATCH] [v2] p1022ds: allow for board-specific ngPIXIS functions

2011-01-25 Thread Kumar Gala
On Jan 21, 2011, at 4:03 PM, Timur Tabi wrote: > The ngPIXIS is an FPGA used on the reference boards of most Freescale PowerPC > SOCs. Although programming the ngPIXIS is mostly standard on all boards that > have it, the P1022DS is unique in that the ngPIXIS needs to be programmed in > "indirect

[U-Boot] [Coldfire] Crash when writing into memory (mtest, tftpboot, ...)

2011-01-25 Thread Metalod
Hi, I have a custom board, based on Freescale M5271EVB, use codesourcery toolchains 2010.09-41. Board code are almost same as the evb board: - include/configs/M5271EVB.h - board/freescale/m5271evb/ - arch/m68k/cpu/mcf52x2/ $ export CROSS_COMPILE=... $ make M5271EVB_config $ make 1. I got linking e

[U-Boot] [PATCH 5/5] poewrpc/85xx: Enable ECC on MPC8572DS

2011-01-25 Thread Kumar Gala
From: York Sun Using hwconfig to turn on/off ECC, without re-compiling. Signed-off-by: York Sun Signed-off-by: Kumar Gala --- include/configs/MPC8572DS.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 8f

[U-Boot] [PATCH 4/5] powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134

2011-01-25 Thread Kumar Gala
From: York Sun Workaround for the following errata: DDR111 - MCKE signal may not function correctly at assertion of HRESET DDR134 - The automatic CAS-to-Preamble feature of the DDR controller can calibrate to incorrect values These two workarounds must be implemented together because th

[U-Boot] [PATCH 3/5] powerpc/85xx: Rename MPC8572 DDR erratum to DDR115

2011-01-25 Thread Kumar Gala
From: York Sun Use unique erratum number instead of platform number. Enable command that reports errata on MPC8572DS. Signed-off-by: York Sun Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/cmd_errata.c |4 +++- arch/powerpc/cpu/mpc85xx/ddr-gen3.c |2 +- arch/powerpc/

[U-Boot] [PATCH 2/5] powerpc/85xx: Remove unnecessary polling loop from DDR init

2011-01-25 Thread Kumar Gala
From: York Sun This polling loop is not required normally, unless specifically stated in workaround. Signed-off-by: York Sun Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/ddr-gen3.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/ddr

[U-Boot] [PATCH 1/5] powerpc/85xx: Enable Errata command on MPC8572DS

2011-01-25 Thread Kumar Gala
From: York Sun Also removed duplicate CONFIG_CMD_IRQ define. Signed-off-by: York Sun Signed-off-by: Kumar Gala --- include/configs/MPC8572DS.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index e6b60cf..8f3

[U-Boot] [PATCH 2/2] powerpc/85xx: Declare fsl_ddr_set_memctl_regs in

2011-01-25 Thread Kumar Gala
Remove declerations of fsl_ddr_set_memctl_regs in board files with and place it into a common header. Based on patch from Poonam Aggrwal. Signed-off-by: Kumar Gala --- arch/powerpc/include/asm/fsl_ddr_sdram.h |2 ++ board/freescale/corenet_ds/ddr.c |3 --- board/freescale/p1_p2_

[U-Boot] [PATCH 1/2] powerpc/85xx: Remove DATARATE_*_MHZ defines in static ddr init

2011-01-25 Thread Kumar Gala
Rather than having #defines DATARATE_*_MHZ, lets just match what we do on the SPD code and convert the DDR frequency into MHZ and just compare with a constant. Based on patch from Poonam Aggrwal. Signed-off-by: Kumar Gala --- board/freescale/corenet_ds/ddr.c | 14 -- board

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Kumar Gala
On Jan 25, 2011, at 3:13 PM, Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20110125143740.2e1f2...@udp111988uds.am.freescale.net> you wrote: >> >> Do you have a simpler way to do this? Note that for any board that > > e009cde powerpc: Fix FPU post related link warnings > > ? > >

Re: [U-Boot] [PATCH 1/1] cfi fix for Spansion and MB->MiB

2011-01-25 Thread Andrew Dyer
On Tue, Jan 25, 2011 at 19:56, Aaron Williams wrote: > I ran into a problem with the Spansion S29GL064N flash chip in that it returns > a manufacturer ID of 0 and it also requires the AMD geometry fixup. > > Additionally, I modified a few print statements to use KiB/MiB instead of > kB/MB. > > -Aa

Re: [U-Boot] SteppingStone

2011-01-25 Thread Cunsuo Guo
2011/1/26 Matt Johnson > Hello. > > I have a custom board with a Samsung s3c2410 (arm920t) processor. I have > been unable to get the main branch of u-boot to work with this board. > However, I have been successful with the old OpenMoko fork. (I believe it > is because of the "SteppingStone" mi

Re: [U-Boot] [PATCH 1/1] lcd: align fb writing address for horizontal display offset

2011-01-25 Thread Liu Ying-B17645
Hello, I sent the following patch for view about 2 weeks ago and haven't got any comment till now. Could anyone help to give comments? Thanks. Best Regards, Liu Ying -Original Message- From: Liu Ying-B17645 Sent: Tuesday, January 11, 2011 3:30 PM To: u-boot@lists.denx.de Cc: Liu Ying-B

Re: [U-Boot] [PATCH V2 2/5] ARM: Add Support for Marvell Pantheon Familiy SoCs

2011-01-25 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 26, 2011 at 5:32 AM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message <1294632087-8025-3-git-send-email-lei...@marvell.com> you wrote: >> Pantheon Family processors are highly integrated SoCs >> based on Sheeva_88SV331x-v5 PJ1 cpu core. >> Ref: >> http://www.marvell.co

[U-Boot] [PATCH 1/1] cfi fix for Spansion and MB->MiB

2011-01-25 Thread Aaron Williams
I ran into a problem with the Spansion S29GL064N flash chip in that it returns a manufacturer ID of 0 and it also requires the AMD geometry fixup. Additionally, I modified a few print statements to use KiB/MiB instead of kB/MB. -Aaron Williams diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 26, 2011 at 5:34 AM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message <1294632087-8025-5-git-send-email-lei...@marvell.com> you wrote: >> This patch adds the support MFP support for Marvell PANTHEON SoCs > > "the support MFP support" ?? > > Please fix. Also, please exp

Re: [U-Boot] U-Boot v2010.12 released - Merge Window OPEN

2011-01-25 Thread Alexander Holler
Am 25.01.2011 21:17, schrieb Wolfgang Denk: > Dear Alexander Holler, > > In message<4d3e8855.4070...@ahsoftware.de> you wrote: >> >>> * >>> * Currently,>100 ARM boards are *broken* and *do not compile*. * >>> **

Re: [U-Boot] [PATCH 11/13] update/fix some more IXP42x boards (only compile tested)

2011-01-25 Thread Michael Schwingen
Am 01/25/2011 09:47 PM, schrieb Wolfgang Denk: > Dear Michael Schwingen, > > In message <1294062338-21084-12-git-send-email-mich...@schwingen.org> you > wrote: >> Signed-off-by: Michael Schwingen >> --- >> board/ixdp425/config.mk|3 ++- >> board/prodrive/pdnb3/config.mk |2 +- >>

Re: [U-Boot] [PATCH 13/13] add dvlhost (dLAN 200 AV Wireless G) board

2011-01-25 Thread Michael Schwingen
Am 01/25/2011 09:36 PM, schrieb Wolfgang Denk: > Dear Michael Schwingen, > > In message <1294062338-21084-14-git-send-email-mich...@schwingen.org> you > wrote: >> Signed-off-by: Michael Schwingen > ... >> diff --git a/board/dvlhost/config.mk b/board/dvlhost/config.mk >> new file mode 100644 >> in

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-25 Thread Michael Schwingen
Am 01/25/2011 09:44 PM, schrieb Wolfgang Denk: > >> diff --git a/board/actux1/config.mk b/board/actux1/config.mk >> index 88634f7..a370337 100644 >> --- a/board/actux1/config.mk >> +++ b/board/actux1/config.mk >> @@ -1,6 +1,3 @@ >> -CONFIG_SYS_TEXT_BASE = 0x00e0 >> - >> -# include NPE ethernet

Re: [U-Boot] [PATCH 01/13] add XScale sub architecture (IXP/PXA) to board list

2011-01-25 Thread Michael Schwingen
Am 01/25/2011 09:38 PM, schrieb Wolfgang Denk: > Dear Michael Schwingen, > > In message <1294062338-21084-2-git-send-email-mich...@schwingen.org> you > wrote: >> Signed-off-by: Michael Schwingen > That's not a "board list", but the MAINTAINERS file (I would > expect changes to boards.cfg when I r

Re: [U-Boot] [PATCH v3] ftwdt010_wdt: support faraday ftwdt010 watchdog

2011-01-25 Thread Macpaul Lin
Hi Wolfgang, 2011/1/26 Wolfgang Denk > Dear Macpaul Lin, > > In message <1294195930-11548-1-git-send-email-macp...@andestech.com> you > wrote: > > Faraday ftwdt010 watchdog is an architecture independant > > watchdog. It is usaually used in SoC chip design. > > > > Signed-off-by: Macpaul Lin >

[U-Boot] [PATCH v2 1/3] Fix at91 includes in soft_i2c driver

2011-01-25 Thread Ryan Mallon
Signed-off-by: Ryan Mallon --- drivers/i2c/soft_i2c.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c index 1a1809a..d3803a2 100644 --- a/drivers/i2c/soft_i2c.c +++ b/drivers/i2c/soft_i2c.c @@ -30,9 +30,7 @@ #include

[U-Boot] [PATCH v2 2/3] Add support for Bluewater Systems Snapper 9260 and 9G20 modules

2011-01-25 Thread Ryan Mallon
Signed-off-by: Ryan Mallon --- board/bluewater/snapper9260/Makefile | 53 board/bluewater/snapper9260/snapper9260.c | 169 + include/configs/snapper9260.h | 191 + 3 files changed, 413 insertions(+), 0 deletions(-)

[U-Boot] [PATCH v2 0/3] Add Bluewater Systems Snapper 9260/9G20 module support

2011-01-25 Thread Ryan Mallon
Add support for Bluewater Systems Snapper9260/9G20 modules. The modules are based on the AT91SAM9260 and AT91SAM9G20 processors respectively and support NAND flash and Ethernet. This patches apply against the rework101229 branch of git://git.denx.de/u-boot-atmel.git. Changes since v1: - Update

[U-Boot] [PATCH v2 3/3] Add Bluewater Systems Snapper 9260 and 9G20 modules to top-level boards.cfg

2011-01-25 Thread Ryan Mallon
Signed-off-by: Ryan Mallon --- boards.cfg |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/boards.cfg b/boards.cfg index 9b15026..370ab02 100644 --- a/boards.cfg +++ b/boards.cfg @@ -113,6 +113,8 @@ imx27litearm arm926ejs imx27lite

[U-Boot] [PATCH 2/2] cpu9260: update board support

2011-01-25 Thread Eric Bénard
- update to new relocation code - switch to boards.cfg - get rid of LEGACY (still a little hack in .h to compile) - add nand boot configuration - boot tested for the following configurations : 9260 (64MB RAM & nor boot) 9260_nand (64MB RAM & nand boot) 9G20_128M (128MB RAM &

[U-Boot] [PATCH 1/2] mp2usb: remove board support

2011-01-25 Thread Eric Bénard
this board was cancelled long time ago so remove it as it won't be maintained anymore Signed-off-by: Eric Bénard --- board/mp2usb/Makefile| 50 - board/mp2usb/config.mk |3 - board/mp2usb/flash.c | 552 -- board/mp2usb/mp2usb.c

[U-Boot] [PATCH 1/1] fix min/max macros in common.h

2011-01-25 Thread Aaron Williams
In some of my work with the Cavium Octeon 64-bit processor I ran into a problem with the min and max macros provided in common.h. The problem occurs if x is 32-bit and y is 64-bit. In this case, y will always be truncated to 32-bits. This patch fixes this problem. -Aaron diff --git a/include/

Re: [U-Boot] [PATCH V5 2/4] serial: Add Tegra2 serial port support

2011-01-25 Thread Peter Tyser
> [ snip ] > > > +/* > > + * Routine: pin_mux_uart > > + * Description: setup the pin muxes/tristate values for a UART > > + */ > > +static void pin_mux_uart(void) > > +{ > > + pinmux_tri_ctlr *const pmt = (pinmux_tri_ctlr > > *)NV_PA_APB_MISC_BASE; >

Re: [U-Boot] [PATCH V5 2/4] serial: Add Tegra2 serial port support

2011-01-25 Thread Tom Warren
Mike et al, On Tue, Jan 25, 2011 at 2:37 PM, Tom Warren wrote: > Mike, > > On Tue, Jan 25, 2011 at 2:12 PM, Mike Rapoport wrote: >> On 01/25/11 18:50, Tom Warren wrote: >>> Mike, >>> >>> On Tue, Jan 25, 2011 at 1:11 AM, Mike Rapoport wrote: On 01/22/11 01:06, Tom Warren wrote: > Signed

[U-Boot] Attention Email Users Account Expire in 24hur

2011-01-25 Thread Moning, Alexsus
Attention Email Users, A Computer Database Maintainance is currently going on our Webmail Message Center. Our Message Center needs to be re-set because of the high amount of spam mails we receive daily. A Quarantine Maintainance will help us prevent this everyday dilemma. How can I restore my a

Re: [U-Boot] [PATCH V5 2/4] serial: Add Tegra2 serial port support

2011-01-25 Thread Tom Warren
Mike, On Tue, Jan 25, 2011 at 2:12 PM, Mike Rapoport wrote: > On 01/25/11 18:50, Tom Warren wrote: >> Mike, >> >> On Tue, Jan 25, 2011 at 1:11 AM, Mike Rapoport wrote: >>> On 01/22/11 01:06, Tom Warren wrote: Signed-off-by: Tom Warren --- >>> >>> [ snip ] >>> +/* + * Routine

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Wolfgang Denk
Dear Lei Wen, In message <1294632087-8025-5-git-send-email-lei...@marvell.com> you wrote: > This patch adds the support MFP support for Marvell PANTHEON SoCs "the support MFP support" ?? Please fix. Also, please explain what MFP is. It may be obvious to you, it ain't so for me. > +/* > + * Freq

Re: [U-Boot] [PATCH V2 2/5] ARM: Add Support for Marvell Pantheon Familiy SoCs

2011-01-25 Thread Wolfgang Denk
Dear Lei Wen, In message <1294632087-8025-3-git-send-email-lei...@marvell.com> you wrote: > Pantheon Family processors are highly integrated SoCs > based on Sheeva_88SV331x-v5 PJ1 cpu core. > Ref: > http://www.marvell.com/products/processors/communications/marvell_pantheon_910_920_pb.pdf > > SoC

Re: [U-Boot] [PATCH V2 3/5] serial: add pantheon soc support

2011-01-25 Thread Wolfgang Denk
Dear Prafulla, In message <1294632087-8025-4-git-send-email-lei...@marvell.com> Lei Wen wrote: > Signed-off-by: Lei Wen > --- > drivers/serial/serial.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c > index cd3439

Re: [U-Boot] [PATCH v2] Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS

2011-01-25 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <1294277034-6509-1-git-send-email-iwama...@nigauri.org> you wrote: > Linker needs to use the proper endian/bfd flags even when doing partial > linking. > LDFLAGS_u-boot sets linker option which is called it when U-boot is built > (u-boot final). > LDFLAGS sets n

Re: [U-Boot] [PATCH v2 1/2] ftpmu010: support faraday ftpmu010 driver

2011-01-25 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1294218744-2535-1-git-send-email-macp...@andestech.com> you wrote: > Faraday's ftpmu010 is a power managemnet unit which support cpu > sleep and frequency scaling. It has been integrated into many SoC. > > This patch also move ftpmu010 to a proper place for later enh

Re: [U-Boot] [PATCH v3] ftwdt010_wdt: support faraday ftwdt010 watchdog

2011-01-25 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1294195930-11548-1-git-send-email-macp...@andestech.com> you wrote: > Faraday ftwdt010 watchdog is an architecture independant > watchdog. It is usaually used in SoC chip design. > > Signed-off-by: Macpaul Lin > --- > Change v2: > Fix the wrong title of ftwdt010_w

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Wolfgang Denk
Dear Scott Wood, In message <20110125143740.2e1f2...@udp111988uds.am.freescale.net> you wrote: > > Do you have a simpler way to do this? Note that for any board that e009cde powerpc: Fix FPU post related link warnings ? > > given the fact that there are > > no intentions to work with floatin

Re: [U-Boot] [PATCH V5 2/4] serial: Add Tegra2 serial port support

2011-01-25 Thread Mike Rapoport
On 01/25/11 18:50, Tom Warren wrote: > Mike, > > On Tue, Jan 25, 2011 at 1:11 AM, Mike Rapoport wrote: >> On 01/22/11 01:06, Tom Warren wrote: >>> Signed-off-by: Tom Warren >>> --- >> >> [ snip ] >> >>> +/* >>> + * Routine: pin_mux_uart >>> + * Description: setup the pin muxes/tristate values fo

Re: [U-Boot] [PATCH 12/13] IXP NPE: add support for fixed-speed MII ports

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <1294062338-21084-13-git-send-email-mich...@schwingen.org> you wrote: > add support for MII ports that lack a PHY with standard PHY registers > > Signed-off-by: Michael Schwingen > --- > arch/arm/cpu/ixp/npe/npe.c | 18 +- > include/configs/a

Re: [U-Boot] [PATCH 11/13] update/fix some more IXP42x boards (only compile tested)

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <1294062338-21084-12-git-send-email-mich...@schwingen.org> you wrote: > > Signed-off-by: Michael Schwingen > --- > board/ixdp425/config.mk|3 ++- > board/prodrive/pdnb3/config.mk |2 +- > boards.cfg |2 +- > include/conf

Re: [U-Boot] [PATCH 08/13] update/fix AcTux2 board

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <1294062338-21084-9-git-send-email-mich...@schwingen.org> you wrote: > > Signed-off-by: Michael Schwingen > --- > board/actux2/actux2.c| 26 +--- > board/actux2/config.mk |7 + > board/actux2/u-boot.lds | 47 +

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <1294062338-21084-8-git-send-email-mich...@schwingen.org> you wrote: > > Signed-off-by: Michael Schwingen > --- > board/actux1/actux1.c| 22 +++- > board/actux1/config.mk |7 + > board/actux1/u-boot.lds | 42 +

Re: [U-Boot] [PATCH 05/13] fix "depend" target in npe directory

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <1294062338-21084-6-git-send-email-mich...@schwingen.org> you wrote: > > Signed-off-by: Michael Schwingen > --- > arch/arm/cpu/ixp/npe/Makefile |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/cpu/ixp/npe/Makefile b/arch/

Re: [U-Boot] [PATCH 04/13] Fix IXP code to work after relocation was added

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <1294062338-21084-5-git-send-email-mich...@schwingen.org> you wrote: > - jump to real flash location after reset before turning off flash mirror > - fix timer system to use HZ == 1000, remove broken interrupt-based code > > Signed-off-by: Michael Schwingen >

Re: [U-Boot] [PATCH 02/13] add support for IXP42x Rev. B1 and newer

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <1294062338-21084-3-git-send-email-mich...@schwingen.org> you wrote: > > Signed-off-by: Michael Schwingen > --- > arch/arm/cpu/ixp/npe/npe.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/cpu/ixp/npe/npe.c b/arch/arm/

Re: [U-Boot] [PATCH 01/13] add XScale sub architecture (IXP/PXA) to board list

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <1294062338-21084-2-git-send-email-mich...@schwingen.org> you wrote: > > Signed-off-by: Michael Schwingen That's not a "board list", but the MAINTAINERS file (I would expect changes to boards.cfg when I read "board list"). > - wepep250xscale > +

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Scott Wood
On Tue, 25 Jan 2011 21:19:19 +0100 Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20110125140547.2825f...@udp111988uds.am.freescale.net> you wrote: > > > > On cores that have FP (at least those that support the FPU POST, and > > which are currently having problems), use hard float, enab

Re: [U-Boot] [PATCH 13/13] add dvlhost (dLAN 200 AV Wireless G) board

2011-01-25 Thread Wolfgang Denk
Dear Michael Schwingen, In message <1294062338-21084-14-git-send-email-mich...@schwingen.org> you wrote: > > Signed-off-by: Michael Schwingen ... > diff --git a/board/dvlhost/config.mk b/board/dvlhost/config.mk > new file mode 100644 > index 000..a370337 > --- /dev/null > +++ b/board/dvlhost

Re: [U-Boot] [PATCH 00/36] Massive x86 Update - Bring x86 in line with ARM and PPC

2011-01-25 Thread Wolfgang Denk
Dear Graeme Russ, In message <1294084016-2674-1-git-send-email-graeme.r...@gmail.com> you wrote: > It's been a while since I've posted a patch (missed the last release cycle > entirely). I've been working on bringing x86 into line with ARM and PowerPC > with the init sequence running in flash. Cur

Re: [U-Boot] [RFC][PATCH 12/36] sc520 - Sort Makefile

2011-01-25 Thread Wolfgang Denk
Dear Graeme Russ, In message <1294084016-2674-13-git-send-email-graeme.r...@gmail.com> you wrote: > --- > arch/i386/cpu/sc520/Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/i386/cpu/sc520/Makefile b/arch/i386/cpu/sc520/Makefile > index fb47c20..b962b

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Wolfgang Denk
Dear Scott Wood, In message <20110125140547.2825f...@udp111988uds.am.freescale.net> you wrote: > > On cores that have FP (at least those that support the FPU POST, and > which are currently having problems), use hard float, enable > MSR[FP] or equivalent, and let GCC use FP for various tasks if it

Re: [U-Boot] U-Boot v2010.12 released - Merge Window OPEN

2011-01-25 Thread Wolfgang Denk
Dear Alexander Holler, In message <4d3e8855.4070...@ahsoftware.de> you wrote: > > > * > > * Currently,>100 ARM boards are *broken* and *do not compile*. * > > **

Re: [U-Boot] [PATCH] powerpc: Fix FPU post related link warnings

2011-01-25 Thread Wolfgang Denk
Dear Kumar Gala, In message <1295946008-11905-1-git-send-email-ga...@kernel.crashing.org> you wrote: > If we built POST on PPC's that didn't enable CONFIG_SYS_POST_FPU we'd > get the following warning with newer toolchains: > > powerpc-linux-gnu-ld: Warning: lib_powerpc/fpu/libpostpowerpcfpu.o >

Re: [U-Boot] [PATCH] UEC: Fix compiler warnings introduced by linux/mii.h change

2011-01-25 Thread Wolfgang Denk
Dear Kumar Gala, In message <1295429800-26074-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced the following > compiler warnings in the uec ethernet driver: > > In file included from /local/home/galak/git/u-boot-85xx/include/miip

Re: [U-Boot] [GIT PULL] Please pull u-boot-mpc85xx.git

2011-01-25 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > The following changes since commit e1ccf97c5d7651664d37c0c5aa243874b8851b2d: > > Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2011-01-17 > 20:31:46 +0100) > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc85x

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Scott Wood
On Tue, 25 Jan 2011 11:49:53 -0600 Kumar Gala wrote: > > On Jan 25, 2011, at 10:40 AM, Timur Tabi wrote: > > > Kumar Gala wrote: > >> Actually we've dealt with this already: > >> > >> commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c > >> Author: Yuri Tikhonov > >> Date: Sat Dec 20 14:54:21 2

Re: [U-Boot] [PATCH] arm: Use optimized memcpy and memset from linux

2011-01-25 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Matthias_Wei=DFer?=, In message <4d3eac1a.5030...@arcor.de> you wrote: > > | HEAD(1)| HEAD(1)| HEAD(2)| HEAD(2)| > || +patch || +patch | > ---+++++ > Reset to pro

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Timur Tabi
Wolfgang Denk wrote: > But we also do not have any need for FP operations either. It would > just add to the complexity (and to the memory foot print, especially > on systems without FPU where we would have to provide soft-float > libraries, plus eventually variantes for SPEv1 and SPEvv2 and > what

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Wolfgang Denk
Dear Timur Tabi, In message <4d3f1d25.4070...@freescale.com> you wrote: > > I think you misunderstand. I'm not saying that we should use FP instructions > in > U-Boot. I'm saying that since we *don't* use FP instructions in U-Boot, we > can > just turn on hard-float and avoid any incompatibili

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Wolfgang Denk
Dear Timur Tabi, In message <4d3f16c7.7040...@freescale.com> you wrote: > > But when will gcc generate FP instructions? If we compile with soft-float, > will > it link in an FP library and use it? GCC will (in addition to the obvious case of operations of FP data types) generate FP instructions

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Wolfgang Denk
Dear Timur Tabi, In message <4d3f1674.10...@freescale.com> you wrote: > > Because dealing with FP in a multi-tasking OS is messy. U-Boot doesn't have > that problem. But we also do not have any need for FP operations either. It would just add to the complexity (and to the memory foot print, espe

Re: [U-Boot] Pull from ARM mavell and samsung repos?

2011-01-25 Thread Prafulla Wadaskar
> -Original Message- > From: Minkyu Kang [mailto:proms...@gmail.com] > Sent: Tuesday, January 25, 2011 4:52 AM > To: Albert ARIBAUD > Cc: u-boot@lists.denx.de; Prafulla Wadaskar > Subject: Re: Pull from ARM mavell and samsung repos? > > Dear Albert ARIBAUD, > > On 25 January 2011 21:18,

[U-Boot] [PATCH] powerpc/85xx: Add some defines for P2040, P3041, P5010, P5020

2011-01-25 Thread Kumar Gala
Specify the number of DDR controllers, number of frame managers, number of 1g and 10g ports. Signed-off-by: Kumar Gala --- arch/powerpc/include/asm/config_mpc85xx.h | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/include/asm/config_mpc85xx.h

[U-Boot] SteppingStone

2011-01-25 Thread Matt Johnson
Hello. I have a custom board with a Samsung s3c2410 (arm920t) processor. I have been unable to get the main branch of u-boot to work with this board. However, I have been successful with the old OpenMoko fork. (I believe it is because of the "SteppingStone" microcode. See http://wiki.openmoko.or

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Timur Tabi
Kumar Gala wrote: > * still have to deal with cores that dont have FP But when will gcc generate FP instructions? If we compile with soft-float, will it link in an FP library and use it? My point is that compiling with soft-float doesn't make much more sense than compiling with hard-float, since

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Timur Tabi
Wolfgang Denk wrote: > Why doesn't the Linux kernel use floating point instructions? Because dealing with FP in a multi-tasking OS is messy. U-Boot doesn't have that problem. -- Timur Tabi Linux kernel developer at Freescale ___ U-Boot mailing list U

Re: [U-Boot] Pull from ARM mavell and samsung repos?

2011-01-25 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4d3f1125.5070...@free.fr> you wrote: > > > I'm going to send the pull request at this Thursday . > > Because of I'm waiting the review of my patches. (about s5pc2xx SoC) > > > > When will you send the pull request to u-boot? > > If that's fine with Wolfgang, I'll

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Wolfgang Denk
Dear Timur Tabi, In message <4d3efcf2.4060...@freescale.com> you wrote: > > Why don't we compile all of U-Boot with hard float by default? What's wrong > with using floating point instructions in U-Boot? We don't need it. Why doesn't the Linux kernel use floating point instructions? Best regar

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-25 Thread Albert ARIBAUD
Le 24/01/2011 12:39, Daniel Gorsulowski a écrit : > Hello Reinhard, > > ... >>> >>> Check that your AT91Bootstrap loads u-boot to a sane address not at the >>> very end >>> of DRAM, and that CONFIG_SYS_TEXT_BASE is exactly the address where >>> AT91Bootstrap >>> loads u-boot. (I changed AT91Bootstr

Re: [U-Boot] Pull from ARM mavell and samsung repos?

2011-01-25 Thread Albert ARIBAUD
Le 25/01/2011 13:51, Minkyu Kang a écrit : > Dear Albert ARIBAUD, > > On 25 January 2011 21:18, Albert ARIBAUD wrote: >> (cc: ARM Marvell and Samsung custodians) >> >> Hi, >> >> Looking up ARM repos, I see that currently u-boot-arm/master is lagging >> behind u-boot-marvell/master and u-boot-samsu

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Kumar Gala
On Jan 25, 2011, at 10:40 AM, Timur Tabi wrote: > Kumar Gala wrote: >> Actually we've dealt with this already: >> >> commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c >> Author: Yuri Tikhonov >> Date: Sat Dec 20 14:54:21 2008 +0300 >> >>FPU POST: fix warnings when building with 2.18 binuti

Re: [U-Boot] [PATCH V5 2/4] serial: Add Tegra2 serial port support

2011-01-25 Thread Tom Warren
Mike, On Tue, Jan 25, 2011 at 1:11 AM, Mike Rapoport wrote: > On 01/22/11 01:06, Tom Warren wrote: >> Signed-off-by: Tom Warren >> --- > > [ snip ] > >> +/* >> + * Routine: pin_mux_uart >> + * Description: setup the pin muxes/tristate values for a UART >> + */ >> +static void pin_mux_uart(void)

Re: [U-Boot] [PATCH] Switch from archive libraries to partial linking

2011-01-25 Thread Timur Tabi
Kumar Gala wrote: > Actually we've dealt with this already: > > commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c > Author: Yuri Tikhonov > Date: Sat Dec 20 14:54:21 2008 +0300 > > FPU POST: fix warnings when building with 2.18 binutils Why don't we compile all of U-Boot with hard float by

Re: [U-Boot] How to give RESET_VECTOR_ADDRESS

2011-01-25 Thread Kumar Gala
On Jan 25, 2011, at 7:25 AM, Fabian Cenedese wrote: > Hi > > As the config.mk file is doomed I tried to set my reset vector > in another way. I first tried it in the board's config header. But > that didn't seem to have an effect. I then tried a config option > in the boards.cfg file but that al

  1   2   >