Re: [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling

2008-07-13 Thread Michal Simek
Look good. Thanks, Michal Simek > In message <[EMAIL PROTECTED]> you wrote: >> From: Michal Simek <[EMAIL PROTECTED]> >> >> Microblaze and PowerPC use boot_get_ramdisk for loading >> ramdisk to memory with checking return value. >> Return 0 means success. Return 1 means failed. >> Here is corres

Re: [U-Boot-Users] [PATCH] CPU PPC440x5 on Virtex5 FX

2008-07-13 Thread Ricardo Ribalda Delgado
Hello Stefan I'm back from short hollydays, so expect some patches in this week :). Some general questions: master or next: Shall I apply the patches to master or to next? Both have modifications from 2 days ago. interrupts: I have been thinking about the irq handler and I am going to create

[U-Boot-Users] [PATCH] Fix some more printf() format problems.

2008-07-13 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- common/cmd_flash.c |4 ++-- common/cmd_nvedit.c|3 ++- drivers/usb/usbdcore.c | 16 +--- fs/jffs2/jffs2_1pass.c |4 ++-- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/common/cmd_flash.c b/comm

[U-Boot-Users] [PATCH] ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype

2008-07-13 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/ads5121/ads5121.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/board/ads5121/ads5121.c b/board/ads5121/ads5121.c index 2332912..8452054 100644 --- a/board/ads5121/ads5121.c +++ b/board/ads5121/ads5121.c @@ -50,

Re: [U-Boot-Users] [PATCH] PPC: Some PCI generalization in the global_data structure.

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The global_data structure has no well defined method of the PCI clocks > and other PCI related variables declaration. This patch adds initial > support for the generalized method based on CONFIG_PCI usage. At present > it only affects when CONFIG_MPC8272

Re: [U-Boot-Users] [PATCH] PPC: Some PCI generalization in the global_data structure.

2008-07-13 Thread Matvejchikov Ilya
> This makes no sense to me. > > Please keep in mind that the global_data stuff is intended for, and > only for, holding global information while we are still running from > flash (i. e. before relocation) so that we have neiter a writabel data > segment nor a valid bss segment. > > PCI initializat

[U-Boot-Users] Preparing linux image problem

2008-07-13 Thread Hien Pham
Hi all, After built uboot and linux kernel for at91sam9rlek (refer www.linux4sam.org), I try to generate a compressed uImage file using follow command: mkimage -A arm -O linux -C none -T kernel -a 20008000 -e 20008000 -n linux-2.6 -d arch/arm/boot/zImage uImage but I received: "mkimage: Can't map

Re: [U-Boot-Users] [PATCH] PPC: Some PCI generalization in the global_data structure.

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The global_data structure has no well defined method of the PCI clocks > and other PCI related variables declaration. This patch adds initial > support for the generalized method based on CONFIG_PCI usage. At present > it only affects when CONFIG_MPC8272

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

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > We need to wait while drawing engine clears frame > buffer before any further software accesses to frame > buffer will be initiated. Otherwise software drawn > parts could be partially destroyed by the drawing > engine or even GDC chip freeze could occur

Re: [U-Boot-Users] [PATCH] Fix some more printf() format issues.

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > board/armadillo/flash.c|2 +- > board/delta/nand.c |2 +- > board/integratorcp/flash.c |6 +++--- > board/mp2usb/flash.c |2 +- > board/versatil

Re: [U-Boot-Users] [PATCH 1/1] coding style cleaning for sc520_spunk

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > there are some long lines in config file > but this patches clean a lot of coding style issues > > There could be small problem with Daniel name. > Please check it in merge > > Signed-off-by: Michal Simek <[EM

Re: [U-Boot-Users] [PATCH 1/1] hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > drivers/hwmon/Makefile|2 +- > include/configs/sc520_spunk.h |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks

Re: [U-Boot-Users] [PATCH] New Dummy I2C Driver

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This driver provides access to a false i2c eeprom. > This false eeprom could be very useful in boards with > ddr2 memories and no i2c interfaces. > Using this driver the user can simulate the spd interface > of the ddr2 memory and use the ddr2 auto co

Re: [U-Boot-Users] [PATCH 1/1] hwmon: Cleaning hwmon devices

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > Clean Makefile > Move device specific values to driver for better reading > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > drivers/hwmon/Makefile | 12 > drivers/hwmon/adm1021.c | 35 +

Re: [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > Microblaze and PowerPC use boot_get_ramdisk for loading > ramdisk to memory with checking return value. > Return 0 means success. Return 1 means failed. > Here is correspond part of code from bootm.c which check

Re: [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > Microblaze and PowerPC use boot_get_ramdisk for loading > ramdisk to memory with checking return value. > Return 0 means success. Return 1 means failed. > Here is correspond part of code from bootm.c which check

Re: [U-Boot-Users] [PATCH] I2C Monitor Chip ADT7460 support

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Still is there coding style issue. > > and you have one extra header file which is uneeded. I recommend you > move usefull values directly to driver. > > WD: I looked at include/dtt.h there are many driver specific values. IMHO > these > value should

Re: [U-Boot-Users] [PATCH 2/2] microblaze: Remove useless ancient headers

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > .../asm-microblaze/arch-microblaze/xbasic_types.h | 301 > > include/asm-microblaze/arch-microblaze/xio.h | 63 >

Re: [U-Boot-Users] [PATCH 1/2] microblaze: Clean uartlite driver

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > Redesign uartlite driver to in_be32 and out_be32 macros > Fix missing header in io.h > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > drivers/serial/serial_xuartlite.c | 37 >

Re: [U-Boot-Users] [PATCH] usb: add support for R8A66597 usb controller

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Unfortunately this tip does not have nicname and other. > We want to acquire a name same as Linux kernel USB driver.. I see. Well, so we have to swallow that bitter pill, I guess. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot-Users] [PATCH] Fix integer overflow warning in calc_divisor()

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Fix the integer overflow warning when rounding the serial > port clock divisor value in calc_divisor(). > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > > --- > > drivers/serial/serial.c | 11 +-- > 1 files changed, 9 insertions(+),

Re: [U-Boot-Users] [PATCH] =?utf-8?q?Fix=20build=20time=20warnings=20in=20function=20=E2=80=98mmc=5Fdecode=5Fcsd=E2=80=99:

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> > --- cpu/pxa/mmc.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zunde

Re: [U-Boot-Users] [PATCH] ARM: Fix for broken compilation when defining CONFIG_CMD_ELF

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > ARM: Fix for broken compilation when defining > CONFIG_CMD_ELF caused by missing dcache > status/enable/disable functions. > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > > --- > > cpu/arm926ejs/cpu.c | 51 > ++

Re: [U-Boot-Users] [PATCH] ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This patch removes some ft_board_setup() functions from some 4xx boards. > This can be done since we now have a default weak implementation for this > in cpu/ppc4xx/fdt.c. Only board in need for a different/custom > implementation like canyonlands need th

[U-Boot-Users] [PATCH] Add last known maintainer for orphaned boards; reformat.

2008-07-13 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- MAINTAINERS | 681 +-- 1 files changed, 339 insertions(+), 342 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6065e42..1f29abb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14

Re: [U-Boot-Users] [PATCH v2] Remove [EMAIL PROTECTED] from MAINTAINERS

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Mail to [EMAIL PROTECTED] bounces because the user doesn't exist > anymore. You can't be a maintainer without a valid e-mail address, so > move all boards that used to be maintained by Kyle Harris to the > "orphaned" list. > > Currently, only PowerPC has

Re: [U-Boot-Users] [GIT PULL] Please pull mpc512x tree

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Wolfgang, > > The following changes since commit bde63587622c4b830a27d1ddf7265843de9e994f: >Wolfgang Denk (1): > Fix some more printf() format issues. > > are available in the git repository at: > >git://git.denx.de/u-boot-mpc512x.git

Re: [U-Boot-Users] [GIT PULL] Please pull coldfire tree

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Wolfgang, > > The following changes since commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96: >Wolfgang Denk (1): > Fix some more print() format errors. > > are available in the git repository at: > >git://git.denx.de/u-boot-coldfire.git

Re: [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96: > Wolfgang Denk (1): > Fix some more print() format errors. > > are available in the git repository at: > > git://www.denx.de/git/u-boot-ppc4xx.git master > > Stef

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

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > 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

Re: [U-Boot-Users] AT91 pull request

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Hi, > please pull > The following changes since commit 4109df6f75fc00ab7da56d286ba50149a0d16a69: > Kim Phillips (1): > silence misc printf formatting compiler warnings > > are available in the git repository at: > > git://git.denx.de/u-boot-

[U-Boot-Users] [PATCH] 8260: Fix gd->pci_clk usage

2008-07-13 Thread Matvejchikov Ilya
This patch fixes gd->pci_clk usage. Now it depends on CONFIG_PCI option. Signed-off-by: Matvejchikov Ilya <[EMAIL PROTECTED]> --- cpu/mpc8260/speed.c | 47 +++ 1 files changed, 27 insertions(+), 20 deletions(-) diff --git a/cpu/mpc8260/speed.c b/cpu/

[U-Boot-Users] [PATCH] PPC: Some PCI generalization in the global_data structure.

2008-07-13 Thread Matvejchikov Ilya
The global_data structure has no well defined method of the PCI clocks and other PCI related variables declaration. This patch adds initial support for the generalized method based on CONFIG_PCI usage. At present it only affects when CONFIG_MPC8272 or CONFIG_MPC8272_FAMILY defined. Signed-off-by:

Re: [U-Boot-Users] [PATCH] JFFS2 command support on OneNAND

2008-07-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > I really would rather not duplicate all of this, which looks extremely > > similar to regular NAND. Is there reason why we don't use the mtd_info > > function pointer interface? > > Agreed, It's almost same as NAND code. > Now nand code uses two mod