Re: [U-Boot] [PATCH 19/31] i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c

2009-01-28 Thread Joakim Tjernlund
This patch adds the possibility to call a board specific i2c bus reset routine for the fsl_i2c bus driver, and adds this option for the keymile kmeter1 board. Signed-off-by: Heiko Schocher h...@denx.de --- board/keymile/common/common.c | 14 ++ drivers/i2c/fsl_i2c.c

Re: [U-Boot] [PATCH 19/31] i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c

2009-01-28 Thread Joakim Tjernlund
Heiko Schocher h...@denx.de wrote on 28/01/2009 11:54:22: Hello Joakim, Joakim Tjernlund wrote: This patch adds the possibility to call a board specific i2c bus reset routine for the fsl_i2c bus driver, and adds this option for the keymile kmeter1 board. [...] @@ -478,6 +480,17

Re: [U-Boot] [PATCH 19/31] i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c

2009-01-28 Thread Joakim Tjernlund
Hello Joakim, Joakim Tjernlund wrote: Heiko Schocher h...@denx.de wrote on 28/01/2009 11:54:22: Joakim Tjernlund wrote: This patch adds the possibility to call a board specific i2c bus reset routine for the fsl_i2c bus driver, and adds this option for the keymile kmeter1 board

Re: [U-Boot] [RFC][PATCH] Code Clean-up (weak functions)

2008-12-25 Thread Joakim Tjernlund
-Original Message- From: Shinya Kuribayashi [mailto:skuri...@ruby.dti.ne.jp] Sent: den 24 december 2008 17:55 To: Joakim Tjernlund Cc: 'Shinya Kuribayashi'; 'Graeme Russ'; u-boot@lists.denx.de Subject: Re: [U-Boot] [RFC][PATCH] Code Clean-up (weak functions) Joakim Tjernlund wrote

Re: [U-Boot] [RFC][PATCH] Code Clean-up (weak functions)

2008-12-24 Thread Joakim Tjernlund
- There is no purely weak functions and therfore no longer code like: if (do_something) do_somthing(); All instances have been replaced by empty functions with an alias. e.g. void __do_something (args) {} do_something(args) __atttribute__((weak,

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

2008-12-04 Thread Joakim Tjernlund
On Thu, 2008-12-04 at 13:35 +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: 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 [EMAIL PROTECTED] --- diff with V3

Re: [U-Boot] weak functions versus conditional compile

2008-11-19 Thread Joakim Tjernlund
On Wed, 2008-11-19 at 14:54 +0100, Haavard Skinnemoen wrote: Mike Frysinger [EMAIL PROTECTED] wrote: On Monday 17 November 2008 16:17:54 Graeme Russ wrote: Should I declare these functions as weak in the core i386 code and use a config #define to override or should I seperate the

Re: [U-Boot] [PATCH/RFC] Some speed improvements to U-Boot JFFS2 code

2008-11-11 Thread Joakim Tjernlund
On Mon, 2008-11-10 at 22:49 -0800, Alexey Neyman wrote: Michael, I tried to reproduce the bug you mentioned (multiple appearance of directories in ls output) using the script you provided, to no avail: ls correctly showed the top-level directory, both with and without

Re: [U-Boot] [PATCH/RFC] Some speed improvements to U-Boot JFFS2 code

2008-11-04 Thread Joakim Tjernlund
On Tue, 2008-11-04 at 13:31 +0100, Michael Lawnick wrote: Michael Lawnick said the following: ... - output of access rights is still corrupted, e.g.: d-ÿÿ-ÿ0 Tue Oct 21 11:08:17 2008 10 --ÿÿ-ÿ 262144 Thu Jan 01 00:00:33 1970 u-boot.bin d-ÿÿ-ÿ0 Tue Oct 21

Re: [U-Boot] [PATCH RFC] mpc8572ds relocatable

2008-10-13 Thread Joakim Tjernlund
On Mon, 2008-10-13 at 00:53 +0200, Wolfgang Denk wrote: Dear Ed Swarthout, In message [EMAIL PROTECTED] you wrote: Fixes boot crash from bad string pointers in get_table_entry_name when flash is erased or differs from current u-boot image. Signed-off-by: Ed Swarthout [EMAIL PROTECTED]

Re: [U-Boot] JFFS2-Summary support for u-boot

2008-09-29 Thread Joakim Tjernlund
On Mon, 2008-09-29 at 11:34 +, Michael Lawnick wrote: Joakim Tjernlund joakim.tjernlund at transmode.se writes: On Mon, 2008-09-29 at 08:45 +, Michael Lawnick wrote: Hi *, please feel free to correct me if I tell sh**: As far as I was told, bad JFFS2 boot performance

Re: [U-Boot] JFFS2-Summary support for u-boot

2008-09-29 Thread Joakim Tjernlund
On Mon, 2008-09-29 at 12:49 +, Michael Lawnick wrote: Joakim Tjernlund joakim.tjernlund at transmode.se writes: Has anybody tried to (and succeeded in) speed up u-boot? Yes, there was an attempt some time ago(months or a year, dunno) where someone had improved scanning

Re: [U-Boot] [REGRESSION] commit b502611b51... Change env_get_char from a... breaks imx31_phycore

2008-09-05 Thread Joakim Tjernlund
-Original Message- From: Guennadi Liakhovetski [mailto:[EMAIL PROTECTED] Sent: den 5 september 2008 20:01 To: U-Boot@lists.denx.de Cc: Joakim Tjernlund Subject: [REGRESSION] commit b502611b51... Change env_get_char from a... breaks imx31_phycore Hi, The aforementioned commit

Re: [U-Boot] [REGRESSION] commit b502611b51... Change env_get_char from a... breaks imx31_phycore

2008-09-05 Thread Joakim Tjernlund
-Original Message- From: Magnus Lilja [mailto:[EMAIL PROTECTED] Sent: den 5 september 2008 21:16 To: Joakim Tjernlund Cc: Guennadi Liakhovetski; U-Boot@lists.denx.de Subject: Re: [U-Boot] [REGRESSION] commit b502611b51... Change env_get_char from a... breaks imx31_phycore Hi

<    3   4   5   6   7   8