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

2011-01-25 Thread Mike Rapoport
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) > +{ > + pinmux_tri_ctlr *const pmt = (pinmux_tri_ctlr *)NV_PA_APB_MISC

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

2011-01-25 Thread Alexander Holler
Hello, Am 22.12.2010 21:15, schrieb Wolfgang Denk: > * > * Currently,>100 ARM boards are *broken* and *do not compile*. * > * > > Board maintainers or ot

[U-Boot] Default base for numbers

2011-01-25 Thread Alexander Holler
Hello, I've stumbled over the fact that the length parameter for sha1sum uses 16 as default base, which I found a bit confusing. E.g. - U-Boot>> tftp $loadaddr uImage ... done Bytes transferred = 1976384 (1e2840 hex) U-Boot>> sha1sum $loadaddr 1976384 SHA1 for 0080 ..

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

2011-01-25 Thread Kumar Gala
On Jan 25, 2011, at 12:36 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <356989c7-fa92-46d5-9fb6-5f9332ecb...@kernel.crashing.org> you > wrote: >> >> The issue is that the code under post/lib_powerpc/fpu/* is compiled with: >> >> CFLAGS := $(shell echo $(CFLAGS) | sed s/-msoft-fl

[U-Boot] [PATCH] arm, keymile: remove unneeded code

2011-01-25 Thread Holger Brunck
On first HW versions the BOCO FPGA was behind a MUX device. These HW versions are not supported anymore. And therefore this code can be removed, it is already unused. Signed-off-by: Holger Brunck --- board/keymile/km_arm/km_arm.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-)

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

2011-01-25 Thread Kumar Gala
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 uses hard float, libpost.o uses soft float We actually worked around this sometime ago wi

Re: [U-Boot] Default base for numbers

2011-01-25 Thread Wolfgang Denk
Dear Alexander Holler, In message <4d3e8f9d.7040...@ahsoftware.de> you wrote: > > I've stumbled over the fact that the length parameter for sha1sum uses > 16 as default base, which I found a bit confusing. Read the documentation. > Is the base 16 as default for numbers common for commands in u

[U-Boot] [PATCH] powerpc/85xx: Extend ethernet device tree stashing parameters for "fsl, etsec2"

2011-01-25 Thread Kumar Gala
From: Pankaj Chauhan In a manner similar to passing ethernet stashing parameters into device tree for "gianfar", extend the support to the "fsl,etsec2" as well. Signed-off-by: Pankaj Chauhan Signed-off-by: Sandeep Gopalpet Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/fdt.c |3 +

Re: [U-Boot] Default base for numbers

2011-01-25 Thread Alexander Holler
Am 25.01.2011 10:16, schrieb Wolfgang Denk: > Dear Alexander Holler, > > In message<4d3e8f9d.7040...@ahsoftware.de> you wrote: >> >> I've stumbled over the fact that the length parameter for sha1sum uses >> 16 as default base, which I found a bit confusing. > > Read the documentation. > >> Is the

[U-Boot] [PATCH] Change the visible output for transfers to display hex numbers

2011-01-25 Thread Alexander Holler
When files were transfered the output is currently - Bytes transferred = 1976384 (1e2840 hex) - Using the decimal length as input for other commands conflicts with the the default base of 16 needed. Change the output to - Bytes transferred = 0x1e2840 (1976384 bytes) - to reflect what should be use

[U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09

2011-01-25 Thread Maik Hänig
Hi, I change my uboot version and after it the uboot don't starts the same linux kernel: ## Booting kernel from Legacy Image at 1006 ... Image Name: Linux Kernel Image Type: ARM Linux Kernel Image (gzip compressed) Data Size:1178673 Bytes = 1.1 MiB Load Address: 2000

[U-Boot] [PATCH] ppc, mgcoge: add DIP switch detection

2011-01-25 Thread Holger Brunck
From: Andreas Huber This reads the DIP switch on mgcoge. The DIP switch is connected to the BFTICU (0x4089) FPGA. If the DIP switch is set the environment variable 'actual_bank' is set to 0 and starts the SW in bank0. Signed-off-by: Andreas Huber Signed-off-by: Holger Brunck --- board/key

Re: [U-Boot] [PATCH] Change the visible output for transfers to display hex numbers

2011-01-25 Thread Wolfgang Denk
Dear Alexander Holler, In message <1295950537-12363-1-git-send-email-hol...@ahsoftware.de> you wrote: > When files were transfered the output is currently > - > Bytes transferred = 1976384 (1e2840 hex) > - > Using the decimal length as input for other commands conflicts with the > the default base

Re: [U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09

2011-01-25 Thread Maik Hänig
Hi, I change my uboot version and after it the uboot don't starts the same linux kernel: ## Booting kernel from Legacy Image at 1006 ... Image Name: Linux Kernel Image Type: ARM Linux Kernel Image (gzip compressed) Data Size:1178673 Bytes = 1.1 MiB Load Address: 2000

Re: [U-Boot] [PATCH] Change the visible output for transfers to display hex numbers

2011-01-25 Thread Alexander Holler
Hello, Am 25.01.2011 11:27, schrieb Wolfgang Denk: > Dear Alexander Holler, > > In message<1295950537-12363-1-git-send-email-hol...@ahsoftware.de> you wrote: >> When files were transfered the output is currently >> - >> Bytes transferred = 1976384 (1e2840 hex) >> - >> Using the decimal length as

Re: [U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09

2011-01-25 Thread Reinhard Meyer
Dear Maik Hänig, > Hi, > > > I change my uboot version and after it the uboot don't starts the same > linux kernel: > > ## Booting kernel from Legacy Image at 1006 ... _ > Image Name: Linux Kernel > Image Type: ARM Linux Kernel Ima

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

2011-01-25 Thread Matthias Weißer
Am 24.01.2011 21:07, schrieb Wolfgang Denk: > OK - so which results do you see in reallife use, say when loading and > booting an OS? How much boot time can be saved? All tests are done with jadecpu | HEAD(1)| HEAD(1)| HEAD(2)| HEAD(2)| || +

Re: [U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09

2011-01-25 Thread Maik Hänig
Dear Reinhard, sorry I copied the wrong log: U-Boot 2010.09 (Jan 24 2011 - 17:45:54) I2C: ready DRAM: 64 MiB Flash: 32 MiB In:serial Out: serial Err: serial Hit any key to stop autoboot: 0 ## Booting kernel from Legacy Image at 3006 ... Image Name: Linux Kernel Image Ty

Re: [U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09

2011-01-25 Thread Maik Hänig
Dear Reinhard Meyer, I tried it with: setenv bootargs root=/dev/mtdblock9 rootfstype=jffs2 console=ttyS4 ETHADDR=$(ethaddr) RUNNING=$(runningimage) CFGFS=mtdblock10;bootm 0x3006 but nothing the error is still there. The console is set in the board init of the linux kernel. I changed only

Re: [U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09

2011-01-25 Thread Andreas Bießmann
Dear Maik Hänig, please do not hijack a thread! Am 25.01.2011 12:03, schrieb Maik Hänig: > Dear Reinhard, > > sorry I copied the wrong log: > > U-Boot 2010.09 (Jan 24 2011 - 17:45:54) Ok, you use 2010.09. This was last release before relocate changes. Therefore it has no connection with the re

Re: [U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09

2011-01-25 Thread Andreas Bießmann
Dear Maik Hänig, Am 25.01.2011 12:18, schrieb Maik Hänig: > Dear Reinhard Meyer, > > I tried it with: > > setenv bootargs root=/dev/mtdblock9 rootfstype=jffs2 console=ttyS4 > ETHADDR=$(ethaddr) RUNNING=$(runningimage) CFGFS=mtdblock10;bootm 0x3006 > > but nothing the error is still there.

Re: [U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09

2011-01-25 Thread Maik Hänig
Andreas Bießmann, > I guess you have a board with specific kernel and specific u-boot. So > maybe the machtype does not match? Yes. Where can I found the mach type in uboot source? Best regards / Mit freundlichen Grüßen Maik Hänig ___ U-Boot mailin

Re: [U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09

2011-01-25 Thread Maik Hänig
Dear Andreas Bießmann, please do not hijack a thread! sorry I didn't want do this. I wanted to give some more information. Ok, you use 2010.09. This was last release before relocate changes. Therefore it has no connection with the relocation stuff. yes I. I tried to make a patch for 2010.1

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

2011-01-25 Thread Albert ARIBAUD
(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-samsung/master. All patches in these two repos are prior to jan 17. However I haven't found pull requests for these. Should I pull them i

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

2011-01-25 Thread Minkyu Kang
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-samsung/master. All patches in these > two repos are prior

Re: [U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09

2011-01-25 Thread Maik Hänig
Dear Andreas Bießmann, > I guess you have a board with specific kernel and specific u-boot. So > maybe the machtype does not match? thanks, you was right it was a mach-type problem. I had set the wrong mach-type in my board init. The problem with the uboot version 2010.12 hasn't changed. Be

[U-Boot] How to give RESET_VECTOR_ADDRESS

2011-01-25 Thread Fabian Cenedese
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 also didn't work. The only way I could get it to work so far was wit

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

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] [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 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] 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] 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] [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] 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 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] [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

[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

[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

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,

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] [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 <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 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] 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 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] [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] 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] [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] 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] 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] [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 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] [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] 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 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 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 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 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 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 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 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 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 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] 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 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 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 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 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 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 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 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

[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 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

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; >

[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/

[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 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 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 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 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 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

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 >

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 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 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 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] 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 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

[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 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

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] 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] 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] [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 > > ? > >

[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

[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/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/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 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/

  1   2   >