Re: [U-Boot] [PATCH] serial: ns16550: fix different reg size access

2011-03-31 Thread Lei Wen
Hi Wolfgang, On Fri, Apr 1, 2011 at 1:35 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message you > wrote: >> >> > Can you please explain on what board, and with which tool chain, you >> > see any problems? >> >> I test on Marvell pxa955 (MG1) board, with android 4.4.0 toolchain. >> The pxa9

Re: [U-Boot] [PATCH] serial: ns16550: fix different reg size access

2011-03-31 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > > Can you please explain on what board, and with which tool chain, you > > see any problems? > > I test on Marvell pxa955 (MG1) board, with android 4.4.0 toolchain. > The pxa955's ns16550 register's IER has nine bits. The 8th bit is HSE, which > means the

Re: [U-Boot] [PATCH] serial: ns16550: fix different reg size access

2011-03-31 Thread Lei Wen
Hi Wolfgang, On Thu, Mar 31, 2011 at 11:58 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message <1301586774-25447-1-git-send-email-lei...@marvell.com> you wrote: >> Some hardware would dysfunctional if only access the register by >> byte. This patch is tend to recover original access the respo

Re: [U-Boot] how does Linux call the function from u-boot?

2011-03-31 Thread Wolfgang Denk
Dear "sywang", In message you wrote: > > In my scenario, I want to write the panic info into the flash, but the panic If the system panics, you must not assume that there is any working code left that is capable of writing to flash memory. > is caused by interrupt routine, I cannot access the

Re: [U-Boot] Saving environment question

2011-03-31 Thread Wolfgang Denk
Dear Charles Krinke, In message you wrote: > > up_data = (end_addr + 1 - ((long)flash_addr + CONFIG_ENV_SIZE)); > debug("2 Data to save 0x%lx end:%lx new:%lx\n", up_data, end_addr, > flash_addr); > if (up_data) { > if ((saved_data = malloc(up_data)) == NULL) { >

[U-Boot] DSN: failed (Returned mail: see transcript for details)

2011-03-31 Thread Mailbot for etexusa . com
This is a Delivery Status Notification (DSN). I was unable to deliver your message to aardee...@rediffmail.com. I said (end of message) And they gave me the error; 552 suspicious virus code detected in executables attached, message not accepted (#5.3.4) Reporting-MTA: dns; etexusa.com

Re: [U-Boot] mpq101 board broken

2011-03-31 Thread Andy Fleming
I ran into this, too, but it went away when I updated my compiler. It looks like the beginning was set a little too close to the end? On Thu, Mar 31, 2011 at 9:55 AM, Wolfgang Denk wrote: > Dear Alex, > > the mpq101 board support is broken in recent versions of U-Boot: > > Configuring for mpq101

Re: [U-Boot] how does Linux call the function from u-boot?

2011-03-31 Thread sywang
Thanks for your reply very much. In my scenario, I want to write the panic info into the flash, but the panic is caused by interrupt routine, I cannot access the flash, so I think that if the flash-write function from u-boot can be called, the issue should be resolved. Any other comments? T

[U-Boot] Saving environment question

2011-03-31 Thread Charles Krinke
I have an MPC8323ERDB that I am trying to update from an older version of u-boot to 2010.12 and am having trouble saving the environment with "saveenv". I turn on the debug in env_flash.c and can see the failure is at line 271 near the beginning of the saveenv() routine where we are trying to malli

Re: [U-Boot] u-boot fails to build for powerpc with gcc 4.5.1

2011-03-31 Thread Kumar Gala
On Mar 31, 2011, at 5:27 PM, Darren Hart wrote: > The u-boot recipe in Poky (OE core) fails to build u-boot for powerpc. > I've tested the following versions: > > v2010.09 > v2010.12 > v2011.03 > > All versions fail with: > $ make ARCH=powerpc > CROSS_COMPILE=/opt/poky/1.0/sysroots/x86_64-pokys

[U-Boot] u-boot fails to build for powerpc with gcc 4.5.1

2011-03-31 Thread Darren Hart
The u-boot recipe in Poky (OE core) fails to build u-boot for powerpc. I've tested the following versions: v2010.09 v2010.12 v2011.03 All versions fail with: $ make ARCH=powerpc CROSS_COMPILE=/opt/poky/1.0/sysroots/x86_64-pokysdk-linux/usr/bin/ppc603e-poky-linux/powerpc-poky-linux- MPC8315ERDB_co

Re: [U-Boot] [PATCH v2] Fix build issues cause by LDFLAGS_FINAL changes

2011-03-31 Thread Wolfgang Denk
Dear Scott Wood, In message <20110331212629.ga17...@schlenkerla.am.freescale.net> you wrote: > From: Wolfgang Denk > > Commit 6dc1ece "Introduce a new linker flag LDFLAGS_FINAL" modified a > number of Makefiles in a way that broke out-of-tree builds. The > problem was that $(nandobj) was used b

Re: [U-Boot] Build issues with a number of 83xx boards

2011-03-31 Thread Wolfgang Denk
Dear Scott Wood, In message <20110331112109.12162...@schlenkerla.am.freescale.net> you wrote: > > I don't see the above error with top-of-tree: > > $ CROSS_COMPILE=~/ppc-tc-4.5/bin/powerpc-linux-gnu- ./MAKEALL > MPC8313ERDB_NAND_33 > Configuring for MPC8313ERDB_NAND_33 - Board: MPC8313ERDB, Opti

[U-Boot] [PATCH v2] Fix build issues cause by LDFLAGS_FINAL changes

2011-03-31 Thread Scott Wood
From: Wolfgang Denk Commit 6dc1ece "Introduce a new linker flag LDFLAGS_FINAL" modified a number of Makefiles in a way that broke out-of-tree builds. The problem was that $(nandobj) was used before it got defined. Fix this. Signed-off-by: Wolfgang Denk Signed-off-by: Scott Wood --- v2: Added

Re: [U-Boot] [PATCH] ehci-pci: Add PCI EHCI controller

2011-03-31 Thread Remy Bohmer
Hi, 2011/3/31 Trübenbach, Ralf : > This patch adds support for the PI7C9X442SL PCIe EHCI host controller > from Pericom. > > Tested at P4080DS eval board from Freescale. > > Signed-off-by: Ralf Trübenbach > Cc: Remy Bohmer > --- > Applied to u-boot-usb. Thanks. Remy __

Re: [U-Boot] [PATCH] Fix build issues cause by LDFLAGS_FINAL changes

2011-03-31 Thread Scott Wood
On Thu, 31 Mar 2011 16:52:31 +0200 Wolfgang Denk wrote: > Commit 6dc1ece "Introduce a new linker flag LDFLAGS_FINAL" modified a > number of Makefiles in a way that broke out-of-tree builds. The > problem was that $(nandobj) was used before it got defined. > > Fix this. > > Signed-off-by: Wolfg

Re: [U-Boot] Build issues with a number of 83xx boards

2011-03-31 Thread Scott Wood
On Thu, 31 Mar 2011 11:51:30 -0500 Kim Phillips wrote: > On Thu, 31 Mar 2011 11:21:09 -0500 > Scott Wood wrote: > > > On Thu, 31 Mar 2011 17:40:17 +0200 > > Wolfgang Denk wrote: > > > In message <20110331103141.80162901.kim.phill...@freescale.com> you wrote: > > > > Scott, please push this com

Re: [U-Boot] Build issues with a number of 83xx boards

2011-03-31 Thread Kim Phillips
On Thu, 31 Mar 2011 11:21:09 -0500 Scott Wood wrote: > On Thu, 31 Mar 2011 17:40:17 +0200 > Wolfgang Denk wrote: > > In message <20110331103141.80162901.kim.phill...@freescale.com> you wrote: > > > Scott, please push this commit upstream to fix out of source tree > > > NAND builds. > > > > See

[U-Boot] [PATCH] ehci-pci: Add PCI EHCI controller

2011-03-31 Thread Trübenbach , Ralf
This patch adds support for the PI7C9X442SL PCIe EHCI host controller from Pericom. Tested at P4080DS eval board from Freescale. Signed-off-by: Ralf Trübenbach Cc: Remy Bohmer --- diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index cff3438..2b68f7b 100644 --- a/drive

Re: [U-Boot] data alignment problem with redundant env

2011-03-31 Thread Andre Schwarz
Wolfgang, >>> Which board would that be? I don't see this on any board I tested. >> it is mvblm7 (=MPC8343) and a new MPC8377 based one waiting for >> the merge window to open. >> >> >> I'm using a gcc-4.3.3 from OpenEmbedded/Angstrom ... if this matters at all. > Can you please try and use anothe

Re: [U-Boot] [PATCH] Fix build issues cause by LDFLAGS_FINAL changes

2011-03-31 Thread Haiying Wang
On Thu, 2011-03-31 at 17:37 +0200, Wolfgang Denk wrote: > > $(nandobj) was defined in those Makefiles in that way before applying > > LDFLAGS_FINAL patch. Why could the out-of-tree builds passed before > > applying LDFLAG_FINAL patch? > > Have a look at the changes introduced by your commit, and

Re: [U-Boot] Build issues with a number of 83xx boards

2011-03-31 Thread Scott Wood
On Thu, 31 Mar 2011 17:40:17 +0200 Wolfgang Denk wrote: > Dear Kim Phillips, > > In message <20110331103141.80162901.kim.phill...@freescale.com> you wrote: > > On Thu, 31 Mar 2011 11:19:15 +0200 > > Wolfgang Denk wrote: > > > > > Dear Kim & Kumar, > > > > > > are you aware that a number of 83

Re: [U-Boot] [PATCH v3 01/23] powerpc, mpc83xx: add missing functions to mpc83xx.h

2011-03-31 Thread Kim Phillips
On Thu, 31 Mar 2011 07:38:18 +0200 Heiko Schocher wrote: > Hello Kim, > > Kim Phillips wrote: > > On Mon, 21 Mar 2011 08:01:57 +0100 > > Heiko Schocher wrote: > > > >> Signed-off-by: Heiko Schocher > >> cc: Kim Phillips > >> cc: Holger Brunck > >> cc: Wolfgang Denk > >> cc: Detlev Zundel

Re: [U-Boot] data alignment problem with redundant env

2011-03-31 Thread Wolfgang Denk
Dear Andre Schwarz, In message <4d94a250@matrix-vision.de> you wrote: > > > Which board would that be? I don't see this on any board I tested. > it is mvblm7 (=MPC8343) and a new MPC8377 based one waiting for > the merge window to open. > > > I'm using a gcc-4.3.3 from OpenEmbedded/Angstrom

Re: [U-Boot] [PATCH] serial: ns16550: fix different reg size access

2011-03-31 Thread Wolfgang Denk
Dear Lei Wen, In message <1301586774-25447-1-git-send-email-lei...@marvell.com> you wrote: > Some hardware would dysfunctional if only access the register by > byte. This patch is tend to recover original access the responding > register according to CONFIG_SYS_NS16550_REG_SIZE. Can you please ex

[U-Boot] [PATCH] serial: ns16550: fix different reg size access

2011-03-31 Thread Lei Wen
Some hardware would dysfunctional if only access the register by byte. This patch is tend to recover original access the responding register according to CONFIG_SYS_NS16550_REG_SIZE. Signed-off-by: Lei Wen --- README |5 drivers/serial/ns16550.c |7 -- include/

Re: [U-Boot] data alignment problem with redundant env

2011-03-31 Thread Andre Schwarz
Wolfgang, > Dear Andre Schwarz, > > In message<4d949e22.5090...@matrix-vision.de> you wrote: >> moving to latest U-Boot introduces some issues with the environment. > Which board would that be? I don't see this on any board I tested. it is mvblm7 (=MPC8343) and a new MPC8377 based one waiting for

Re: [U-Boot] Build issues with a number of 83xx boards

2011-03-31 Thread Wolfgang Denk
Dear Kim Phillips, In message <20110331103141.80162901.kim.phill...@freescale.com> you wrote: > On Thu, 31 Mar 2011 11:19:15 +0200 > Wolfgang Denk wrote: > > > Dear Kim & Kumar, > > > > are you aware that a number of 83xx boards don't build any more? > > I see errors like these: > > > > Config

Re: [U-Boot] data alignment problem with redundant env

2011-03-31 Thread Wolfgang Denk
Dear Andre Schwarz, In message <4d949e22.5090...@matrix-vision.de> you wrote: > > moving to latest U-Boot introduces some issues with the environment. Which board would that be? I don't see this on any board I tested. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wo

Re: [U-Boot] [PATCH] Fix build issues cause by LDFLAGS_FINAL changes

2011-03-31 Thread Wolfgang Denk
Dear Haiying Wang, In message <1301583985.1991.4.camel@haiying-laptop> you wrote: > > What is "out-of-tree builds"? Why did LDFLAGS_FINAL patch break it? the out-of-tree building means that you store all build results in some other directory, outside of the source tree. See item 3 under Notes at

Re: [U-Boot] Build issues with a number of 83xx boards

2011-03-31 Thread Kim Phillips
On Thu, 31 Mar 2011 11:19:15 +0200 Wolfgang Denk wrote: > Dear Kim & Kumar, > > are you aware that a number of 83xx boards don't build any more? > I see errors like these: > > Configuring for MPC8313ERDB_NAND_33 - Board: MPC8313ERDB, Options: > SYS_33MHZ,NAND_U_BOOT > ppc_6xx-ld: cannot open l

[U-Boot] data alignment problem with redundant env

2011-03-31 Thread Andre Schwarz
Hi, moving to latest U-Boot introduces some issues with the environment. Setup: - PowerPC based boards (52xx / 83xx) - Environments are in flash with redundancy Dumping flash the environments with dd and using hexdump shows : - crc32 - flags Data (first entry beginning with 'a').

[U-Boot] PERSONAL ASSISTANT NEEDED URGENTLY

2011-03-31 Thread Mrs.Michelle & Richard Moore
Hi, My name is Mrs Michelle wife to Mr Richard Jones Moore,I came across your resume on Career Network saying you need employment.I\'ll need your services as a personal assistant for my business within the . We just moved in to town a couple of days ago before embarking on a trip sponsored by

Re: [U-Boot] [PATCH] Fix build issues cause by LDFLAGS_FINAL changes

2011-03-31 Thread Haiying Wang
Dear Wolfgang, On Thu, 2011-03-31 at 16:52 +0200, Wolfgang Denk wrote: > Commit 6dc1ece "Introduce a new linker flag LDFLAGS_FINAL" modified a > number of Makefiles in a way that broke out-of-tree builds. The > problem was that $(nandobj) was used before it got defined. What is "out-of-tree builds

[U-Boot] mpq101 board broken

2011-03-31 Thread Wolfgang Denk
Dear Alex, the mpq101 board support is broken in recent versions of U-Boot: Configuring for mpq101 board... ppc_85xxDP-ld: u-boot: section .ppcenv lma 0xfffc overlaps previous sections Can you please have a look? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolf

[U-Boot] [PATCH] Fix build issues cause by LDFLAGS_FINAL changes

2011-03-31 Thread Wolfgang Denk
Commit 6dc1ece "Introduce a new linker flag LDFLAGS_FINAL" modified a number of Makefiles in a way that broke out-of-tree builds. The problem was that $(nandobj) was used before it got defined. Fix this. Signed-off-by: Wolfgang Denk --- nand_spl/board/amcc/acadia/Makefile |6 +++-

Re: [U-Boot] [PATCH 2/7] tsec: arrange the code to avoid useless function declaration

2011-03-31 Thread Fleming Andy-AFLEMING
Ah, I didnt see it was already in next On Mar 31, 2011, at 3:13, "Kumar Gala" wrote: > > On Mar 29, 2011, at 2:30 PM, Andy Fleming wrote: > >> From: Mingkai Hu >> >> Signed-off-by: Mingkai Hu >> Acked-by: Andy Fleming >> Signed-off-by: Kumar Gala >> --- >> drivers/net/tsec.c | 857 >> ++

[U-Boot] [PATCH v2] ftsmc020: enhanced features and unnested structures

2011-03-31 Thread Macpaul Lin
1. Enhance ftsmc020 according to datasheets. 2. Fix relocation related declaration. Signed-off-by: Macpaul Lin --- Changes for v2: - Remove assembly register offsets for support lowlevel_init.S. - The nested structure of register offsets has been rewrote. - Fix relocation related declaratio

Re: [U-Boot] [PATCH v2] ftsmc020: enhanced features and unnested structures

2011-03-31 Thread Wolfgang Denk
Dear "Macpaul Lin", In message <1301570307-13852-1-git-send-email-macp...@andestech.com> you wrote: > 1. Enhance ftsmc020 according to datasheets. > 2. Fix relocation related declaration. > > Signed-off-by: Macpaul Lin ... > CONFIDENTIALITY NOTICE: > > This e-mail (and its attachments) may cont

[U-Boot] [PATCH v2] ftsmc020: enhanced features and unnested structures

2011-03-31 Thread Macpaul Lin
1. Enhance ftsmc020 according to datasheets. 2. Fix relocation related declaration. Signed-off-by: Macpaul Lin --- Changes for v2: - Remove assembly register offsets for support lowlevel_init.S. - The nested structure of register offsets has been rewrote. - Fix relocation related declaratio

Re: [U-Boot] Build issues with a number of 83xx boards

2011-03-31 Thread Wolfgang Denk
Hi all, In message <20110331091915.d9b19edf...@gemini.denx.de> I wrote: > > are you aware that a number of 83xx boards don't build any more? > I see errors like these: > > Configuring for MPC8313ERDB_NAND_33 - Board: MPC8313ERDB, Options: > SYS_33MHZ,NAND_U_BOOT > ppc_6xx-ld: cannot open linker

Re: [U-Boot] how does Linux call the function from u-boot?

2011-03-31 Thread Wolfgang Denk
Dear "sywang", In message you wrote: > > how does Linux call the function from u-boot? Simply: it does not. When Linux starts running, U-Boot is gone and dead; nothing of it survives the boot of Linux except for the parameters passed to the Linux kernel. Linux has no idea which boot loader ha

[U-Boot] how does Linux call the function from u-boot?

2011-03-31 Thread sywang
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Build issues with a number of 83xx boards

2011-03-31 Thread Wolfgang Denk
Dear Kim & Kumar, are you aware that a number of 83xx boards don't build any more? I see errors like these: Configuring for MPC8313ERDB_NAND_33 - Board: MPC8313ERDB, Options: SYS_33MHZ,NAND_U_BOOT ppc_6xx-ld: cannot open linker script file u-boot.lds: No such file or directory make[1]: *** [/wor

[U-Boot] [PATCH 1/2] ARMV7: Adding support for Samsung SMDKV310 Board

2011-03-31 Thread Chander Kashyap
SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much similar to S5PC210. Signed-off-by: Chander Kashyap Signed-off-by: Tushar Behera --- board/samsung/smdkv310/Makefile| 46 +++ board/samsung/smdkv310/config.mk |1 + board/samsung/smdkv310/lowlevel_init.S |

[U-Boot] [PATCH 2/2] ARMV7: MMC SPL Boot support for SMDKV310 board

2011-03-31 Thread Chander Kashyap
Added MMC SPL boot support for SMDKV310. This framework design is based on nand_spl support. Signed-off-by: Chander Kashyap --- Makefile| 11 ++- spl/board/samsung/smdkv310/Makefile | 104 +++ spl/board/samsung/smdkv310/m

[U-Boot] [PATCH 0/2] SMDKV310 Board support

2011-03-31 Thread Chander Kashyap
Hi, This patchset adds support for a new board SMDKV310, based on S5PV310 SOC. This SOC is very similar to S5PC210 SOC, hence we are re-using this SOC code. Chander Kashyap (2): ARMV7: Adding support for Samsung SMDKV310 Board ARMV7: MMC SPL Boot support for SMDKV310 board Makefile

Re: [U-Boot] [PATCH] ftsmc020: enhance for features and asm support.

2011-03-31 Thread Wolfgang Denk
Dear Macpaul Lin, Please keep the mailing list on Cc: (re-added) In message you wrote: > > > I repeat again: I consider this manual unrolling of the nested structs > > a Bad Thing. You should have separate offsets for each of the nested > > structs. > > The above code is really a rework for

Re: [U-Boot] [PATCH v7 1/4] mpc8xxx: DDR2/DDR3: Clean up DIMM-type switch statements

2011-03-31 Thread Kumar Gala
On Mar 28, 2011, at 10:35 AM, Kyle Moffett wrote: > The numeric constants in the switch statements are replaced by #defines > added to the common ddr_spd.h header. This dramatically improves the > readability of the switch statments. > > In addition, a few of the longer lines were cleaned up, a

[U-Boot] [PATCH 2/2] p4080ds: remove rev1-specific code for the SERDES8 erratum

2011-03-31 Thread Kumar Gala
From: Timur Tabi Remove the SERDES8 erratum work-around code that only applied to P4080 rev1, which is not supported by this version of U-Boot. Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 106 +++-- 1 files chang

[U-Boot] [PATCH 1/2] p4080ds: add README.p4080ds which documents the "serdes" hwconfig option

2011-03-31 Thread Kumar Gala
From: Timur Tabi Add documentation for the "serdes" hwconfig option, which is used to specify the status of SerDes banks two and three for the SERDES8 erratum work-around. Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala --- doc/README.p4080ds | 32 1 fil

[U-Boot] [PATCH] powerpc/8xxx: Fix typo for address hashing message

2011-03-31 Thread Kumar Gala
Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c b/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c index ee7ef0f..02d069c 100644 --- a/arch/powerpc/cpu/mpc8xxx/ddr/ct

[U-Boot] [PATCH V6 5/5] I2C: add i2c support for Armada100 platform

2011-03-31 Thread Lei Wen
Add i2c support to aspenite board with Armada100 soc. Signed-off-by: Lei Wen --- Changelog: V2: NO CHANGE V3: clean code style issue V4: V5: NO CHANGE V6: Move the CONFIG_CMD_I2C define place arch/arm/cpu/arm926ejs/armada100/cpu.c| 16 +++ arch/arm/include/asm/arch-armada100/mf

[U-Boot] [PATCH V6 4/5] I2C: mv_i2c: add multi bus support

2011-03-31 Thread Lei Wen
Add the ability to support multiple i2c bus for mv_i2c Signed-off-by: Lei Wen --- Changelog: V2: NO CHANGE V3: clean code style issue V4: V5: V6: NO CHANGE drivers/i2c/mv_i2c.c | 36 +++- 1 files changed, 35 insertions(+), 1 deletions(-) diff --git a/drivers

[U-Boot] [PATCH V6 1/5] pxa: move i2c driver to the common place

2011-03-31 Thread Lei Wen
For better sharing with other platform other than pxa's, it is more convenient to put the driver to the common place. Signed-off-by: Lei Wen --- Changelog: v2: rename previous pxa_i2c to mvi2c. V3: change previous name from pxa_i2c to mv_i2c clean code style issue exist in original code V4:

[U-Boot] [PATCH V6 3/5] I2C: add i2c support for Pantheon platform

2011-03-31 Thread Lei Wen
Add i2c support to dkb board with pantheon soc. Signed-off-by: Lei Wen --- Changelog: V2: NO CHANGE V3: clean code sytle issue Add i2c clock enable code include in I2C configure define block V4: make i2c definition included in the ifdef V5: NO CHANGE V6: Move the CONFIG_CMD_I2C define place

[U-Boot] [PATCH V6 2/5] mv_i2c: use structure to replace the direclty define

2011-03-31 Thread Lei Wen
Add i2c_clk_enable in the cpu specific code, since previous platform it, while new platform don't need. In the pantheon and armada100 platform, this function is defined as NULL one. Signed-off-by: Lei Wen --- Changelog: V2: NO CHANGE V3: clean code sytle issue V4: V5: V6: NO CHANGE arch/arm/c

[U-Boot] [PATCH V6 0/5] add i2c support to pantheon and aramada100

2011-03-31 Thread Lei Wen
V2: rename the previous pxa_i2c to mvi2c, since this driver would be shared by many other Marvell platforms. V3: Clean the code sytle issue V4: add and* and or* to make set bit operation generic Also make i2c definition included in the ifdef V5: Fix code style issue of the first patch V6: Sepe

Re: [U-Boot] [PATCH v6 1/4] mpc8xxx: DDR2/DDR3: Clean up DIMM-type switch statements

2011-03-31 Thread Kumar Gala
On Mar 15, 2011, at 12:04 PM, Kyle Moffett wrote: > The numeric constants in the switch statements are replaced by #defines > added to the common ddr_spd.h header. This dramatically improves the > readability of the switch statments. > > In addition, a few of the longer lines were cleaned up, a

Re: [U-Boot] [PATCH v3] fsl_ddr: Don't use full 64-bit divides on 32-bit PowerPC

2011-03-31 Thread Kumar Gala
On Mar 15, 2011, at 10:23 AM, Kyle Moffett wrote: > The current FreeScale MPC-8xxx DDR SPD interpreter is using full 64-bit > integer divide operations to convert between nanoseconds and DDR clock > cycles given arbitrary DDR clock frequencies. > > Since all of the inputs to this are 32-bit (nan

Re: [U-Boot] [PATCH] ftsmc020: enhance for features and asm support.

2011-03-31 Thread Wolfgang Denk
Dear Macpaul Lin, In message you wrote: > > There are lots of register offset is widely been used both in > lowlevel_init and C environment. Yes, there is a lot os mess that piled up over the years. It will take time to clean this up. > If there is a code wrote as writel(0x1, AT91_ASM_SMC_S

Re: [U-Boot] [PATCH] powerpc/85xx: Fix setting of LIODN prop in PCIe nodes on P3041/P5020

2011-03-31 Thread Kumar Gala
On Mar 15, 2011, at 1:14 PM, Kumar Gala wrote: > From: Laurentiu TUDOR > > We utilize the compatible string to find the node to add fsl,liodn > property to. However P3041 & P5020 don't have "fsl,p4080-pcie" > compatible for their PCIe controllers as they aren't backwards compatible. > > Allow

Re: [U-Boot] [PATCH 2/7] tsec: arrange the code to avoid useless function declaration

2011-03-31 Thread Kumar Gala
On Mar 29, 2011, at 2:30 PM, Andy Fleming wrote: > From: Mingkai Hu > > Signed-off-by: Mingkai Hu > Acked-by: Andy Fleming > Signed-off-by: Kumar Gala > --- > drivers/net/tsec.c | 857 +--- > 1 files changed, 416 insertions(+), 441 deletions(-)

Re: [U-Boot] [PATCH] ftsmc020: enhance for features and asm support.

2011-03-31 Thread Macpaul Lin
Hi Wolfgang 2011/3/31 Wolfgang Denk : > Dear Macpaul Lin, > > We should probably split architecture and/or board specific additions > like these into separate files in the respectice architecture / board > directories.  Eventually we add make targets for these, then; for now > it's probably suffic

Re: [U-Boot] [PATCH 1/7] tsec: use IO accessories to access the register

2011-03-31 Thread Kumar Gala
On Mar 29, 2011, at 2:30 PM, Andy Fleming wrote: > From: Mingkai Hu > > Signed-off-by: Mingkai Hu > Acked-by: Andy Fleming > Signed-off-by: Kumar Gala > --- > drivers/net/tsec.c | 234 ++- > include/tsec.h |8 +- > 2 files changed, 123 i

Re: [U-Boot] [PATCH] [MPC837x v2] Make it work again with USB.

2011-03-31 Thread Andre Schwarz
Kim, > On Mon, 28 Feb 2011 17:18:38 +0100 > Andre Schwarz wrote: > >> sorry to bother you again, but I again stumbled over the discussed USB >> init issue : > nack, 837x has a usb controller at IMMR+0x23000. yes - but offset 0x00-0xff is explicitly reserved regarding to the manual.

Re: [U-Boot] [PATCH V5 4/6] I2C: add i2c support for Pantheon platform

2011-03-31 Thread Lei Wen
Hi Prafulla, On Thu, Mar 31, 2011 at 2:56 AM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Lei Wen [mailto:adrian.w...@gmail.com] >> Sent: Wednesday, March 30, 2011 7:36 PM >> To: Prafulla Wadaskar >> Cc: Lei Wen; Heiko Schocher; Wolfgang Denk; u-boot@lists.denx.de; Marek >

Re: [U-Boot] Please pull u-boot-mpc85xx.git (updated)

2011-03-31 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > [ Pull in one other HW / SoC related fix in for v2011.03 ] > > The following changes since commit cb815e5ff979e36d68df130a810d34de4bf93289: > > Prepare v (2011-03-27 21:50:07 +0200) > > are available in the git repository at: > git://git.denx.de/u-

Re: [U-Boot] Please pull u-boot-cfi-flash/master

2011-03-31 Thread Wolfgang Denk
Dear Stefan Roese, In message <201103281934.20704...@denx.de> you wrote: > Hi Wolfgang, > > please pull this CFI fix: > > The following changes since commit cb815e5ff979e36d68df130a810d34de4bf93289: > > Prepare v (2011-03-27 21:50:07 +0200) > > are available in the git repository at: > git