Re: [U-Boot] [PATCH 1/1] net: Add Xilinx LL Temac driver version2

2009-02-23 Thread Michal Simek
OK. I'll look at it this week. Thanks, Michal Hi Michal, You submitted this so long ago that this driver should be in the tree right now. Unfortunately, I didn't give a thorough enough review the first time and I think it would be wrong to pull it in right now without addressing some

Re: [U-Boot] saveenv command erases flash u-boot

2009-02-23 Thread Michael Lawnick
rudresh said the following: i'm using u-boot -1.3.0 in MPC8313 evaluation board, it having a NAND , NOR Flash , u-boot stored in NOR flash. when i do the saveenv , reset command the u-boot is erased. i'm not able to fix this issue. help me to fix this issue Sounds U-Boot and environment

Re: [U-Boot] U-Boot Digest, Vol 9, Issue 275

2009-02-23 Thread Peter Griffin
i'm using u-boot -1.3.0 in MPC8313 evaluation board, it having a NAND , NOR Flash , u-boot stored in NOR flash. when i do the saveenv , reset command the u-boot is erased. i'm not able to fix this issue. help me to fix this issue On my board this was due to CONFIG_SYS_MONITOR_LEN not

Re: [U-Boot] [PATCH 1/1 V3] cmd_bdinfo: move implementation to arch instead of common

2009-02-23 Thread Haavard Skinnemoen
Jean-Christophe PLAGNIOL-VILLARD wrote: introduce two new weak functions board_bdinfo and cpu_bdinfo to allow board and cpu to print more information Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Haavard Skinnemoen haavard.skinnem...@atmel.com Cc: Mike Frysinger

Re: [U-Boot] Status open patches: 8xxx

2009-02-23 Thread Pieter
Dear Wolfgang Wolfgang Denk wrote: Dear Kim, Andy Jon, I have the following patches still marked as open in my list. Could you please have a look... 8xxx: 11/06 Anton Vorontsov[U-Boot] [PATCH] mpc83xx: increase BOOTMAPSZ to 16MB 12/11 Paul Gortmaker [U-Boot] [PATCH] tsec: report

Re: [U-Boot] Status open patches: AVR32

2009-02-23 Thread Haavard Skinnemoen
Wolfgang Denk wrote: I have the following patches still marked as open in my list. Could you please have a look... Sure. Would those patches be acceptable now or should I hold them off until the next merge window? Haavard ___ U-Boot mailing list

Re: [U-Boot] saveenv command erases flash u-boot

2009-02-23 Thread Wolfgang Denk
Dear rudresh, In message 22156928.p...@talk.nabble.com you wrote: i'm using u-boot -1.3.0 in MPC8313 evaluation board, it having a NAND , NOR Flash , u-boot stored in NOR flash. when i do the saveenv , reset command the u-boot is erased. i'm not able to fix this issue. help me to fix this

Re: [U-Boot] U-Boot Digest, Vol 9, Issue 275

2009-02-23 Thread Wolfgang Denk
Dear Peter Griffin, In message 1235312940.26727.2.ca...@quercus-bis you wrote: i'm using u-boot -1.3.0 in MPC8313 evaluation board, it having a NAND , NOR Flash , u-boot stored in NOR flash. when i do the saveenv , reset command the u-boot is erased. i'm not able to fix this issue.

Re: [U-Boot] [PATCH v2 2/9] AVR32: Make cacheflush cpu-dependent

2009-02-23 Thread Haavard Skinnemoen
Gunnar Rangoy wrote: From: Olav Morken olav...@gmail.com The AT32UC3A series of processors doesn't contain any cache, and issuing cache control instructions on those will cause an exception. This commit makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.

Re: [U-Boot] [PATCH v2 3/9] AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h

2009-02-23 Thread Haavard Skinnemoen
Gunnar Rangoy wrote: From: Olav Morken olav...@gmail.com The AVR32A architecture (which AT32UC3A-series is based on) has a different memory layout than the AVR32B-architecture. This patch moves addrspace.h to an arch-dependent directory in preparation for AT32UC3A-support. It also moves

Re: [U-Boot] [PATCH v2 4/9] AVR32: Make GPIO implmentation cpu dependent

2009-02-23 Thread Haavard Skinnemoen
Gunnar Rangoy wrote: There are some differences in the implementation of GPIO in the at32uc chip compared to the ap700x series. Signed-off-by: Gunnar Rangoy gun...@rangoy.com Signed-off-by: Paul Driveklepp pauldrivekl...@gmail.com Signed-off-by: Olav Morken olav...@gmail.com Applied to

Re: [U-Boot] [PATCH v2 7/9] AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES

2009-02-23 Thread Haavard Skinnemoen
Gunnar Rangoy wrote: From: Olav Morken olav...@gmail.com The AT32UC3A0512ES chip has a bug when disabling interrupts. As a workaround, two NOPs can be inserted. Signed-off-by: Gunnar Rangoy gun...@rangoy.com Signed-off-by: Paul Driveklepp pauldrivekl...@gmail.com Signed-off-by: Olav

Re: [U-Boot] [PATCH 1/1 v2] Setup extra MIMC200 chip selects

2009-02-23 Thread Haavard Skinnemoen
Mark Jackson wrote: Added code to setup the extra Flash and FRAM chip selects as used on the MIMC200 board. V2 moves the init code from the common cpu.c file into the board specific setup file. Signed-off-by: Mark Jackson m...@mimc.co.uk Applied to mimc200 after fixing up some

Re: [U-Boot] [PATCH v3] Add 16bpp BMP support

2009-02-23 Thread Haavard Skinnemoen
Mark Jackson wrote: Haavard Skinnemoen wrote: Mark Jackson wrote: We do NOT want to do everything that is possible, but only what is reasonable. Exactly ... otherwise where do you stop ? JPG, GIF, TIFF, PNG, etc ? We're *only* meant to be showing a simply boot up image (not view

Re: [U-Boot] [PATCH] i.MX31: fir imx31_phycore to work after Linux reboot

2009-02-23 Thread Sascha Hauer
Hi, On Sat, Feb 21, 2009 at 10:32:33PM +0100, Wolfgang Denk wrote: Dear Guennadi Liakhovetski, In message pine.lnx.4.64.0902061353280.7...@axis700.grange you wrote: In message pine.lnx.4.64.0902061002160.4...@axis700.grange you wrote: Upon power on i.MX31 enables most peripheral

Re: [U-Boot] [PATCH 2/9 v3] i.MX31: add a simple gpio driver

2009-02-23 Thread Anatolij Gustschin
Jean-Christophe PLAGNIOL-VILLARD wrote: On 10:37 Fri 06 Feb , Guennadi Liakhovetski wrote: This is a minimal driver, so far only managing output. It will be used by the mxc_spi.c driver. Signed-off-by: Guennadi Liakhovetski l...@denx.de --- diff --git a/drivers/gpio/mx31_gpio.c

Re: [U-Boot] [PATCH 1/9 v4] i.MX31: fix SPI driver for shorter than 32 bit

2009-02-23 Thread Anatolij Gustschin
Jean-Christophe PLAGNIOL-VILLARD wrote: On 00:09 Sat 07 Feb , Anatolij Gustschin wrote: From: Guennadi Liakhovetski l...@denx.de Fix setting the SPI Control register, 8 and 16-bit transfers and a wrong pointer in the free routine in the mxc_spi driver. Signed-off-by: Guennadi

Re: [U-Boot] [PATCH] i.MX31: fir imx31_phycore to work after Linux reboot

2009-02-23 Thread Guennadi Liakhovetski
On Mon, 23 Feb 2009, Sascha Hauer wrote: Hi, On Sat, Feb 21, 2009 at 10:32:33PM +0100, Wolfgang Denk wrote: Dear Guennadi Liakhovetski, In message pine.lnx.4.64.0902061353280.7...@axis700.grange you wrote: In message pine.lnx.4.64.0902061002160.4...@axis700.grange you wrote:

Re: [U-Boot] saveenv command erases flash u-boot

2009-02-23 Thread rudresh
Details are as follows .. the flash size 16Mbyte Nor flash.. NAND flash 256MB. /* * Environment */ #if defined(CONFIG_NAND_U_BOOT) #define CFG_ENV_IS_IN_NAND 1 #define CFG_ENV_SIZECFG_NAND_BLOCK_SIZE #define CFG_ENV_OFFSET ((102410) -

Re: [U-Boot] saveenv command erases flash u-boot

2009-02-23 Thread Wolfgang Denk
Dear rudresh, In message 22160018.p...@talk.nabble.com you wrote: same u-boot-1.3.0 working in other customize MPC8313 board with some v1.3.0 is old and you will probably find very few people here who are willing to spend (or actually waste) their time on problems that most probably have been

Re: [U-Boot] [PATCH 9/9 v3] ARM: add an eet variant of the imx31_phycore board

2009-02-23 Thread Anatolij Gustschin
Hi Guennadi, On Friday 06 February 2009 10:38:01 am Guennadi Liakhovetski wrote: The eet variant of the imx31_phycore board has an OLED display, using a s6e63d6 display controller on the first SPI interface, using GPIO57 as a chip-select for it. With this configuration you can display 256

Re: [U-Boot] saveenv command erases flash u-boot

2009-02-23 Thread Michael Lawnick
rudresh said the following: [quoting repaired] Michael Lawnick wrote: rudresh said the following: i'm using u-boot -1.3.0 in MPC8313 evaluation board, it having a NAND , NOR Flash , u-boot stored in NOR flash. when i do the saveenv , reset command the u-boot is erased. i'm not able to fix

Re: [U-Boot] [PATCH 6/7 v2] OMAP3: Add OMAP3 core changes for MUSB

2009-02-23 Thread Nishanth Menon
Grazvydas Ignotas said the following on 02/23/2009 02:13 PM: +#ifdef CONFIG_MUSB +/* Enable the MUSB interface clock */ +sr32(prcm_base-iclken1_core, 4, 1, 0x1); +#endif the design of u-boot is to enagle the IP only when he use it so please do not enable the clock every

[U-Boot] [PATCH 9/9 v4] ARM: add an eet variant of the imx31_phycore board

2009-02-23 Thread Guennadi Liakhovetski
The eet variant of the imx31_phycore board has an OLED display, using a s6e63d6 display controller on the first SPI interface, using GPIO57 as a chip-select for it. With this configuration you can display 256 colour BMP images in 16-bit RGB (RGB565) LCD mode. Signed-off-by: Guennadi Liakhovetski

Re: [U-Boot] [PATCH 4/9 v3] A driver for the S6E63D6 SPI display controller from Samsung

2009-02-23 Thread Anatolij Gustschin
Dear Wolfgang, Wolfgang Denk wrote: Dear Anatolij, In message 498c596b.2030...@denx.de you wrote: Guennadi Liakhovetski wrote: This is a driver for the S6E63D6 SPI OLED display controller from Samsung. It only provides access to controller's registers so the client can freely configure

Re: [U-Boot] [PATCH 1/1] net: Add Xilinx LL Temac driver version2

2009-02-23 Thread Michal Simek
Hi Ben, Hi Michal, You submitted this so long ago that this driver should be in the tree right now. Unfortunately, I didn't give a thorough enough review the first time and I think it would be wrong to pull it in right now without addressing some more things. If you take care of this, I

Re: [U-Boot] [PATCH 1/1 V3] cmd_bdinfo: move implementation to arch instead of common

2009-02-23 Thread Mike Frysinger
On Monday 23 February 2009 03:22:55 Haavard Skinnemoen wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: introduce two new weak functions board_bdinfo and cpu_bdinfo to allow board and cpu to print more information Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc:

Re: [U-Boot] Status open patches: PPC4xx

2009-02-23 Thread Stefan Roese
Hi Wolfgang, On Sunday 22 February 2009, Wolfgang Denk wrote: I have the following patches still marked as open in my list. Could you please have a look... PPC4xx: 02/20 matthias.fu...@es  [U-Boot] [PATCH 4/6] ppc4xx: Cleanup linker scripts of esd 4xx boards All those patches are better

[U-Boot] [PATCH v3] smc911x: split out useful defines/functions into local header

2009-02-23 Thread Mike Frysinger
The smc911x driver has a lot of useful defines/functions which can be used by pieces of code (such as example eeprom programmers). Rather than forcing each place to duplicate these defines/functions, split them out of the smdc911x driver into a local header. Signed-off-by: Mike Frysinger

Re: [U-Boot] [PATCH v3] smc911x: split out useful defines/functions into local header

2009-02-23 Thread Guennadi Liakhovetski
On Mon, 23 Feb 2009, Mike Frysinger wrote: The smc911x driver has a lot of useful defines/functions which can be used by pieces of code (such as example eeprom programmers). Rather than forcing each place to duplicate these defines/functions, split them out of the smdc911x driver into a

[U-Boot] [PATCH/next branch] powerpc: Fix compilation warning in board.c

2009-02-23 Thread Stefan Roese
Fix this warning: board.c: In function 'board_init_r': board.c:653: warning: unused variable 'i' board.c:651: warning: unused variable 'e' Signed-off-by: Stefan Roese s...@denx.de --- lib_ppc/board.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/lib_ppc/board.c

[U-Boot] [PATCH/next branch] powerpc: Only use eth_getenv_enetaddr() if networking is enabled

2009-02-23 Thread Stefan Roese
Signed-off-by: Stefan Roese s...@denx.de --- lib_ppc/board.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib_ppc/board.c b/lib_ppc/board.c index f1b62f5..fc3cef6 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -888,8 +888,10 @@ void board_init_r (gd_t *id,

[U-Boot] [PATCH/next branch] ppc4xx: Don't write the MAC address into the internal SoC registers

2009-02-23 Thread Stefan Roese
Remove this code. It's not needed. The 4xx EMAC driver stores the MAC addresses into the SoC registers instead. Signed-off-by: Stefan Roese s...@denx.de --- cpu/ppc4xx/cpu_init.c | 29 + 1 files changed, 1 insertions(+), 28 deletions(-) diff --git

Re: [U-Boot] [PATCH v3] smc911x: split out useful defines/functions into local header

2009-02-23 Thread Guennadi Liakhovetski
On Mon, 23 Feb 2009, Mike Frysinger wrote: On Monday 23 February 2009 10:44:04 Guennadi Liakhovetski wrote: On Mon, 23 Feb 2009, Mike Frysinger wrote: The smc911x driver has a lot of useful defines/functions which can be used by pieces of code (such as example eeprom programmers).

Re: [U-Boot] Status open patches: 8xxx

2009-02-23 Thread Jon Loeliger
On Sun, 2009-02-22 at 01:00 +0100, Wolfgang Denk wrote: Dear Kim, Andy Jon, I have the following patches still marked as open in my list. Could you please have a look... 8xxx: 02/04 Jon Loeliger Re: [U-Boot] [PATCH 4/8] mpc86xx: Add support to populate addr map based on BATs

Re: [U-Boot] [PATCH 1/1] net: Add Xilinx LL Temac driver version2

2009-02-23 Thread Ben Warren
Hi Michal, Michal Simek wrote: snip All of the above mentioned issues are ones that I could easily deal with, but one thing that really does need to change is that you need to use the CONFIG_NET_MULTI API. In other words, your driver should have a single initialize() function (prototyped in

[U-Boot] [PATCH] [85xx] Add eTSEC 1/2 IO override control definition

2009-02-23 Thread ksi
This adds missing tsec12ioovcr to include/asm-ppc/immap_85xx.h. It was named res14 (for reserved) while tsec34ioovcr was properly there. Signed-off-by: Sergey Kubushyn k...@koi8.net --- diff -purN u-boot.orig/include/asm-ppc/immap_85xx.h u-boot/include/asm-ppc/immap_85xx.h ---

Re: [U-Boot] [PATCH] [85xx] Add eTSEC 1/2 IO override control definition

2009-02-23 Thread Kumar Gala
On Feb 23, 2009, at 12:42 PM, k...@koi8.net wrote: This adds missing tsec12ioovcr to include/asm-ppc/immap_85xx.h. It was named res14 (for reserved) while tsec34ioovcr was properly there. Signed-off-by: Sergey Kubushyn k...@koi8.net --- diff -purN u-boot.orig/include/asm-ppc/immap_85xx.h

Re: [U-Boot] Status open patches: 8xxx

2009-02-23 Thread Becky Bruce
On Feb 23, 2009, at 12:14 PM, Jon Loeliger wrote: On Sun, 2009-02-22 at 01:00 +0100, Wolfgang Denk wrote: Dear Kim, Andy Jon, I have the following patches still marked as open in my list. Could you please have a look... 8xxx: 02/04 Jon Loeliger Re: [U-Boot] [PATCH 4/8] mpc86xx:

[U-Boot] [PATCH] [85xx] Add eTSEC 1/2 IO override control (corrected)

2009-02-23 Thread ksi
This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.) Signed-off-by: Sergey Kubushyn k...@koi8.net --- diff -purN u-boot.orig/include/asm-ppc/immap_85xx.h u-boot/include/asm-ppc/immap_85xx.h --- u-boot.orig/include/asm-ppc/immap_85xx.h2009-02-19 13:39:31.0 -0800 +++

Re: [U-Boot] [PATCH] [85xx] Add eTSEC 1/2 IO override control definition

2009-02-23 Thread ksi
On Mon, 23 Feb 2009, Kumar Gala wrote: On Feb 23, 2009, at 12:42 PM, k...@koi8.net wrote: This adds missing tsec12ioovcr to include/asm-ppc/immap_85xx.h. It was named res14 (for reserved) while tsec34ioovcr was properly there. Signed-off-by: Sergey Kubushyn k...@koi8.net ---

Re: [U-Boot] [PATCH 6/7 v2] OMAP3: Add OMAP3 core changes for MUSB

2009-02-23 Thread Dirk Behme
Nishanth Menon wrote: Grazvydas Ignotas said the following on 02/23/2009 02:13 PM: +#ifdef CONFIG_MUSB +/* Enable the MUSB interface clock */ +sr32(prcm_base-iclken1_core, 4, 1, 0x1); +#endif the design of u-boot is to enagle the IP only when he use it so please do not

[U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-23 Thread Becky Bruce
Currently, we get 256MB as the default, but since all the 86xx board configs define a 2G BAT mapping for RAM, raise default to 2G. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- include/asm-ppc/config.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [U-Boot] Status open patches: 8xxx

2009-02-23 Thread Becky Bruce
OK, I have resubmitted the MAX_MEM_MAPPED patch to apply to the current master u-boot tree. -Becky On Feb 23, 2009, at 12:53 PM, Becky Bruce wrote: On Feb 23, 2009, at 12:14 PM, Jon Loeliger wrote: On Sun, 2009-02-22 at 01:00 +0100, Wolfgang Denk wrote: Dear Kim, Andy Jon, I have the

[U-Boot] PXA build failure

2009-02-23 Thread Sergey Lapin
Hi, all! I am used to build at91 board using Angstrom EABI toolchain (gcc-4.2.4) without any problems. Now I try to build PXA board and have the following error on final link stage: (I build master branch) cd /home/slapin/u-boot ~/openedhand/tmp/cross/bin/arm-angstrom-linux-gnueabi-ld -Bstatic

[U-Boot] Doctor Database

2009-02-23 Thread
Practicing Physicians in the USA Lots of Physicians in specialties like Orthopedics, Surgery, Radiology, Dermatology, Neurology, General Practice etc.. you can sort by many different fields like city, state or zip Dramatic cost reduction: $399 {}{}{} Take all 4 items below for F REE when

Re: [U-Boot] Status open patches: 8xxx

2009-02-23 Thread Jon Loeliger
Becky Bruce wrote: This one should still apply and needs to be picked up, WD can pick it up directly because it's very small: 02/12 Becky Bruce[U-Boot] [PATCH] mpc8641hpcn: Indicate 36-bit addr map in boot messages OK, sounds fine by me. Thanks. The second one looks like it

Re: [U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-23 Thread Jon Loeliger
Becky Bruce wrote: Currently, we get 256MB as the default, but since all the 86xx board configs define a 2G BAT mapping for RAM, raise default to 2G. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- Oh, OK, consider it... Acked-by: Jon Loeliger j...@freescale.com for real.

[U-Boot] bootvx on MPC8572

2009-02-23 Thread Robert Rzepiela
Hello I am running u-boot.2009.01 on DS-8572 (whitefin). I use tftpboot to download an elf image (from vxWorks release for the eval) and try to run it with bootx. After messages about loading text etc etc. the board hangs right after printing Starting vxWorks at I am using default

Re: [U-Boot] Pull request - net

2009-02-23 Thread Wolfgang Denk
Dear Ben Warren, In message 49a255af.8030...@gmail.com you wrote: Wolfgang, The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65: Wolfgang Denk (1): Update CHANGELOG; Prepare 2009.03-rc1 are available in the git repository at:

Re: [U-Boot] Status open patches: 8xxx

2009-02-23 Thread Kim Phillips
On Sun, 22 Feb 2009 01:00:14 +0100 Wolfgang Denk w...@denx.de wrote: I have the following patches still marked as open in my list. Could you please have a look... 8xxx: 11/06 Anton Vorontsov[U-Boot] [PATCH] mpc83xx: increase BOOTMAPSZ to 16MB this is apparently pending resubmission

Re: [U-Boot] Status open patches: AVR32

2009-02-23 Thread Wolfgang Denk
Dear Haavard Skinnemoen, In message 20090223100951.62e26...@hskinnemoen-d830 you wrote: I have the following patches still marked as open in my list. Could you please have a look... Sure. Would those patches be acceptable now or should I hold them off until the next merge window? Some

Re: [U-Boot] [PATCH 2/6] Add FSL Can use framework

2009-02-23 Thread Kim Phillips
On Thu, 19 Feb 2009 20:56:50 +0100 Wolfgang Denk w...@denx.de wrote: Dear Anton Vorontsov, In message 20090219154545.gb26...@oksana.dev.rtsoft.ru you wrote: So far it's used for specifying whether we want to use FSL DR USB or FSL eSDHC devices on MPC837X processors. There are two

Re: [U-Boot] [PATCH 6/7 v2] OMAP3: Add OMAP3 core changes for MUSB

2009-02-23 Thread Wolfgang Denk
Dear Nishanth Menon, In message 49a296f0.4000...@gmail.com you wrote: He probably wants to say that clocks should be enabled only when usb start is issued, as you might have u-boot compiled with USB defines set, but never actually use USB. Correct. Comparing having all clock

Re: [U-Boot] [PATCH 4/9 v3] A driver for the S6E63D6 SPI display controller from Samsung

2009-02-23 Thread Wolfgang Denk
Dear Jean-Christophe, In message 49a2a105.6070...@denx.de Anatolij Gustschin wrote: Do you plan to send a pull request soon? Please do - I would like to have a v2009.03-rc1 out soon. Thanks. I'm still waiting for ACK for patches 1/9 v4, 2/9 v4, 9/9 v4 from this series. I'm going to

Re: [U-Boot] Status open patches: PPC4xx

2009-02-23 Thread Wolfgang Denk
Dear Stefan Roese, In message 200902231551.40483...@denx.de you wrote: All those patches are better placed in next. I'll put them into a=20 ppc4xx/next branch in a short while. Understood, thanks. Please feel free to send a pull request for the next branch any time you think appropriate.

Re: [U-Boot] [PATCH 1/6] ppc4xx: Abort autoboot only by space key on CPCI405 boards

2009-02-23 Thread Wolfgang Denk
Dear Stefan Roese, In message 200902231653.23766...@denx.de you wrote: On Friday 20 February 2009, matthias.fu...@esd.eu wrote: From: Matthias Fuchs matthias.fu...@esd-electronics.com Signed-off-by: Matthias Fuchs matthias.fu...@esd-electronics.com All patches applied to ppc4xx/next.

Re: [U-Boot] [PATCH] mpc8641hpcn: Indicate 36-bit addr map in boot messages

2009-02-23 Thread Wolfgang Denk
Dear Becky Bruce, In message 1234457012-31301-1-git-send-email-bec...@kernel.crashing.org you wrote: If 36-bit addressing is enabled, print a message on the console when we boot. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- board/freescale/mpc8641hpcn/mpc8641hpcn.c |3

Re: [U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-23 Thread Wolfgang Denk
Dear Becky Bruce, In message 1235419011-22472-1-git-send-email-bec...@kernel.crashing.org you wrote: Currently, we get 256MB as the default, but since all the 86xx board configs define a 2G BAT mapping for RAM, raise default to 2G. Signed-off-by: Becky Bruce bec...@kernel.crashing.org ---

Re: [U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

2009-02-23 Thread Wolfgang Denk
Dear Jon Loeliger, In message 49a30b1c@freescale.com you wrote: Becky Bruce wrote: Currently, we get 256MB as the default, but since all the 86xx board configs define a 2G BAT mapping for RAM, raise default to 2G. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- Oh,

Re: [U-Boot] PXA build failure

2009-02-23 Thread Wolfgang Denk
Dear Sergey Lapin, In message 20090223195848.ga23...@build.ossfans.org you wrote: Hi, all! I am used to build at91 board using Angstrom EABI toolchain (gcc-4.2.4) without any problems. Now I try to build PXA board and have the following error on final link stage: (I build master branch)

Re: [U-Boot] Status open patches: 8xxx

2009-02-23 Thread Wolfgang Denk
Dear Kim, In message 20090223154208.d3712e54.kim.phill...@freescale.com you wrote: ... ...here. And Anton's are the latest submitted to the list and I intend on picking them up and sending you a pull request soon. Thanks for the detailed report. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] Pull request - net

2009-02-23 Thread Ben Warren
Wolfgang Denk wrote: Dear Ben Warren, In message 49a255af.8030...@gmail.com you wrote: Wolfgang, The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65: Wolfgang Denk (1): Update CHANGELOG; Prepare 2009.03-rc1 are available in the git repository at:

Re: [U-Boot] [PATCH 3/9 v3] 83xx, kmeter1: add I2C, dtt, eeprom support

2009-02-23 Thread Kim Phillips
On Thu, 19 Feb 2009 17:24:05 +0100 Heiko Schocher h...@denx.de wrote: This patch adds I2C support for the Keymile kmeter1 board. It uses the First I2C Controller from the CPU, for accessing 4 temperature sensors, an eeprom with IVM data and the booteeprom over a pca9547 mux. Signed-off-by:

Re: [U-Boot] [PATCH 4/9 v3] 83xx, i2c: add mux support for fsl_i2c

2009-02-23 Thread Kim Phillips
On Thu, 19 Feb 2009 17:24:09 +0100 Heiko Schocher h...@denx.de wrote: @@ -369,6 +370,23 @@ i2c_probe(uchar chip) int i2c_set_bus_num(unsigned int bus) { +#if defined(CONFIG_I2C_MUX) + if (bus CONFIG_SYS_MAX_I2C_BUS) { + i2c_bus_num = bus; + } else { [1] +

Re: [U-Boot] [PATCH 4/9 v3] 83xx, i2c: add mux support for fsl_i2c

2009-02-23 Thread Kim Phillips
On Thu, 19 Feb 2009 17:24:09 +0100 Heiko Schocher h...@denx.de wrote: Signed-off-by: Heiko Schocher h...@denx.de --- drivers/i2c/fsl_i2c.c | 24 +++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c index

Re: [U-Boot] [PATCH 6/9 v3] 83xx: add missing TIMING_CFG1_CASLAT_* defines

2009-02-23 Thread Kim Phillips
On Thu, 19 Feb 2009 17:24:17 +0100 Heiko Schocher h...@denx.de wrote: Signed-off-by: Heiko Schocher h...@denx.de --- this patch is in u-boot-mpc83xx.git, but still again posted, because it is not yet gone in mainline, and I need this patch to get the following patch 7/9 compiled so rebase

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

2009-02-23 Thread Kim Phillips
Wolfgang, please pull what is primarily PCIe support for the 837xRDB: The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65: Wolfgang Denk (1): Update CHANGELOG; Prepare 2009.03-rc1 are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git

[U-Boot] Clock handling (wasRe: [PATCH 6/7 v2] OMAP3: Add OMAP3 core changes for MUSB)

2009-02-23 Thread Nishanth Menon
Wolfgang Denk said the following on 02/23/2009 11:36 PM: Comparing having all clock initialization at a central point (clock.c) - which seems simple vs having get-put kind of clock apis in U-boot : I But the explicit rule is only to enable interfaces (and this includes clocks) when

Re: [U-Boot] [PATCH 4/9 v3] 83xx, i2c: add mux support for fsl_i2c

2009-02-23 Thread Timur Tabi
On Thu, Feb 19, 2009 at 10:24 AM, Heiko Schocher h...@denx.de wrote: Signed-off-by: Heiko Schocher h...@denx.de --- Could you add a description that says what I2C mux support is? That would make it easier to review this patch. -- Timur Tabi Linux kernel developer at Freescale

Re: [U-Boot] [PATCH 2/9 v3] i.MX31: add a simple gpio driver

2009-02-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:58 Mon 23 Feb , Anatolij Gustschin wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 10:37 Fri 06 Feb , Guennadi Liakhovetski wrote: This is a minimal driver, so far only managing output. It will be used by the mxc_spi.c driver. Signed-off-by: Guennadi Liakhovetski

Re: [U-Boot] [PATCH 1/9 v4] i.MX31: fix SPI driver for shorter than 32 bit

2009-02-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:05 Mon 23 Feb , Anatolij Gustschin wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: On 00:09 Sat 07 Feb , Anatolij Gustschin wrote: From: Guennadi Liakhovetski l...@denx.de Fix setting the SPI Control register, 8 and 16-bit transfers and a wrong pointer in the free routine

Re: [U-Boot] [PATCH 2/9 v3] i.MX31: add a simple gpio driver

2009-02-23 Thread Jean-Christophe PLAGNIOL-VILLARD
+static unsigned long gpio_ports[] = { + [0] = 0x53fcc000, + [1] = 0x53fd, + [2] = 0x53fa4000, +}; I'll add qong patch before yours please fix it there is v4 of this patch: http://lists.denx.de/pipermail/u-boot/2009-February/047097.html Jean-Christophe, do you ACK it

Re: [U-Boot] [PATCH 9/9 v4] ARM: add an eet variant of the imx31_phycore board

2009-02-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:34 Mon 23 Feb , Guennadi Liakhovetski wrote: The eet variant of the imx31_phycore board has an OLED display, using a s6e63d6 display controller on the first SPI interface, using GPIO57 as a chip-select for it. With this configuration you can display 256 colour BMP images in 16-bit

[U-Boot] [PATCH 1/1] PXA: timer use do_div and simplify it

2009-02-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/pxa/interrupts.c | 46 -- 1 files changed, 24 insertions(+), 22 deletions(-) diff --git a/cpu/pxa/interrupts.c b/cpu/pxa/interrupts.c index 40d8bf2..2bc5c50 100644 ---

Re: [U-Boot] [PATCH 1/1 V3] cmd_bdinfo: move implementation to arch instead of common

2009-02-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:22 Mon 23 Feb , Haavard Skinnemoen wrote: Jean-Christophe PLAGNIOL-VILLARD wrote: introduce two new weak functions board_bdinfo and cpu_bdinfo to allow board and cpu to print more information Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Haavard

[U-Boot] [PATCH 2/2] bdinfo: coding style cleanup

2009-02-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- common/cmd_bdinfo.c |6 - lib_arm/bdinfo.c| 10 lib_avr32/bdinfo.c | 16 +++--- lib_i386/bdinfo.c | 16 +++--- lib_m68k/bdinfo.c | 32

[U-Boot] [PATCH 1/2 V4] cmd_bdinfo: move implementation to arch instead of common

2009-02-23 Thread Jean-Christophe PLAGNIOL-VILLARD
introduce 3 new weak functions board_bdinfo, cpu_bdinfo and soc_bdinfo to allow board, cpu and soc to print more information Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Acked-by: Mike Frysinger vap...@gentoo.org Ack-by: Haavard Skinnemoen haavard.skinnem...@atmel.com ---

Re: [U-Boot] (no subject)

2009-02-23 Thread md ks
Hi, Thanks for your Reply. I am using u-boot-1.3.3 and linux kernel 2.6.29-rc2. we are able to display customised logo in U-boot level , kenel level and file system level. But while switching from u-boot to Kernel , Screen(Display) is showing Blank screen (4 to 5 seconds). Is

[U-Boot] Some question about uboot

2009-02-23 Thread loody
Dear all: While porting uboot, I find there are too many things I don't need at all, like net, i2c etc. How could I remove them from my uboot binary to minimize the size of uboot, my flash limitation is 6k? I try to edit Makefile to remove them by marking some library setting, but it compile error

Re: [U-Boot] [PATCH 3/9 v3] 83xx, kmeter1: add I2C, dtt, eeprom support

2009-02-23 Thread Heiko Schocher
Hello Kim, Kim Phillips wrote: On Thu, 19 Feb 2009 17:24:05 +0100 Heiko Schocher h...@denx.de wrote: This patch adds I2C support for the Keymile kmeter1 board. It uses the First I2C Controller from the CPU, for accessing 4 temperature sensors, an eeprom with IVM data and the booteeprom

Re: [U-Boot] Some question about uboot

2009-02-23 Thread Aggrwal Poonam-B10812
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of loody Sent: Tuesday, February 24, 2009 12:19 PM To: u-boot@lists.denx.de Subject: [U-Boot] Some question about uboot Dear all: While porting uboot, I find there are too

Re: [U-Boot] [PATCH 4/9 v3] 83xx, i2c: add mux support for fsl_i2c

2009-02-23 Thread Heiko Schocher
Hello Kim, Kim Phillips wrote: On Thu, 19 Feb 2009 17:24:09 +0100 Heiko Schocher h...@denx.de wrote: @@ -369,6 +370,23 @@ i2c_probe(uchar chip) int i2c_set_bus_num(unsigned int bus) { +#if defined(CONFIG_I2C_MUX) +if (bus CONFIG_SYS_MAX_I2C_BUS) { +i2c_bus_num = bus;

Re: [U-Boot] [PATCH] AT91RM9200 BGA port D defines

2009-02-23 Thread Jens Scharsig
Hello, we are still working on a new U-Boot port for our customer and an own board. I think the release is in the second of 2009. Best Regards, Jens Scharsig Jean-Christophe PLAGNIOL-VILLARD schrieb: On 08:17 Mon 23 Feb , Jens Scharsig wrote: This patch add's the defines for port d

[U-Boot] [PATCH] sh: Add support sh_eth to cpu of sh4

2009-02-23 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com --- cpu/sh4/cpu.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c index 52b6cfd..be410ab 100644 --- a/cpu/sh4/cpu.c +++ b/cpu/sh4/cpu.c @@ -23,6 +23,7 @@ #include common.h

Re: [U-Boot] [PATCH] sh: Add support sh_eth to cpu of sh4

2009-02-23 Thread Mike Frysinger
On Tuesday 24 February 2009 02:20:40 Nobuhiro Iwamatsu wrote: Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com --- cpu/sh4/cpu.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c index 52b6cfd..be410ab 100644 ---

Re: [U-Boot] [PATCH] sh: Add support sh_eth to cpu of sh4

2009-02-23 Thread Nobuhiro Iwamatsu
Mike Frysinger wrote: On Tuesday 24 February 2009 02:20:40 Nobuhiro Iwamatsu wrote: Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuh...@renesas.com --- cpu/sh4/cpu.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c index 52b6cfd..be410ab

Re: [U-Boot] [PATCH 4/9 v3] 83xx, i2c: add mux support for fsl_i2c

2009-02-23 Thread Heiko Schocher
Hello Kim, Kim Phillips wrote: On Thu, 19 Feb 2009 17:24:09 +0100 Heiko Schocher h...@denx.de wrote: [...] unsigned int i2c_get_bus_num(void) { +#if defined(CONFIG_I2C_MUX) +return i2c_bus_num_mux; +#else return i2c_bus_num; +#endif } I don't get this mux variant - why