[U-Boot-Users] [PATCH] Extend ATI Radeon driver to support more video modes

2008-02-11 Thread Anatolij Gustschin
Adds ATI Radeon 9200 support for 1280x1024, 1024x768, 800x600, 640x480 at 24, 16 and 8 bpp. Hope this patch won't screw up X300 and X700 support. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- drivers/video/ati_radeon_fb.c | 401 +++

Re: [U-Boot-Users] [PATCH] Extend ATI Radeon driver to support more video modes

2008-02-13 Thread Anatolij Gustschin
Hello, Rodolfo Giometti wrote: > On Mon, Feb 11, 2008 at 08:42:08PM +0100, Anatolij Gustschin wrote: >> Adds ATI Radeon 9200 support for 1280x1024, 1024x768, >> 800x600, 640x480 at 24, 16 and 8 bpp. Hope this patch >> won't screw up X300 and X700 support. > > C

Re: [U-Boot-Users] Linux couldn't start up

2008-02-14 Thread Anatolij Gustschin
Hi Robert, Robert wrote: > Hi, > I make a linux uImage with command "make uImage" , > and linux kernel can start up after downloading it into the > target board, but now I want to generate uImage by vmlinux > with mkimage, not by "make uImage",so I do it as follows: > 1)arm-none-linux-gnueabi

Re: [U-Boot-Users] Linux couldn't start up

2008-02-14 Thread Anatolij Gustschin
>>Image Type: ARM Linux Kernel Image (uncompressed) > >>Data Size:1710022 Bytes = 1.6 MB >>Load Address: 8000 >>Entry Point: 8000 >>Verifying Checksum ... OK >> OK >> >> Starting kernel ... >> undefined

[U-Boot-Users] [PATCH (RESUBMIT)] Extend ATI Radeon driver to support more video modes

2008-02-14 Thread Anatolij Gustschin
Adds ATI Radeon 9200 support for 1280x1024, 1024x768, 800x600, 640x480 at 24, 16 and 8 bpp. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- drivers/video/ati_radeon_fb.c | 319 +++-- include/radeon.h |4 + 2 files change

[U-Boot-Users] [PATCH] Add Radeon Mobility 9200 pci device id to the radeon driver

2008-02-14 Thread Anatolij Gustschin
This patch extends PCI device id table of the radeon driver so that the driver will also support Radeon Mobility 9200 (M9+) based boards. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- drivers/video/ati_radeon_fb.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

[U-Boot-Users] [PATCH] Fix compile warning on lib_ppc/board.c

2008-02-14 Thread Anatolij Gustschin
Fix compile warning on lib_ppc/board.c:615 Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- include/common.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/common.h b/include/common.h index 13428b3..854c444 100644 --- a/include/common.h +++ b/i

Re: [U-Boot-Users] [PATCH] Extend ATI Radeon driver to support more video modes

2008-02-15 Thread Anatolij Gustschin
Hello, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:24 Fri 15 Feb , Rodolfo Giometti wrote: >> On Thu, Feb 14, 2008 at 01:39:14AM +0100, Wolfgang Denk wrote: >>> In message <[EMAIL PROTECTED]> you wrote: >> +#if 1 /* @ 60 Hz */ >> +mode->crtc_h_total_disp = 0x009f00d

[U-Boot-Users] [PATCH] Wipe out assembler warnings while compiling x86 biosemu

2008-02-15 Thread Anatolij Gustschin
This patch tries to get rid of some assembler warnings about changed .got2 section type while compiling x86 bios emulator code. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- drivers/bios_emulator/biosemu.c|4 ++-- drivers/bios_emulator/include/x86emu.h

[U-Boot-Users] [PATCH] ppc4xx: Support for ATI Radeon 9200 card on sequoia

2008-02-21 Thread Anatolij Gustschin
Adds configuration option for ATI Radeon 9200 card support to sequoia config file. If CONFIG_VIDEO is enabled, TEXT_BASE should be changed to 0xFFF8. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- include/configs/sequoia.h | 26 +- 1 files chang

[U-Boot-Users] [PATCH] POST: Disable cache while SPR POST

2008-02-25 Thread Anatolij Gustschin
Currently (since commit b2e2142c) u-boot crashes on sequoia board while SPR test if CONFIG_4xx_DCACHE is enabled. This patch disables the cache while SPR test. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- post/cpu/ppc4xx/spr.c | 14 ++ 1 files changed, 14 inse

[U-Boot-Users] [PATCH] ppc4xx: Fix problem in 4xx_enet.c driver

2008-02-25 Thread Anatolij Gustschin
U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is enabled. To reproduce the problem ensure that 'ethrotate' environment variable isn't set to "no" and then run "tftp 20 not_existent_file". This patch tries to fix the issue. Signed-off-by: Anatolij Gus

[U-Boot-Users] [PATCH] Fix warnings while compilation of post/drivers/memory.c

2008-02-25 Thread Anatolij Gustschin
Fix warnings while compilation with new gcc in eldk-4.2 Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- post/drivers/memory.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/post/drivers/memory.c b/post/drivers/memory.c index fbc349a..fb96985 100644

[U-Boot-Users] [PATCH] Fix compilation error in cmd_usb.c

2008-03-26 Thread Anatolij Gustschin
This patch fixes compilation error cmd_usb.c: In function 'do_usb': cmd_usb.c:552: error: void value not ignored as it ought to be Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- include/usb.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

Re: [U-Boot-Users] [PATCH] README: update documentation (availability, links, etc.)

2008-03-26 Thread Anatolij Gustschin
Fix typo in README Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index a9663a3..99bf26f 100644 --- a/README +++ b/README @@ -78,7 +78,7 @@ any version you might be interested in. Of

[U-Boot-Users] [PATCH] Fix out of tree building issue

2008-03-26 Thread Anatolij Gustschin
Currently U-Boot building in some external directory doesn't work. This patch tries to fix the problem. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- tools/Makefile | 20 +--- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/tools/Makef

[U-Boot-Users] [PATCH] ppc4xx: Fix crash on sequoia with cache enabled

2008-04-17 Thread Anatolij Gustschin
igned-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- cpu/ppc4xx/tlb.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/cpu/ppc4xx/tlb.c b/cpu/ppc4xx/tlb.c index 2bfcba1..f44822d 100644 --- a/cpu/ppc4xx/tlb.c +++ b/cpu/ppc4xx/tlb.c @@ -149,7 +149,9 @@ void cha

[U-Boot-Users] [PATCH] Fix crash on sequoia in ppc_4xx_eth_init

2008-04-17 Thread Anatolij Gustschin
Currently U-Boot crashes in ppc_4xx_eth_init on sequoia with cache enabled (TLB Parity exeption). This patch fixes the problem. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- cpu/ppc4xx/4xx_enet.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cpu/

Re: [U-Boot-Users] Can u-boot support fujitsu video chip mb86297?

2008-04-24 Thread Anatolij Gustschin
Hi, zhanglei459 wrote: > Hi,all: > I find there is a new video driver mb862xx.c in u-boot 1.3.2,can it > support mb86297?Thanks a lot! no, this driver currently supports mb86295 and mb86276 chips only. If the time permits, I will try to extend it to support mb86297 chip too. Best regards, An

Re: [U-Boot-Users] [PATCH] M18 flash (Sibley) support (attempt 2)

2008-04-29 Thread Anatolij Gustschin
Hi Vasiliy, Vasiliy Leoenenko wrote: > cfi_flash: support of long cmd in U-boot. > > Some NOR flash chips needs support of commands with length grether than max > value size of uchar. > For example all M18 family chips use 0x1ff command in buffered write mode as > value of program loops count.

[U-Boot-Users] [PATCH] Fix warnings while compiling net/net.c for MPC8610HPCD board

2008-04-30 Thread Anatolij Gustschin
MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS causing overriding default -Os option. New gcc (ver. 4.2.2) produces warnings while compiling net/net.c file with -O2 option. The patch is an attempt to fix this. Signed-off-by: Anatolij Gustschin <[EMAIL PROTECTED]> --- include

Re: [U-Boot-Users] [PATCH] Fix warnings while compiling net/net.c for MPC8610HPCD board

2008-04-30 Thread Anatolij Gustschin
Kumar Gala wrote: > > On Apr 30, 2008, at 6:34 AM, Anatolij Gustschin wrote: >> MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS >> causing overriding default -Os option. New gcc (ver. 4.2.2) >> produces warnings while compiling net/net.c file with -O2 >> o

Re: [U-Boot-Users] Teridian Phy Support tr78q21x3

2008-06-10 Thread Anatolij Gustschin
Hello, Manuel Sahm wrote: > I added a Teridian Phy Driver (tr78q21x3) to the Uboot version 1.3.0 > It works. (even in linux when I use the linux generic macb driver) > > If I try to use the latest u-boot-version (1.3.3) with the macb driver - > ethernet doesn?t work (in u-boot and linux). > I d

Re: [U-Boot-Users] Teridian Phy Support tr78q21x3

2008-06-11 Thread Anatolij Gustschin
Hello, Manuel Sahm wrote: > In the U-Boot 1.3.3 there is already this patch included yes, of course this is already included. I meant you have to _reverse_ this patch (or in other words un-apply it, "patch -p1 -R"), as it was not included in U-Boot 1.3.0 and as you sad, with U-Boot 1.3.0 eth

[U-Boot-Users] [PATCH] Fix 4xx build issue

2008-06-12 Thread Anatolij Gustschin
Building for 4xx doesn't work since commit 4dbdb768: In file included from 4xx_pcie.c:28: include/asm/processor.h:971: error: expected ')' before 'ver' make[1]: *** [4xx_pcie.o] Error 1 This patch fixes the problem. Signed-off-by: Anatolij Gustschin <[EMAIL PROTEC

[U-Boot-Users] [PATCH] at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260

2008-07-08 Thread Anatolij Gustschin
On the at91sam9260ep development board there is an EEPROM connected to the TWI interface (PA23, PA24 Peripheral A multiplexing), so we cannot use these pins as ETX2, ETX3. This patch configures PA10, PA11 pins for ETX2, ETX3 instead of PA23, PA24 pins. Signed-off-by: Anatolij Gustschin <[EM

Re: [U-Boot-Users] [PATCH] at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260

2008-07-09 Thread Anatolij Gustschin
Manuel Sahm wrote: > if I apply the patch with: > > patch -p1 < patchat91.diff > > some messages occur, is this correct ? > > > (Stripping trailing CRs from patch.) > patching file board/atmel/at91sam9260ek/at91sam9260ek.c > patch unexpectedly ends in middle of line > Hunk #1 succeeded at 183

[U-Boot-Users] [PATCH v2] at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260

2008-07-09 Thread Anatolij Gustschin
On the at91sam9260ep development board there is an EEPROM connected to the TWI interface (PA23, PA24 Peripheral A multiplexing), so we cannot use these pins as ETX2, ETX3. This patch configures PA10, PA11 pins for ETX2, ETX3 instead of PA23, PA24 pins. Signed-off-by: Anatolij Gustschin <[EM

Re: [U-Boot-Users] Release status - things to be done

2008-07-09 Thread Anatolij Gustschin
Wolfgang Denk wrote: > 3582 06/10 Manuel Sahm[U-Boot-Users] Teridian Phy Support tr78q21x3 > 3618 06/10 Anatolij Gustschi Re: [U-Boot-Users] Teridian Phy Support > tr78q21x3 > -> asked submitter for proper patch patch now resubmitted as [U-Boot-Users] [PATCH v2] at91: Fix to

[U-Boot-Users] [PATCH] Fix bug in Lime video driver

2008-07-12 Thread Anatolij Gustschin
: Anatolij Gustschin <[EMAIL PROTECTED]> --- drivers/video/mb862xx.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/video/mb862xx.c b/drivers/video/mb862xx.c index 9684cf3..733d9a2 100644 --- a/drivers/video/mb862xx.c +++ b/drivers/video/mb862xx.c @@ -173,6

Re: [U-Boot-Users] Ethernet phy driver is not working in u-boot

2008-08-06 Thread Anatolij Gustschin
Hello, tomydevasia wrote: >I am currently working u-boot for AT91SAM9260 based board. In this board > we are using LXT971A as phy rather than davicom dm9161a as in > AT91SAM9260-EK. We have u-boot-1.1.5 version with AT91SAM9260 support, but > it is having phy support only for Davicom dm9161a

Re: [U-Boot-Users] [Add tlbentry Problem ]

2008-08-18 Thread Anatolij Gustschin
Hello, 김영순 wrote: > I’ve worked on my custum board based on SEQUOIA. > > > I’d like to add new device (DSP, SIZE=256M, CS4). > I added tlbentry(256M) in init.S and defined CS4 in sequoia.h. > > Init.S: >/* TLB-entry for EBC(DSP) */ > tlbentry( CFG_DSP_BASE, SZ_256M, CFG_DS

Re: [U-Boot-Users] [PATCH] Modifications to video-related files for RRvision.

2008-10-04 Thread Anatolij Gustschin
Hello Gary, some comments/questions below: Gary Jennejohn wrote: > Note that the LOGO_X/LOG_Y macros are defined in RRvision.h to center > the logo on the screen and might be useful for other boards. > Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> add empty line between commit message and