Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:25 Wed 01 Apr , Remy Bohmer wrote: Hello Stefan, From what I remember we all agreed to move the device drivers (e.g. ethernet, NAND, USB, serial etc) from the architecture/board (cpu/... board/...) to the drivers directories at some time. Speaking for PPC4xx, the 4xx

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread Stefan Roese
On Tuesday 31 March 2009, Wolfgang Denk wrote: In message 20090331192117.gf24...@game.jcrosoft.org you wrote:  drivers/usb/Makefile                               |    1 +  .../at91/usb.c = drivers/usb/atmel_usb.c          |    0  rename cpu/arm926ejs/at91/usb.c =

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread Remy Bohmer
Hello Stefan, From what I remember we all agreed to move the device drivers (e.g. ethernet, NAND, USB, serial etc) from the architecture/board (cpu/... board/...) to the drivers directories at some time. Speaking for PPC4xx, the 4xx ethernet driver has recently been moved from cpu/ppc4xx to

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread Remy Bohmer
Hello Jean-Christophe, And that is exactly the issue here. The discussion is about moving 'platform USB init code' to generic driver code. I would have no problems with moving real USB drivers to the generic driver section, if they are cleaned from board specific code, of course. in our

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:57 Wed 01 Apr , Remy Bohmer wrote: Hello Jean-Christophe, And that is exactly the issue here. The discussion is about moving 'platform USB init code' to generic driver code. I would have no problems with moving real USB drivers to the generic driver section, if they are

[U-Boot] ppc: using d-cache for C stack and as cache at the same time?

2009-04-01 Thread Jens Gehrlein
Hi, AFAIK, while running from flash, u-boot uses (part of) d-cache on some platforms for the C stack. I think, it's on MPC83xx and MPC85xx? Does anybody know, if I can use the remaining part of the d-cache as normal d-cache, e.g. to generate bursts on the SDRAM interface while testing the RAM?

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:57 Wed 01 Apr , Remy Bohmer wrote: Hello Jean-Christophe, And that is exactly the issue here. The discussion is about moving 'platform USB init code' to generic driver code. I would have no problems with moving real USB drivers to the generic driver section, if they are

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Marco
I agree with Liu Dave. I sent a patch two times about a new tools command called imls, but I didn't receive back the patch (neither the first nor the second time) as list subscriber so I'm not sure that the patch has been received. Wolfgang, can you confirm to me that the patch has been received?

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Markus Rathgeb
Mar 28: [U-Boot] [PATCH] Add imls utility command‎ - … new command called imls. It's goal is the same of UBoot's imls but it has to be used as … Mar 30: [U-Boot] [PATCH] Add imls utility command‎ - … new command called imls. Its goal is the same of UBoot imls but it can be used as Linux shell …

[U-Boot] bss section initialization on s3c44b0

2009-04-01 Thread Ming-Dien Chang
I had a problem of unreasonable value of variable 'top_pad' which should be zero. After reading .../cpu/s3c44b0/start.S, it seems that .bss section is not been initialized to zero. Every thing goes fine after patching the .bss initialization. Is it a bug ? Or I missed something ? Best regards,

Re: [U-Boot] U-Boot Digest, Vol 11, Issue 3

2009-04-01 Thread Zheng.Wang
Hello, I am a new uboot. I want to ask about if there is patch for Realview Platform Based ARM11 MPCORE board, or if there is any similiar boards or patches. Yesterday I tried a patch called Realview EB Board and cannot detect DRAM and Flash when testing. BR, George

[U-Boot] Inquiring about Uboot patch on Realview PB ARM11Mpcore

2009-04-01 Thread Zheng.Wang
Hello, I am a new uboot. I want to ask about if there is patch for Realview Platform Based ARM11 MPCORE board, or if there is any similiar boards or patches. Yesterday I tried a patch called Realview EB Board and cannot detect DRAM and Flash when testing. BR, Zheng

Re: [U-Boot] bss section initialization on s3c44b0

2009-04-01 Thread Wolfgang Denk
Dear Ming-Dien Chang, In message 714db0904010157n29d03f2bu8c8224844add5...@mail.gmail.com you wrote: I had a problem of unreasonable value of variable 'top_pad' which should be zero. After reading .../cpu/s3c44b0/start.S, it seems that .bss section is not been initialized to zero. Every

Re: [U-Boot] ppc: using d-cache for C stack and as cache at the same time?

2009-04-01 Thread Wolfgang Denk
Dear Jens Gehrlein, In message 49d323e5.9080...@tqs.de you wrote: AFAIK, while running from flash, u-boot uses (part of) d-cache on some platforms for the C stack. I think, it's on MPC83xx and MPC85xx? Does anybody know, if I can use the remaining part of the d-cache as normal d-cache,

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Wolfgang Denk
Dear Marco, In message 49d32ab2.10...@gmail.com you wrote: I agree with Liu Dave. I sent a patch two times about a new tools command called imls, but I didn't receive back the patch (neither the first nor the second time) as list subscriber so I'm not sure that the patch has been received.

Re: [U-Boot] Inquiring about Uboot patch on Realview PB ARM11Mpcore

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:13 Wed 01 Apr , zheng.w...@infineon.com wrote: Hello, I am a new uboot. I want to ask about if there is patch for Realview Platform Based ARM11 MPCORE board, or if there is any similiar boards or patches. Yesterday I tried a patch called Realview EB Board and cannot detect DRAM

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread Michael Trimarchi
Hi, Jean-Christophe PLAGNIOL-VILLARD wrote: On 09:57 Wed 01 Apr , Remy Bohmer wrote: Hello Jean-Christophe, And that is exactly the issue here. The discussion is about moving 'platform USB init code' to generic driver code. I would have no problems with moving real USB drivers

Re: [U-Boot] [PATCH] omap3: mmc: mmc2 support

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:07 Sat 28 Mar , Minkyu Kang wrote: There are 3 MMC/SD/SDIO host controllers inside the device. This patch will support mmc2 and mmc3(mmc3 have not tested) Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- drivers/mmc/omap3_mmc.c | 74

Re: [U-Boot] ppc: using d-cache for C stack and as cache at thesame time?

2009-04-01 Thread Jens Gehrlein
Liu Dave-R63238 schrieb: AFAIK, while running from flash, u-boot uses (part of) d-cache on some platforms for the C stack. I think, it's on MPC83xx and MPC85xx? Does anybody know, if I can use the remaining part of the d-cache as normal d-cache, e.g. to generate bursts on the SDRAM

Re: [U-Boot] ppc: using d-cache for C stack and as cache at the same time?

2009-04-01 Thread Jens Gehrlein
Dear Wolfgang Denk, Wolfgang Denk schrieb: Dear Jens Gehrlein, In message 49d323e5.9080...@tqs.de you wrote: AFAIK, while running from flash, u-boot uses (part of) d-cache on some platforms for the C stack. I think, it's on MPC83xx and MPC85xx? Does anybody know, if I can use the

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Marco
Thank you very much for information Wolfgang. However I don't understand why I didn't receive my post on the mailing list, I'm afraid that even other people didn't receive it and then I don't receive any comments. I checked the option Receive your own posts to the list on my setting and it sets to

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Liu Dave-R63238
Thank you very much for information Wolfgang. However I don't understand why I didn't receive my post on the mailing list, I'm afraid that even other people didn't receive it and then I don't receive any comments. I checked the option Receive your own posts to the list on my setting and it

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:27 Wed 01 Apr , Stefan Roese wrote: On Wednesday 01 April 2009, Michael Trimarchi wrote: It is just a glue code in linux. Maybe it will be simple if you create a core direcory and a host directory under the usb. An move the specific part in the host. Yes, I like this idea. This

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Marco
Mmmmand I receive your post just now...maybe a problem with the list that doesn't send the post to the author, the most important thing is however that everybody can read it. Liu Dave-R63238 ha scritto: Thank you very much for information Wolfgang. However I don't understand why I didn't

Re: [U-Boot] RAM Probing for ads5121rev4

2009-04-01 Thread m marx
Hello Michele De Candia Besides using a CPLD register - I thought perhaps this would be a great application for using one of the 256 user programmable fuses. Unfortunately -- this ads5121 rev has this feature disabled for now. John Rigby will be re-submitting those 2 patches along with a slew

Re: [U-Boot] UBIFS - Reading superblock error

2009-04-01 Thread Stefan Roese
Hi Marcelo, On Tuesday 31 March 2009, DATACOM - Mallmann wrote: I'm trying to use UBI and UBIFS over a nand device. I want to create a mtd partition in u-boot (with ubi part command), save a ubifs image (with mkfs.ubifs), mount and load it with ubifs commands. The easiest way to write an

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread Stefan Roese
On Wednesday 01 April 2009, Michael Trimarchi wrote: It is just a glue code in linux. Maybe it will be simple if you create a core direcory and a host directory under the usb. An move the specific part in the host. Yes, I like this idea. This gets us closer to the Linux directory structure.

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Jerry Van Baren
Mike Frysinger wrote: On Wednesday 01 April 2009 06:12:21 Marco wrote: Mmmmand I receive your post just now...maybe a problem with the list that doesn't send the post to the author, the most important thing is however that everybody can read it. ive received both of the imls util

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-04-01 Thread Marco
Yeah, maybe you're right the fault is of gmail. Jerry Van Baren ha scritto: Mike Frysinger wrote: On Wednesday 01 April 2009 06:12:21 Marco wrote: Mmmmand I receive your post just now...maybe a problem with the list that doesn't send the post to the author, the most important thing is

[U-Boot] Problem booting image + device tree (MPC5200B)

2009-04-01 Thread Nandini Hengen
Dear listers, I currently have a problem with the device tree - the kernel hangs after unpacking and trying to load the device tree. Distribution: OpenSuse 11.1, IA-64 Kernel 2.6.29 ARCH = ppc CROSS_COMPILE = powerpc-603e-gnu-gcc Hardware-Revision: Phytec MPC5200B-tiny

Re: [U-Boot] u-boot depends on toolchain

2009-04-01 Thread Wolfgang Denk
Dear Stevan Ignjatovic, In message 1238580375.15731.11.ca...@stevan you wrote: When I cross-compile u-boot prepared for my custom made board with mpc885 (CROSS_COMPILE=ppc_8xx-) using the toolchain found in eldk 4.2 (gcc version 4.2.2) u-boot doesn't boot because of an exception: ... However,

Re: [U-Boot] Problem booting image + device tree (MPC5200B)

2009-04-01 Thread Wolfgang Denk
Dear Nandini Hengen, In message b11fc910abee42fda27a3d279e222...@cerec you wrote: I currently have a problem with the device tree - the kernel hangs after unpacking and trying to load the device tree. ... U-Boot Version 1.2 incl. downloaded patches ... combination with

Re: [U-Boot] ppc: using d-cache for C stack and as cache at thesame time?

2009-04-01 Thread Peter Tyser
On Wed, 2009-04-01 at 17:29 +0800, Liu Dave-R63238 wrote: AFAIK, while running from flash, u-boot uses (part of) d-cache on some platforms for the C stack. I think, it's on MPC83xx and MPC85xx? Does anybody know, if I can use the remaining part of the d-cache as normal d-cache,

Re: [U-Boot] Problem booting image + device tree (MPC5200B)

2009-04-01 Thread Nandini Hengen
Hello, I have also downloaded U-Boot version u-boot-2009.3 Are any additional patches for the MPC5200b-tiny necessary? In case of U-Boot 1.2 I had u-boot-1.2.0.tar.bz2 and u-boot-1.2.0.mpc5200b-tiny-2.tar.gz which added a patches directory to my main directory. A few corrections to my

Re: [U-Boot] ppc: using d-cache for C stack and as cache at thesame time?

2009-04-01 Thread Jens Gehrlein
Peter Tyser schrieb: You should be able to use the 85xx DMA engine to generate the bursts too (I'd assume the same for 83xx, but never tried it). See cpu/mpc85xx/cpu.c dma_*(). The default values of the satr0 and datr0 don't allow the processor to snoop transactions, so you'd have to use

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread ksi
On Wed, 1 Apr 2009, Stefan Roese wrote: On Tuesday 31 March 2009, Wolfgang Denk wrote: In message 20090331192117.gf24...@game.jcrosoft.org you wrote:  drivers/usb/Makefile                               |    1 +  .../at91/usb.c = drivers/usb/atmel_usb.c          |    0  rename

Re: [U-Boot] [PATCH] 85xx: Introduce determine_mp_bootpg() helper.

2009-04-01 Thread Becky Bruce
On Mar 31, 2009, at 11:23 PM, Kumar Gala wrote: Match determine_mp_bootpg() that was added for 86xx. We need this to address a bug introduced in v2009.03 with 86xx MP booting. We have to make sure to reserve the region of memory used for the MP bootpg() so other u-boot code doesn't use it.

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread ksi
On Wed, 1 Apr 2009, Remy Bohmer wrote: Hello Stefan, From what I remember we all agreed to move the device drivers (e.g. ethernet, NAND, USB, serial etc) from the architecture/board (cpu/... board/...) to the drivers directories at some time. Speaking for PPC4xx, the 4xx ethernet

Re: [U-Boot] [PATCH] 85xx/86xx: Ensure MP boot page is not used

2009-04-01 Thread Becky Bruce
On Mar 31, 2009, at 11:23 PM, Kumar Gala wrote: We had a bug on 86xx in which the boot page used to bring up secondary cores was being overwritten and used for the malloc region in u-boot. We need to reserve the region of memory that the boot page is going to be put at so nothing uses it.

Re: [U-Boot] [PATCH] 86xx: Cleanup MP support

2009-04-01 Thread Kumar Gala
diff --git a/cpu/mpc85xx/mp.h b/cpu/mpc85xx/mp.h index 4329286..b06707f 100644 --- a/cpu/mpc85xx/mp.h +++ b/cpu/mpc85xx/mp.h @@ -5,6 +5,7 @@ ulong get_spin_addr(void); void setup_mp(void); u32 get_my_id(void); void cpu_mp_lmb_reserve(struct lmb *lmb); +u32 determine_bootpg(void); This

[U-Boot] [PATCH 3/3] 85xx/86xx: Ensure MP boot page is not used

2009-04-01 Thread Kumar Gala
We had a bug on 86xx in which the boot page used to bring up secondary cores was being overwritten and used for the malloc region in u-boot. We need to reserve the region of memory that the boot page is going to be put at so nothing uses it. Signed-off-by: Kumar Gala ga...@kernel.crashing.org

[U-Boot] [RFC PATCH] drivers/usb: regorganisation

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- better description will be wrote for the final patch Best Regards, J. Makefile |4 +++- drivers/usb/{ = core}/Makefile | 22 +- drivers/usb/{ =

Re: [U-Boot] New target : omap3_zoom2

2009-04-01 Thread Dirk Behme
Hi Tom, Tom wrote: Soon I will be submitting a set of patches to provide initial support for the zoom2. Zoom2 is new target similar to the omap3_zoom1 target. Here is a product link. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp A

Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-04-01 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: On 11:19 Tue 17 Mar , Dirk Behme wrote: Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. Clean up macros and comments. Signed-off-by: Dirk Behme dirk.be...@googlemail.com Signed-off-by: Manikandan Pillai

Re: [U-Boot] [PATCH v2 1/3] 86xx: Cleanup MP support

2009-04-01 Thread Becky Bruce
On Apr 1, 2009, at 11:06 AM, Kumar Gala wrote: * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx * Introduce determine_mp_bootpg() helper. We'll need this to address a bug introduced in v2009.03 with 86xx MP booting. We have to make sure to reserve the region of memory used

Re: [U-Boot] [PATCH 2/3] 85xx: Introduce determine_mp_bootpg() helper.

2009-04-01 Thread Becky Bruce
On Apr 1, 2009, at 11:06 AM, Kumar Gala wrote: Match determine_mp_bootpg() that was added for 86xx. We need this to address a bug introduced in v2009.03 with 86xx MP booting. We have to make sure to reserve the region of memory used for the MP bootpg() so other u-boot code doesn't use it.

Re: [U-Boot] [PATCH v4] board support patch for phyCORE-MPC5200B-tiny

2009-04-01 Thread Markus Rathgeb
An undocumented register? Are the specifications not released for the series = r700? But I have to confess to never read the specifications of ATI/AMD. Have you found something? Are you able to try to build pcm030_config with a recent checkout? = make -C drivers/rtc/ make[1]:

Re: [U-Boot] [PATCH 3/3] 85xx/86xx: Ensure MP boot page is not used

2009-04-01 Thread Wolfgang Denk
Dear Kumar Gala, In message 1238601989-6251-3-git-send-email-ga...@kernel.crashing.org you wrote: We had a bug on 86xx in which the boot page used to bring up secondary cores was being overwritten and used for the malloc region in u-boot. We need to reserve the region of memory that the

Re: [U-Boot] [PATCH v2 1/3] 86xx: Cleanup MP support

2009-04-01 Thread Wolfgang Denk
Dear Kumar Gala, In message 1238601989-6251-1-git-send-email-ga...@kernel.crashing.org you wrote: * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx * Introduce determine_mp_bootpg() helper. We'll need this to address a bug introduced in v2009.03 with 86xx MP booting. We have to

[U-Boot] [PATCH] ZOOM2 Add initial support for Zoom2

2009-04-01 Thread Tom Rix
Zoom2 is a new board from Texas Instruments and LogicPD This is the product description http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp This patch provides a zoom2 base target by copying zoom1 and by making some obvious changes. This target

[U-Boot] [PATCH] ZOOM2 Mux changes to support zoom2 configuration.

2009-04-01 Thread Tom Rix
Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/zoom2/zoom2.h | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/board/omap3/zoom2/zoom2.h b/board/omap3/zoom2/zoom2.h index 3199fa9..47401f7 100644 --- a/board/omap3/zoom2/zoom2.h +++

[U-Boot] [PATCH] ZOOM2 Add serial support.

2009-04-01 Thread Tom Rix
Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. The default serial is from the USB connector on left side of the debug board. The USB connector will produce 2 of the 4 UARTS. On your host pick the first enumeration. The serial port set up is the same with Zoom1.

[U-Boot] [PATCH] ZOOM2 Add led support.

2009-04-01 Thread Tom Rix
This patch controls the large LED on the top left of the zoom2. Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/zoom2/Makefile |4 ++- board/omap3/zoom2/led.c| 65 2 files changed, 68 insertions(+), 1 deletions(-) create mode

[U-Boot] [PATCH] ZOOM2 Add support for debug board detection.

2009-04-01 Thread Tom Rix
https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP The zoom2 has an auxillary board that contains the serial, net, jtag and battery simulator. This change supports a runtime check if the debug board is connected. Signed-off-by: Tom Rix

[U-Boot] [PATCH] ZOOM2 Mux changes to support zoom2 configuration.

2009-04-01 Thread Tom Rix
Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/zoom2/zoom2.h | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/board/omap3/zoom2/zoom2.h b/board/omap3/zoom2/zoom2.h index 3199fa9..47401f7 100644 --- a/board/omap3/zoom2/zoom2.h +++

[U-Boot] [PATCH] ZOOM2 Add support for debug board detection.

2009-04-01 Thread Tom Rix
https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP The zoom2 has an auxillary board that contains the serial, net, jtag and battery simulator. This change supports a runtime check if the debug board is connected. Signed-off-by: Tom Rix

[U-Boot] [PATCH] ZOOM2 Add led support.

2009-04-01 Thread Tom Rix
This patch controls the large LED on the top left of the zoom2. Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/zoom2/Makefile |4 ++- board/omap3/zoom2/led.c| 65 2 files changed, 68 insertions(+), 1 deletions(-) create mode

[U-Boot] [PATCH] ZOOM2 Add serial support.

2009-04-01 Thread Tom Rix
Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. The default serial is from the USB connector on left side of the debug board. The USB connector will produce 2 of the 4 UARTS. On your host pick the first enumeration. The serial port set up is the same with Zoom1.

[U-Boot] [PATCH] ZOOM2 Add initial support for Zoom2

2009-04-01 Thread Tom Rix
Zoom2 is a new board from Texas Instruments and LogicPD This is the product description http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp This patch provides a zoom2 base target by copying zoom1 and by making some obvious changes. This target

[U-Boot] New target : omap3_zoom2

2009-04-01 Thread Tom
Soon I will be submitting a set of patches to provide initial support for the zoom2. Zoom2 is new target similar to the omap3_zoom1 target. Here is a product link. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp A stable u-boot for this target

[U-Boot] ZOOM2 patches and more patches

2009-04-01 Thread Tom
Sorry for the double errr triple patch submission. Blame the fool, Tom ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-04-01 Thread Scott Wood
On Wed, Apr 01, 2009 at 08:48:51AM -0700, k...@koi8.net wrote: I also vote for moving _ALL_ the drivers (i2c, usb, net, etc.) to appropriate directories under drivers/ no matter architecture specific they are or not. Seconded. The criteria should generally be whether the code interacts with

Re: [U-Boot] [PATCH] ZOOM2 Add initial support for Zoom2

2009-04-01 Thread Scott Wood
On Wed, Apr 01, 2009 at 11:11:09AM -0500, Tom Rix wrote: +#define WRITE_NAND_COMMAND(d, adr)\ + writel(d, nand_cs_base-nand_cmd) +#define WRITE_NAND_ADDRESS(d, adr)\ + writel(d, nand_cs_base-nand_adr) +#define WRITE_NAND(d, adr) writew(d,

Re: [U-Boot] [PATCH v2 1/3] 86xx: Cleanup MP support

2009-04-01 Thread Kim Phillips
On Wed, 1 Apr 2009 11:06:27 -0500 Kumar Gala ga...@kernel.crashing.org wrote: -#if (CONFIG_NUM_CPUS 1) -void cpu_mp_lmb_reserve(struct lmb *lmb) +int cpu_reset(int nr) +{ + volatile immap_t *immr = (immap_t *)CONFIG_SYS_IMMR; + volatile ccsr_pic_t *pic = immr-im_pic; blank line

[U-Boot] [PATCH v3 1/3] 86xx: Cleanup MP support

2009-04-01 Thread Kumar Gala
* Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx * Introduce determine_mp_bootpg() helper. We'll need this to address a bug introduced in v2009.03 with 86xx MP booting. We have to make sure to reserve the region of memory used for the MP bootpg() so other u-boot code doesn't use

[U-Boot] [PATCH v3 2/3] 85xx: Introduce determine_mp_bootpg() helper.

2009-04-01 Thread Kumar Gala
Match determine_mp_bootpg() that was added for 86xx. We need this to address a bug introduced in v2009.03 with 86xx MP booting. We have to make sure to reserve the region of memory used for the MP bootpg() so other u-boot code doesn't use it. Also added a comment about how cpu_reset() is

[U-Boot] [PATCH v3 3/3] 85xx/86xx: Ensure MP boot page is not used

2009-04-01 Thread Kumar Gala
We had a bug on 86xx in which the boot page used to bring up secondary cores was being overwritten and used for the malloc region in u-boot. We need to reserve the region of memory that the boot page is going to be put at so nothing uses it. Signed-off-by: Kumar Gala ga...@kernel.crashing.org

[U-Boot] Please pull u-boot-mpc85xx.git

2009-04-01 Thread Kumar Gala
The following changes since commit 2344bb8de2354101a8264c2123303c9d8d2aed3c: Detlev Zundel (1): inka4x0: Use proper accessor macros for memory mapped registers. are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git master Becky Bruce (1):

Re: [U-Boot] [PATCH v2 1/3] 86xx: Cleanup MP support

2009-04-01 Thread Kumar Gala
On Apr 1, 2009, at 3:11 PM, Kim Phillips wrote: On Wed, 1 Apr 2009 11:06:27 -0500 Kumar Gala ga...@kernel.crashing.org wrote: -#if (CONFIG_NUM_CPUS 1) -void cpu_mp_lmb_reserve(struct lmb *lmb) +int cpu_reset(int nr) +{ +volatile immap_t *immr = (immap_t *)CONFIG_SYS_IMMR; +

Re: [U-Boot] [PATCH v4] board support patch for phyCORE-MPC5200B-tiny

2009-04-01 Thread Anatolij Gustschin
Markus Rathgeb wrote: An undocumented register? Are the specifications not released for the series = r700? But I have to confess to never read the specifications of ATI/AMD. Have you found something? I'm not aware of a released TRM for RV280. And after successful video BIOS run the video

Re: [U-Boot] [PATCH] ZOOM2 Add initial support for Zoom2

2009-04-01 Thread Wolfgang Denk
Dear Tom Rix, In message 1238602273-27252-1-git-send-email-tom@windriver.com you wrote: Zoom2 is a new board from Texas Instruments and LogicPD This is the product description http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp This patch

Re: [U-Boot] ZOOM2 patches and more patches

2009-04-01 Thread Wolfgang Denk
Dear Tom, In message 49d3c288.6060...@windriver.com you wrote: Sorry for the double errr triple patch submission. Blame the fool, Please make sure to number your patches, so it is clear in which order these should be applied (especially when you send the patches unthreaded like the

Re: [U-Boot] [PATCH] ZOOM2 Add support for debug board detection.

2009-04-01 Thread Wolfgang Denk
Dear Tom Rix, In message 1238602273-27252-3-git-send-email-tom@windriver.com you wrote: https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP The zoom2 has an auxillary board that contains the serial, net, jtag and battery simulator. This

Re: [U-Boot] [PATCH] ZOOM2 Add serial support.

2009-04-01 Thread Wolfgang Denk
Dear Tom Rix, In message 1238602273-27252-4-git-send-email-tom@windriver.com you wrote: Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. The default serial is from the USB connector on left side of the debug board. The USB connector will produce 2 of the 4

[U-Boot] [PATCH v4 1/3] 86xx: Cleanup MP support

2009-04-01 Thread Kumar Gala
* Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx * Introduce determine_mp_bootpg() helper. We'll need this to address a bug introduced in v2009.03 with 86xx MP booting. We have to make sure to reserve the region of memory used for the MP bootpg() so other u-boot code doesn't use

[U-Boot] [PATCH v4 2/3] 85xx: Introduce determine_mp_bootpg() helper.

2009-04-01 Thread Kumar Gala
Match determine_mp_bootpg() that was added for 86xx. We need this to address a bug introduced in v2009.03 with 86xx MP booting. We have to make sure to reserve the region of memory used for the MP bootpg() so other u-boot code doesn't use it. Also added a comment about how cpu_reset() is

[U-Boot] [PATCH v4 3/3] 85xx/86xx: Ensure MP boot page is not used

2009-04-01 Thread Kumar Gala
We had a bug on 86xx in which the boot page used to bring up secondary cores was being overwritten and used for the malloc region in u-boot. We need to reserve the region of memory that the boot page is going to be put at so nothing uses it. Signed-off-by: Kumar Gala ga...@kernel.crashing.org

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

2009-04-01 Thread Kumar Gala
(for got to add include/asm-ppc/mp.h, now fixed) The following changes since commit 2344bb8de2354101a8264c2123303c9d8d2aed3c: Detlev Zundel (1): inka4x0: Use proper accessor macros for memory mapped registers. are available in the git repository at:

Re: [U-Boot] [RFC PATCH] drivers/usb: regorganisation

2009-04-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1238606479-914-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- better description will be wrote for the final patch Maybe we should then remove some redundancy in the

Re: [U-Boot] ARM Pull Request

2009-04-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090330164713.gd23...@game.jcrosoft.org you wrote: Hi Wolfgang, The OMAP3 patch has been dropped Please Pull The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b: Wolfgang Denk (1): VCMA9: fix compile

Re: [U-Boot] [PATCH] at91sam9/at91cap: spi init wadd hardware chip select support

2009-04-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1238158665-21317-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com What exactly is this commit message supposed to tell me? I cannot make head nor tail of it. Best regards,

Re: [U-Boot] [PATCH 2/3] arm: clean cache management

2009-04-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1238431700-7803-2-git-send-email-plagn...@jcrosoft.com you wrote: unify arm cache management except for non standard cache as ARM7TDMI Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ... + echo /* May not be

Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-04-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090331202939.gi24...@game.jcrosoft.org you wrote: On 11:19 Tue 17 Mar , Dirk Behme wrote: Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. Clean up macros and comments. Signed-off-by: Dirk Behme

Re: [U-Boot] [PATCH] ZOOM2 Add initial support for Zoom2

2009-04-01 Thread Tom
Wolfgang Denk wrote: Dear Tom Rix, In message 1238602273-27252-1-git-send-email-tom@windriver.com you wrote: Zoom2 is a new board from Texas Instruments and LogicPD This is the product description

[U-Boot] Zoom2 respin 1

2009-04-01 Thread Tom
The main structural change was to move the board specific serial init out of the common drivers/serial/ns16550.c and into the board file board/omap3/zoom2/zoom2_serial.c. Some fixes spawned fixes in other omap boards. Last patch is to follow change to recent renaming of OMAP time divisor. Tom

[U-Boot] [PATCH 2/8] ZOOM2 Mux changes to support zoom2 configuration.

2009-04-01 Thread Tom Rix
Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/zoom2/zoom2.h | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/board/omap3/zoom2/zoom2.h b/board/omap3/zoom2/zoom2.h index c86d990..3807634 100644 --- a/board/omap3/zoom2/zoom2.h +++

[U-Boot] [PATCH 3/8] ZOOM2 Add support for debug board detection.

2009-04-01 Thread Tom Rix
https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP The zoom2 has an auxillary board that contains the serial, net, jtag and battery simulator. This change supports a runtime check if the debug board is connected. Signed-off-by: Tom Rix

[U-Boot] [PATCH 4/8] ZOOM2 Add serial support.

2009-04-01 Thread Tom Rix
Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. The default serial is from the USB connector on left side of the debug board. The USB connector will produce 2 of the 4 UARTS. On your host pick the first enumeration. The serial port set up is the same with Zoom1.

[U-Boot] [PATCH 5/8] ZOOM2 Add led support.

2009-04-01 Thread Tom Rix
This patch controls the large LED on the top left of the zoom2. Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/zoom2/Makefile |4 ++- board/omap3/zoom2/led.c| 66 2 files changed, 69 insertions(+), 1 deletions(-) create mode

[U-Boot] [PATCH 6/8] ZOOM1 Remove legacy NAND defines

2009-04-01 Thread Tom Rix
Signed-off-by: Tom Rix tom@windriver.com --- include/configs/omap3_zoom1.h | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index 883234a..09fdc75 100644 --- a/include/configs/omap3_zoom1.h

[U-Boot] [PATCH 7/8] OMAP3 Fix multiline formatting in board init files.

2009-04-01 Thread Tom Rix
Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/beagle/beagle.c | 20 ++-- board/omap3/evm/evm.c | 16 board/omap3/overo/overo.c | 12 ++-- board/omap3/pandora/pandora.c | 12 ++-- board/omap3/zoom1/zoom1.c |

[U-Boot] [PATCH 8/8] ZOOM2: rename timer divisor

2009-04-01 Thread Tom Rix
Divisor field is called PTV not PVT. This change is needed because of earlier OMAP commit 81472d893fa565c9d300928a40e504a689bde131 of the same name Signed-off-by: Tom Rix tom@windriver.com --- include/configs/omap3_zoom2.h |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-)

[U-Boot] U-boot initialization test

2009-04-01 Thread eija_flight
Hello, Below is my board initialization process : U-Boot 1.3.1 (Nov 27 2008 - 08:30:43) MPC83XX Reset Status: Software Hard, External/Internal Soft, External/Internal Hard CPU: e300c1, MPC8349E, Rev: 31 at 528 MHz, CSB: 264 MHz Board: MPX8349GC PCI1: 32 bit, 33 MHz SRAM: 1 MB I2C:

Re: [U-Boot] [PATCH] [ARM] Move machine specific code to board at s3c64xx (v2)

2009-04-01 Thread Kyungmin Park
Hi, If there's no objection, could you apply this patch to ARM git tree? Thank you, Kyungmin Park On Wed, Nov 26, 2008 at 10:18 AM, Kyungmin Park kmp...@infradead.org wrote: Move machine specific code to smdk6400. Some board use OneNAND instead of NAND. Some register MP0_CS_CFG[5:0] are

Re: [U-Boot] [PATCH] [ARM] Move machine specific code to board at s3c64xx (v2)

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:43 Thu 02 Apr , Kyungmin Park wrote: Hi, If there's no objection, could you apply this patch to ARM git tree? Just one question is the OneNand always 16bits? Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [RFC PATCH] drivers/usb: regorganisation

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:12 Thu 02 Apr , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1238606479-914-1-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- better description will be wrote for the final patch

Re: [U-Boot] [PATCH 5/8] ZOOM2 Add led support.

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: This patch controls the large LED on the top left of the zoom2. Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/zoom2/Makefile |4 ++- board/omap3/zoom2/led.c| 66 2 files

Re: [U-Boot] [PATCH 6/8] ZOOM1 Remove legacy NAND defines

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: Signed-off-by: Tom Rix tom@windriver.com --- include/configs/omap3_zoom1.h | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) Applied Best Regards, J. ___ U-Boot mailing list

Re: [U-Boot] [PATCH 2/8] ZOOM2 Mux changes to support zoom2 configuration.

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: Signed-off-by: Tom Rix tom@windriver.com --- board/omap3/zoom2/zoom2.h | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) please do this at the same time that you add the board Best Regards, J.

Re: [U-Boot] [PATCH 8/8] ZOOM2: rename timer divisor

2009-04-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: Divisor field is called PTV not PVT. This change is needed because of earlier OMAP commit 81472d893fa565c9d300928a40e504a689bde131 of the same name please do this at the same time you add the board Best Regards, J.

  1   2   >