Re: [U-Boot] What to do for a working BIOSEMU and ATI_RADEON_FB environment?

2009-03-29 Thread Markus Rathgeb
Thanks a lot Anatolij! I have done the following changes: --- include/configs/pcm030.h.org2009-03-28 18:15:31.0 +0100 +++ include/configs/pcm030.h2009-03-29 10:49:52.0 +0200 @@ -156,8 +156,8 @@ #define CONFIG_PCI_MEM_BUS 0x4000 #define

[U-Boot] help with uboot-1.2 on mpc8548e

2009-03-29 Thread 阎淼
Hi, I am trying to boot linux-2.6.26 on mpc8548e borad, but linux can not boot. I checked the __log_buf information, and here is the output, it seems that my flat device tree file has something wrong, and kernel went into a trap. Could anyone give me some clue ? I am stuck here.

Re: [U-Boot] [PATCH] sf: add driver for SST flashes

2009-03-29 Thread Haavard Skinnemoen
Mike Frysinger wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org CC: Haavard Skinnemoen haavard.skinnem...@atmel.com Looks good to me. Acked-by: Haavard Skinnemoen haavard.skinnem...@atmel.com ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] help with uboot-1.2 on mpc8548e

2009-03-29 Thread Wolfgang Denk
Dear =?GB2312?B?0dbttQ==?=, In message 844375050903290447j315cb86dk3090cfe1fd8d3...@mail.gmail.com you wrote: I am trying to boot linux-2.6.26 on mpc8548e borad, but linux can not boot. Both U-Boot 1.2 and Linux 2.6.26 are very old. Please use recent versions instead (u-boot-2009.03 and

Re: [U-Boot] [PATCH] sf: stmicro: drop redundant id read

2009-03-29 Thread Haavard Skinnemoen
Mike Frysinger wrote: The common SPI flash code reads the idcode and passes it down to the SPI flash driver, so there is no need to read it again ourselves. Signed-off-by: Mike Frysinger vap...@gentoo.org CC: Haavard Skinnemoen haavard.skinnem...@atmel.com CC: Jason McMullan

Re: [U-Boot] [PATCH] SF: always read 5 bytes for the idcode

2009-03-29 Thread Haavard Skinnemoen
Mike Frysinger wrote: Some SPI flash drivers like to have extended id information available (like the spansion flash), so rather than making it re-issue the ID cmd to get at the last 2 bytes, have the common code read 5 bytes rather than just 3. This also matches the Linux behavior where it

[U-Boot] MPC850: strange problem with icache

2009-03-29 Thread Guowen SHAN
Hi Folks, I'm porting u-boot-1.3.1 to customer board, which includes MPC850 and 32MB SDRAM. When I turned off icache, bus can work correctly under 25MHz/50MHz clock frequence. Note that CPU is working under 50MHz. However, the board only can work with bus frequence of 25MHz with enabled icache.

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

2009-03-29 Thread Markus Rathgeb
Hi! Have you read the BIOSEMU stuff in the mailing list? Can you adjust the PCI section and perhaps you can include the video example (set undef video). Greats, Markus On Fri, Mar 27, 2009 at 10:48 PM, Jon Smirl jonsm...@gmail.com wrote: On Fri, Mar 27, 2009 at 4:12 PM, Wolfgang Denk

Re: [U-Boot] MPC850: strange problem with icache

2009-03-29 Thread Wolfgang Denk
Dear Guowen SHAN, In message cf7369060903290628p2768907p9a0c2e40c8986...@mail.gmail.com you wrote: I'm porting u-boot-1.3.1 to customer board, which includes MPC850 and 32MB SDRAM. When I turned off icache, bus can work correctly under 25MHz/50MHz clock frequence. Note that CPU is

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

2009-03-29 Thread Jon Smirl
On Sun, Mar 29, 2009 at 10:08 AM, Markus Rathgeb maggu2...@googlemail.com wrote: Hi! Have you read the BIOSEMU stuff in the mailing list? Can you adjust the PCI section and perhaps you can include the video example (set undef video). I have v1 of the pcm030 hardware and the baseboard doesn't

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

2009-03-29 Thread Markus Rathgeb
On Sun, Mar 29, 2009 at 4:29 PM, Jon Smirl jonsm...@gmail.com wrote: Forget about running the video BIOS initially, just use the memory commands from u-boot to make sure you can read and write the framebuffer.  That will ensure that you have your BARs set, PCI timings right, etc. Have you

Re: [U-Boot] What to do for a working BIOSEMU and ATI_RADEON_FB environment?

2009-03-29 Thread Jon Smirl
2009/3/29 Jon Smirl jonsm...@gmail.com: On Sat, Mar 28, 2009 at 11:26 AM, Markus Rathgeb maggu2...@web.de wrote: Hi! I own a phytec's pcm-030 with the shipped baseboard pcm-973. I would like to use a radeon 9200 pci card in the slot on the baseboard. BTW what you are doing will definitely

Re: [U-Boot] [PATCH] SF: always read 5 bytes for the idcode

2009-03-29 Thread Mike Frysinger
On Sunday 29 March 2009 08:40:10 Haavard Skinnemoen wrote: Mike Frysinger wrote: Some SPI flash drivers like to have extended id information available (like the spansion flash), so rather than making it re-issue the ID cmd to get at the last 2 bytes, have the common code read 5 bytes rather

Re: [U-Boot] [PATCH] OMAP3: Update Overo pin mux for new expansion board

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:00 Mon 16 Mar , Dirk Behme wrote: A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and switches. This patch changes the pinmux configuration for those pins. They were previously set up for unused MMC3_DAT4-7. Signed-off-by: Steve Sakoman st...@sakoman.com ---

Re: [U-Boot] [PATCH 2/7] mtd: SPI Flash: Support the Spansion Flash

2009-03-29 Thread Mike Frysinger
On Monday 16 March 2009 02:23:50 Hu Mingkai-B21284 wrote: From: Mike Frysinger [mailto:vap...@gentoo.org] On Sunday 15 March 2009 22:52:18 Mingkai Hu wrote: Add MTD SPI Flash support for S25FL008A, S25FL016A, S25FL032A, S25FL064A, S25FL128P. this doesnt really need to be part of this

[U-Boot] [PATCH v2] sf: add driver for SST flashes

2009-03-29 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org Acked-by: Haavard Skinnemoen haavard.skinnem...@atmel.com --- v2 - fix handling of leading/trailing 1 byte edge cases drivers/mtd/spi/Makefile |1 + drivers/mtd/spi/spi_flash.c |5 +

[U-Boot] [PATCH v2] sf: always read 5 bytes for the idcode

2009-03-29 Thread Mike Frysinger
Some SPI flash drivers like to have extended id information available (like the spansion flash), so rather than making it re-issue the ID cmd to get at the last 2 bytes, have the common code read 5 bytes rather than just 3. This also matches the Linux behavior where it always reads 5 id bytes

[U-Boot] [PATCH V2] OMAP: rename timer divisor

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
From: Ladislav Michl la...@linux-mips.org Divisor field is called PTV not PVT. Signed-off-by: Ladislav Michl la...@linux-mips.org Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- V2: Fix Remaing CONFIG_SYS_PVT Best Regards, J. cpu/arm1136/omap24xx/interrupts.c |2

[U-Boot] [PATCH 05/19] s3c44b0: extract cache from cpu.c

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/s3c44b0/Makefile |2 +- cpu/s3c44b0/{cpu.c = cache.c} | 56 +--- cpu/s3c44b0/cpu.c | 62 3 files changed, 2

[U-Boot] [PATCH 04/19] s3c44b0: move serial driver to drivers/serial

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/s3c44b0/Makefile |2 +- drivers/serial/Makefile|1 + .../serial.c = drivers/serial/serial_s3c44b0.c|0 include/configs/B2.h

[U-Boot] [PATCH 03/19] s3c44b0: move rtc driver to drivers/rtc

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/s3c44b0/cpu.c | 77 -- drivers/rtc/Makefile |1 + drivers/rtc/s3c44b0_rtc.c | 102 + include/configs/B2.h |1 + 4

[U-Boot] [PATCH 07/19] netarm: move serial driver to drivers/serial

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
add CONFIG_NETARM_SERIAL to activate the driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm720t/Makefile|2 +- drivers/serial/Makefile |1 + {cpu/arm720t = drivers/serial}/serial_netarm.c |5

[U-Boot] [PATCH 02/19] s3c44b0: move i2c driver to drivers/i2c

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/s3c44b0/cpu.c | 735 +++- drivers/i2c/Makefile |1 + cpu/s3c44b0/cpu.c = drivers/i2c/s3c44b0_i2c.c | 198 --- include/configs/B2.h

[U-Boot] [PATCH 09/19] s3c64xx: move usb driver to drivers/usb

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
add CONFIG_USB_S3C64XX to activate the driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm1176/s3c64xx/Makefile |1 - drivers/usb/Makefile |1 + .../s3c64xx/usb.c = drivers/usb/s3c64xx_usb.c |

[U-Boot] [PATCH 10/19] ks8695: move serial driver to drivers/serial

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
add CONFIG_KS8695_SERIAL to activate the driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm920t/ks8695/Makefile|2 +- drivers/serial/Makefile|1 + .../serial.c = drivers/serial/serial_ks8695.c |

[U-Boot] [PATCH 11/19] lpc2292: move serial driver to drivers/serial

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
add CONFIG_LPC2292_SERIAL to activate the driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm720t/serial.c| 77 drivers/serial/Makefile |1 + drivers/serial/serial_lpc2292.c | 105

[U-Boot] [PATCH 12/19] arm720t/clps7111: move serial driver to drivers/serial

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
add CONFIG_CLPS7111_SERIAL to activate the driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm720t/Makefile |2 +- drivers/serial/Makefile|1 + .../serial.c = drivers/serial/serial_clps7111.c

[U-Boot] [PATCH 13/19] omap3: remove duplicate interrupts code

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm_cortexa8/omap3/interrupts.c | 128 --- 1 files changed, 0 insertions(+), 128 deletions(-) diff --git a/cpu/arm_cortexa8/omap3/interrupts.c b/cpu/arm_cortexa8/omap3/interrupts.c

[U-Boot] [PATCH 19/19] s3c2410: move nand driver to drivers/mtd/nand

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm920t/s3c24x0/Makefile |2 +- drivers/mtd/nand/Makefile |1 + .../nand.c = drivers/mtd/nand/s3c2410_nand.c |8 include/configs/sbc2410x.h

[U-Boot] [PATCH 14/19] imx: move serial driver to drivers/serial

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm920t/imx/Makefile |2 +- drivers/serial/Makefile|1 + .../imx/serial.c = drivers/serial/serial_imx.c|6 -- include/configs/mx1ads.h

[U-Boot] [PATCH 18/19] s3c24x0: move i2c driver to drivers/i2c

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm920t/s3c24x0/Makefile |2 +- drivers/i2c/Makefile |1 + .../s3c24x0/i2c.c = drivers/i2c/s3c24x0_i2c.c |5 - 3 files changed, 2 insertions(+), 6

[U-Boot] [PATCH 16/19] davinci: move i2c driver to drivers/i2c

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm926ejs/davinci/Makefile |2 +- drivers/i2c/Makefile |1 + .../davinci/i2c.c = drivers/i2c/davinci_i2c.c |5 - 3 files changed, 2 insertions(+), 6

[U-Boot] [PATCH 17/19] s3c24x0: move serial driver to drivers/serial

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- cpu/arm920t/s3c24x0/Makefile |3 +-- drivers/serial/Makefile|1 + .../serial.c = drivers/serial/serial_s3c24x0.c|4 include/configs/VCMA9.h

[U-Boot] ARM Pull Request

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b: Wolfgang Denk (1): VCMA9: fix compile errors are available in the git repository at: git://git.denx.de/u-boot-arm.git master Jean-Christophe PLAGNIOL-VILLARD (19): s3c4510b:

Re: [U-Boot] ARM Pull Request

2009-03-29 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090329210943.gf19...@game.jcrosoft.org you wrote: Hi Wolfgang, Please pull The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b: Wolfgang Denk (1): VCMA9: fix compile errors are available in the git

Re: [U-Boot] ARM Pull Request

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:31 Sun 29 Mar , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090329210943.gf19...@game.jcrosoft.org you wrote: Hi Wolfgang, Please pull The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b: Wolfgang Denk (1):

[U-Boot] AT91 Pull Request

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b: Wolfgang Denk (1): VCMA9: fix compile errors are available in the git repository at: git://git.denx.de/u-boot-at91.git master Jean-Christophe PLAGNIOL-VILLARD (12):

Re: [U-Boot] [PATCH 2/2] at91: Add support for esd MEESC board

2009-03-29 Thread Jean-Christophe PLAGNIOL-VILLARD
+# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# + +include $(TOPDIR)/config.mk + +LIB = $(obj)lib$(BOARD).a + +COBJS-y += meesc.o please use $(BOARD) + +SRCS := $(SOBJS:.o=.S)

[U-Boot] [PATCH v3 0/5] Update for inka4x0 plus some new features

2009-03-29 Thread Detlev Zundel
This patchset contains updates for the ink4x0 platform. Namely it adds hardware diagnostic funtions and an RTC driver. For a nice integration by using private command tables, do_help is extended to support this scenario also. To successfully convert all the pointer access to accessor macros, a

[U-Boot] [PATCH v3 3/5] inka4x0: Add hardware diagnosis functions for inka4x0

2009-03-29 Thread Detlev Zundel
This patch adds advanced diagnosis functions for the inka4x0 board. Signed-off-by: Andreas Pfefferle a...@denx.de Signed-off-by: Detlev Zundel d...@denx.de --- board/inka4x0/Makefile|4 +- board/inka4x0/inka4x0.c | 20 ++- board/inka4x0/inkadiag.c | 514

[U-Boot] [PATCH v3 5/5] inka4x0: Use proper accessor macros for memory mapped registers.

2009-03-29 Thread Detlev Zundel
Signed-off-by: Detlev Zundel d...@denx.de --- board/inka4x0/inka4x0.c | 139 +-- 1 files changed, 75 insertions(+), 64 deletions(-) diff --git a/board/inka4x0/inka4x0.c b/board/inka4x0/inka4x0.c index a8bc3b3..7428b92 100644 ---

Re: [U-Boot] MPC850: strange problem with icache

2009-03-29 Thread Guowen SHAN
Dear Guowen SHAN, In message cf7369060903290628p2768907p9a0c2e40c8986...@mail.gmail.com you wrote: I'm porting u-boot-1.3.1 to customer board, which includes MPC850 and 32MB SDRAM. When I turned off icache, bus can work correctly under 25MHz/50MHz clock frequence. Note that CPU is

[U-Boot] [PATCH] cmd_mmc: add support device command for selecting mmc device (resend)

2009-03-29 Thread Minkyu Kang
This patch improves device command for selecting mmc device Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- common/cmd_mmc.c | 61 + 1 files changed, 56 insertions(+), 5 deletions(-) diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index