[U-Boot] [PATCH 2/2]: muas3001: added missing Maintainer entry

2008-08-11 Thread Heiko Schocher
Hello, [POWERPC] muas3001: added missing Maintainer entry correct SDRAM initialization values Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- MAINTAINERS|1 + include/configs/muas3001.h |8 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff

[U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Heiko Schocher
Scott Wood [EMAIL PROTECTED] Tue, 12 Aug 2008 16:31:15 + (11:31 -0500) commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b Couldnt try this patch, because I have no longer the Hardware :-( Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/tqc/tqm8272/tqm8272.c | 35

Re: [U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Heiko Schocher
Hello Stefan, Stefan Roese wrote: On Wednesday 27 August 2008, Heiko Schocher wrote: snip +++ b/board/tqc/tqm8272/tqm8272.c @@ -1066,38 +1066,24 @@ int update_flash_size (int flash_size) #include nand.h #include linux/mtd/mtd.h -static u8 hwctl = 0; - static void

[U-Boot] [PATCH v2] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Heiko Schocher
Scott Wood [EMAIL PROTECTED] Tue, 12 Aug 2008 16:31:15 + (11:31 -0500) commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b Also moved the NAND Code in a seperate File. Couldnt try this patch, because I have no longer the Hardware :-( Signed-off-by: Heiko Schocher [EMAIL PROTECTED

Re: [U-Boot] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-27 Thread Heiko Schocher
Hello Scott, Scott Wood wrote: On Wed, Aug 27, 2008 at 01:08:14PM +0200, Heiko Schocher wrote: static void upmnand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl) { struct nand_chip *this = mtd-priv; +ulong base = (ulong) (this-IO_ADDR_W + chipsel * CFG_NAND_CS_DIST

[U-Boot] [PATCH v3] [POWERPC] TQM8272: Fix compiling error for the TQM8272 board.

2008-08-28 Thread Heiko Schocher
Scott Wood [EMAIL PROTECTED] Tue, 12 Aug 2008 16:31:15 + (11:31 -0500) commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/tqc/tqm8272/tqm8272.c | 33 +++-- 1 files changed, 15 insertions(+), 18

[U-Boot] [BUG] common/console.c

2008-09-01 Thread Heiko Schocher
Hello Jean-Christophe, I compilied actual u-boot for the muas3001 board and tried to start it, but it crashes in common/console.c console_init_r () ... After reversing your Patch: http://git.denx.de/?p=u-boot.git;a=commitdiff;h=c1de7a6daf9c657484e1c6d433f01fccd49a7f48#patch4 it works again

[U-Boot] [POWERPC][BUG] ramdisk: u-boot no longer boots a ramdisk with Linux 2.6.27-rc4

2008-09-05 Thread Heiko Schocher
Hello Kumar, I actually trying to boot a Linux 2.6.27-rc4 Kernel with a Ramdisk and actual u-boot on a MPC82xx based board. And what should I say, it doesnt work anymore :-( Reason is the following commit:

Re: [U-Boot] [POWERPC][BUG] ramdisk: u-boot no longer boots a ramdisk with Linux 2.6.27-rc4

2008-09-05 Thread Heiko Schocher
Hello Kumar, Kumar Gala wrote: On Sep 5, 2008, at 3:27 AM, Heiko Schocher wrote: I actually trying to boot a Linux 2.6.27-rc4 Kernel with a Ramdisk and actual u-boot on a MPC82xx based board. And what should I say, it doesnt work anymore :-( Reason is the following commit: http

[U-Boot] [POWERPC] muas3001: activate WDT for the muas3001 board.

2008-09-08 Thread Heiko Schocher
[POWERPC] muas3001: activate WDT for the muas3001 board. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/muas3001.h | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h index

[U-Boot] [POWERPC] muas3001: added support for the LM75 sensor.

2008-09-08 Thread Heiko Schocher
[POWERPC] 82xx: added support for the LM75 Temp. sensor on the muas3001 board. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/muas3001.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/include/configs/muas3001.h b/include

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-10 Thread Heiko Schocher
with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now added to of_size, so we dont need anymore a dummy mem reservation. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- common/cmd_fdt.c |3 ++- common/fdt_support.c |4 +--- include/fdt.h |2 ++ include/fdt_support.h |2

[U-Boot] [PATCH] [POWERPC] muas3001: update BR4 settings

2008-09-10 Thread Heiko Schocher
and setup the Portpins for using I2C. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/muas3001/muas3001.c |9 +++-- include/configs/muas3001.h |2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/board/muas3001/muas3001.c b/board/muas3001

[U-Boot] [PATCH] mgsuvd, mgcoge: added BOOTCOUNT feature.

2008-09-27 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/mgcoge.h |2 ++ include/configs/mgsuvd.h |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index 858c8c1..9475031 100644 --- a/include/configs

[U-Boot] [PATCH] i2c: add i2c reset command.

2008-09-29 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- common/cmd_i2c.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c index ef3928e..414c888 100644 --- a/common/cmd_i2c.c +++ b/common/cmd_i2c.c @@ -1182,6 +1182,12 @@ int do_sdram

[U-Boot] [PATCH] mgcoge, mgsuvd: add EEprom support.

2008-09-29 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/mgcoge.h |8 include/configs/mgsuvd.h |7 +++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index 159eeae..8cff642 100644 --- a/include

[U-Boot] [PATCH] [sensor]: Make the LM75 MULTI_BUS compatible.

2008-09-29 Thread Heiko Schocher
also fix CodingStyle issues for the LM75 Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- drivers/hwmon/lm75.c | 228 +++--- 1 files changed, 105 insertions(+), 123 deletions(-) diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index

[U-Boot] [PATCH] mgcoge, mgsuvd: add DTT (LM75) support.

2008-09-29 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/mgcoge.h |9 + include/configs/mgsuvd.h |9 + 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index 8cff642..bfbbd45 100644 --- a/include

[U-Boot] [PATCH] mgcoge, mgsuvd: add I2C deblocking mechanism.

2008-09-29 Thread Heiko Schocher
). And after this, a start Condition is send. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/common/common.c | 211 + board/keymile/mgcoge/Makefile |2 +- drivers/i2c/soft_i2c.c| 11 ++ include/configs/mgcoge.h |1 + include

[U-Boot] [PATCH v2 02/16] [PATCH] I2C: add new command i2c reset.

2008-10-15 Thread Heiko Schocher
If I2C Bus is blocked (see doc/I2C_Edge_Conditions), it is not possible to get out of this, until the complete Hardware gets a reset. This new commando calls again i2c_init (and that calls i2c_init_board if defined), which will deblock the I2C Bus. Signed-off-by: Heiko Schocher [EMAIL PROTECTED

[U-Boot] [PATCH v2 03/16] [POWERPC] mgcoge: fix Codingstyle issues.

2008-10-15 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/mgcoge/mgcoge.c | 79 +++- 1 files changed, 38 insertions(+), 41 deletions(-) diff --git a/board/keymile/mgcoge/mgcoge.c b/board/keymile/mgcoge/mgcoge.c index 51b6dc6..a6bf9bc 100644

[U-Boot] [PATCH v2 04/16] i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.

2008-10-15 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- cpu/mpc8260/i2c.c | 36 drivers/i2c/soft_i2c.c | 36 2 files changed, 72 insertions(+), 0 deletions(-) diff --git a/cpu/mpc8260/i2c.c b/cpu/mpc8260/i2c.c index

[U-Boot] [PATCH v2 05/16] soft_i2c: prevent compilerwarnings if driver not uses CPU Pins.

2008-10-15 Thread Heiko Schocher
: warning: unused variable 'immr' Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- drivers/i2c/soft_i2c.c | 43 ++- include/i2c.h |9 + 2 files changed, 15 insertions(+), 37 deletions(-) diff --git a/drivers/i2c/soft_i2c.c b

[U-Boot] [PATCH v2 06/16] [POWERPC] mgcoge, mgsuvd: add I2C support.

2008-10-15 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/mgcoge/mgcoge.c | 14 +++- board/keymile/mgsuvd/mgsuvd.c | 11 ++ include/configs/mgcoge.h | 25 +++ include/configs/mgsuvd.h | 43 + 4

[U-Boot] [PATCH v2 07/16] [PATCH] mgcoge, mgsuvd: added EEprom support.

2008-10-15 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/mgcoge.h |8 include/configs/mgsuvd.h |7 +++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index 159eeae..8cff642 100644 --- a/include

[U-Boot] [PATCH v2 08/16] [PATCH] lm75: fix Codingstyle issues.

2008-10-15 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- drivers/hwmon/lm75.c | 222 ++ 1 files changed, 99 insertions(+), 123 deletions(-) diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index 6770cdd..f544ebb 100644 --- a/drivers/hwmon/lm75

[U-Boot] [PATCH v2 10/16] [PATCH] mgcoge, mgsuvd: add DTT (LM75) support.

2008-10-15 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/mgcoge.h |9 + include/configs/mgsuvd.h |9 + 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index 8cff642..bfbbd45 100644 --- a/include

[U-Boot] [PATCH v2 12/16] [PATCH] mgcoge, mgsuvd: add boardspecific I2C deblocking mechanism.

2008-10-15 Thread Heiko Schocher
-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/common/common.c | 209 + board/keymile/mgcoge/Makefile |2 +- board/keymile/mgsuvd/Makefile |2 +- include/configs/mgcoge.h |1 + include/configs/mgsuvd.h |1 + 5 files changed, 213

[U-Boot] [PATCH v2 13/16] I2C: adding new i2c bus Command to the I2C Subsystem.

2008-10-15 Thread Heiko Schocher
With this Command it is possible to add new I2C Busses, which are behind 1 .. n I2C Muxes. Details see README. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- README | 47 common/cmd_i2c.c | 267 ++ cpu/mpc8260

[U-Boot] [PATCH v2 15/16] [PATCH] mgcoge, mgsuvd: added support for the IVM EEprom.

2008-10-15 Thread Heiko Schocher
The EEprom contains some Manufacturerinformation, which are read from u-boot at boot time, and saved in same hush shell variables. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/common/common.c | 287 + board/keymile/mgcoge/mgcoge.c

[U-Boot] [PATCH v2 16/16] [PATCH] mgsuvd, mgcoge: added BOOTCOUNT feature.

2008-10-15 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/mgcoge.h |2 ++ include/configs/mgsuvd.h |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index cdbfd67..ecf93e9 100644 --- a/include/configs

Re: [U-Boot] [PATCH v2 13/16] I2C: adding new i2c bus Command to the I2C Subsystem.

2008-10-16 Thread Heiko Schocher
Hello Ben, Ben Warren wrote: Heiko Schocher wrote: With this Command it is possible to add new I2C Busses, which are behind 1 .. n I2C Muxes. Details see README. While this is pretty cool, I'm curious what circumstances lead to needing to add I2C buses at run-time via command line

Re: [U-Boot] [PATCH v2 02/16] [PATCH] I2C: add new command i2c reset.

2008-10-16 Thread Heiko Schocher
Hello Ben, Ben Warren wrote: Heiko Schocher wrote: [...] i2c probe - show devices on the I2C bus\n +i2c reset - reinit the I2C Controller\n re-init or re-initialize would be better. You are right (as I wrote in the help text ...) Is i2c reinit as commandname ok? bye Heiko

Re: [U-Boot] [PATCH v2 02/16] [PATCH] I2C: add new command i2c reset.

2008-10-16 Thread Heiko Schocher
Hello Ben, Ben Warren wrote: Heiko Schocher wrote: Hello Ben, Ben Warren wrote: Heiko Schocher wrote: [...] i2c probe - show devices on the I2C bus\n +i2c reset - reinit the I2C Controller\n re-init or re-initialize would be better. You are right

[U-Boot] [POWERPC] mgsuvd: fix compiler warning when using soft_i2c driver

2008-10-16 Thread Heiko Schocher
data bss dec hex filename 1746089712 28436 212756 33f14 ./u-boot [EMAIL PROTECTED] u-boot]$ Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- drivers/i2c/soft_i2c.c |2 ++ include/configs/mgsuvd.h |1 + include/i2c.h|4 3 files changed, 7

[U-Boot] [POWERPC] mgcoge: Second Flash on CS5 not on CS1

2008-10-16 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/mgcoge/mgcoge.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/keymile/mgcoge/mgcoge.c b/board/keymile/mgcoge/mgcoge.c index 099e77b..5931f17 100644 --- a/board/keymile/mgcoge/mgcoge.c +++ b/board

[U-Boot] [POWERPC] mgcoge, mgsuvd: cleanups

2008-10-17 Thread Heiko Schocher
mgcoge: Second Flash on CS5 use in_*/out_* accessors mgsuvd: fix Codingstyle issues use in_*/out_* accessors Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- This Patch replaces the Patches: http://lists.denx.de/pipermail/u-boot/2008-October/041881.html [U-Boot] [POWERPC

[U-Boot] [POWERPC v3] mgsuvd: fix compiler warning when using soft_i2c driver

2008-10-17 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/common/common.c |3 ++- drivers/i2c/soft_i2c.c|4 include/configs/mgsuvd.h | 24 +++- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/board/keymile/common/common.c b

[U-Boot] [POWERPC v2] mgsuvd: fix coding style

2008-10-17 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/mgsuvd/mgsuvd.c | 98 + include/configs/mgsuvd.h | 10 ++--- 2 files changed, 35 insertions(+), 73 deletions(-) diff --git a/board/keymile/mgsuvd/mgsuvd.c b/board/keymile/mgsuvd

[U-Boot] [POWERPC v4] mgsuvd: fix compiler warning when using soft_i2c driver

2008-10-17 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/common/common.c |3 ++- drivers/i2c/soft_i2c.c|4 include/configs/mgsuvd.h | 18 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/board/keymile/common/common.c b/board

[U-Boot] [POWERPC v2] mgcoge: Second Flash on CS5 not on CS1

2008-10-17 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/mgcoge/mgcoge.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/keymile/mgcoge/mgcoge.c b/board/keymile/mgcoge/mgcoge.c index 7d4d9e6..bf6ce87 100644 --- a/board/keymile/mgcoge/mgcoge.c +++ b/board

[U-Boot] [POWERPC] mgcoge, mgsuvd: extract more common code

2008-10-17 Thread Heiko Schocher
in ft_blob_update () for both boards was an unneccessary repetition of code, which this patch moves in a common function for this boards. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/keymile/common/common.c | 26 +++ board/keymile/mgcoge/mgcoge.c | 52

[U-Boot] [POWERPC] mgsuvd: update size of environment

2008-10-17 Thread Heiko Schocher
Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/mgsuvd.h |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/include/configs/mgsuvd.h b/include/configs/mgsuvd.h index 1604285..ff52f84 100644 --- a/include/configs/mgsuvd.h +++ b/include/configs/mgsuvd.h

[U-Boot] [PATCH] TQM8260: environment in flash instead EEPROM, baudrate 115k

2008-10-19 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: Several customers have reported problems with the environment in EEPROM, including corrupted content after board reset. Probably the code to prevent I2C Enge Conditions is not working sufficiently. Is this somewhere reproducible? Maybe we can try my patch

Re: [U-Boot] [PATCH 2/2] Changes to move hawkboard to the new infrastructure.

2012-01-10 Thread Heiko Schocher
Hello Sughosh, Christian, Tom, Sughosh Ganu wrote: hi Christian, On Tue Jan 10, 2012 at 09:15:14AM +0100, Christian Riesch wrote: Hi Sughosh and Tom, On Tuesday, January 10, 2012, Sughosh Ganu urwithsugh...@gmail.com wrote: On Mon Jan 09, 2012 at 04:30:56PM -0700, Tom Rini wrote: On

Re: [U-Boot] [PATCH v3 1/7] drivers/i2c/omap24xx_i2c.c: replace printf with one argument by puts

2012-01-10 Thread Heiko Schocher
Hello Andreas, Andreas Müller wrote: Signed-off-by: Andreas Müller schnitzelt...@gmx.de --- drivers/i2c/omap24xx_i2c.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Acked-by: Heiko Schocher h...@denx.de bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH v3 4/7] drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM

2012-01-10 Thread Heiko Schocher
(-) Acked-by: Heiko Schocher h...@denx.de Thanks! bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH 2/2 V2] Changes to move hawkboard to the new spl infrastructure.

2012-01-10 Thread Heiko Schocher
the CONFIG_SPL_TEXT_BASE. Modified the README.hawkboard to reflect the same. Signed-off-by: Sughosh Ganu urwithsugh...@gmail.com Cc: Heiko Schocher h...@denx.de Cc: Christian Riesch christian.rie...@omicron.at Cc: Sudhakar Rajashekhara sudhakar@ti.com Cc: Tom Rini tr...@ti.com --- [...] diff --git a/arch

Re: [U-Boot] [RFC] [PATCH] DaVinci/i2c: allow multiple buses

2012-01-10 Thread Heiko Schocher
Hello Tom, Jérôme, Sorry for the late reply, but I just starting to look through my backlog, after my vacation ... Tom Rini wrote: On Wed, Dec 21, 2011 at 10:36 PM, Jérôme Carretero cj-ub...@zougloub.eu wrote: Hi Tom, I'm requesting comments on the following (untested) patch. It adds

Re: [U-Boot] [PATCH I2C] fix: error ATMEL_FIO_BASE undeclared, if use I2C_Soft on AT91

2012-01-10 Thread Heiko Schocher
Hello e...@bus-elektronik.de (Jens?), e...@bus-elektronik.de wrote: * Since AT91 name schema was changed to ATMEL_BASE_xxx, I2C_SOFT on AT91 devices fails with 'error: ATMEL_FIO_BASE undeclared' * change ATMEL_PIO_BASE to ATMEL_BASE_PIOA will fix this Signed-off-by: Jens Scharsig

[U-Boot] [GIT PULL] Pull request: i2c

2012-01-10 Thread Heiko Schocher
Hello Wolfgang, The following changes since commit 9a4209869bd2c37affd931d627b3c3e72952: ARM: highbank: enable networking and pxe (2012-01-05 20:10:38 +0100) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master e...@bus-elektronik.de (1): fix: error

Re: [U-Boot] [PATCH] arm, davinci: Add support for the Calimain board from OMICRON electronics

2012-01-10 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: This patch adds support for the Calimain board from OMICRON electronics GmbH. The board features a Texas Instruments AM1808 SoC, 128 MB DDR2 memory, and 64 MB NOR flash memory connected to CS2 and CS3. Signed-off-by: Christian Riesch

Re: [U-Boot] [PATCH 2/2 V2] Changes to move hawkboard to the new spl infrastructure.

2012-01-11 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: Hello Heiko, Sughosh, On Wed, Jan 11, 2012 at 7:52 AM, Heiko Schocher h...@denx.de wrote: please remove the da8xx_configure_lpsc_items() in board_gpio_init() in the ./board/enbw/enbw_cmc/enbw_cmc.c() file, and also move ... before I write here a lot

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Heiko Schocher
/configs/omap3_evm_common.h |1 - include/configs/omap3_mvblx.h |1 - include/configs/p1_p2_rdb_pc.h |7 --- include/configs/tam3517-common.h |1 - 16 files changed, 0 insertions(+), 33 deletions(-) Acked-by: Heiko Schocher h...@denx.de Tested on the enbw_cmc

Re: [U-Boot] [PATCH 2/2 V4] Changes to move hawkboard to the new spl infrastructure

2012-01-11 Thread Heiko Schocher
the CONFIG_SPL_TEXT_BASE. Modified the README.hawkboard to reflect the same. Signed-off-by: Sughosh Ganu urwithsugh...@gmail.com Signed-off-by: Heiko Schocher h...@denx.de Cc: Heiko Schocher h...@denx.de Cc: Christian Riesch christian.rie...@omicron.at Cc: Sudhakar Rajashekhara sudhakar@ti.com Cc: Tom Rini

Re: [U-Boot] [PATCH v2 0/7] tegra: Add I2C driver and associated parts

2012-01-12 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: This series brings in an I2C driver for Tegra which can be configured by a flat device tree. It supports 8- and 16-bit addresses and both the normal I2C ports and the DVC port (for controlling the power management unit (PMU)). Recent Linux bindings are

Re: [U-Boot] [PATCH v2 3/7] tegra: fdt: Add extra I2C bindings for U-Boot

2012-01-12 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: Add U-Boot's peripheral clock information to the Tegra20 device tree file. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Adjust definitions to fit new peripheral clock bindings - Change 'speed' to 'clock-frequency' - Remove

Re: [U-Boot] [PATCH 4/7] tegra: Add I2C driver

2012-01-12 Thread Heiko Schocher
Hello Stephen, Stephen Warren wrote: Simon Glass wrote ednesday, January 11, 2012 9:18 PM: On Mon, Jan 9, 2012 at 2:07 PM, Stephen Warren swar...@nvidia.com wrote: On 12/26/2011 11:11 AM, Simon Glass wrote: From: Yen Lin ye...@nvidia.com Add basic i2c driver for Tegra2 with 8- and 16-bit

Re: [U-Boot] [PATCH v2 4/7] tegra: Add I2C driver

2012-01-12 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: From: Yen Lin ye...@nvidia.com Add basic i2c driver for Tegra2 with 8- and 16-bit address support. The driver requires CONFIG_OF_CONTROL to obtain its configuration from the device tree. (Simon Glass: s...@chromium.org modified for upstream)

Re: [U-Boot] [PATCH 1/3] ARM: I2C: I2C Multi byte address support

2012-01-13 Thread Heiko Schocher
Hello Patil, Patil, Rachna wrote: Existing OMAP I2C driver does not support address length greater than one. Hence this patch is to add support for 2 byte address read/write. Signed-off-by: Philip, Avinash avinashphi...@ti.com Signed-off-by: Hebbar, Gururaja gururaja.heb...@ti.com

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-13 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: Hi Sughosh, I had a look at the patch and I tried to understand what's going on here (I must confess that I didn't know anything about this cache stuff). On Tue, Jan 10, 2012 at 7:12 PM, Sughosh Ganu urwithsugh...@gmail.com wrote: The current

Re: [U-Boot] [PATCH v2 4/7] tegra: Add I2C driver

2012-01-13 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: Hi Heiko, On Thu, Jan 12, 2012 at 11:25 PM, Heiko Schocher h...@denx.de wrote: Hello Simon, Simon Glass wrote: From: Yen Lin ye...@nvidia.com Add basic i2c driver for Tegra2 with 8- and 16-bit address support. The driver requires CONFIG_OF_CONTROL

Re: [U-Boot] [PATCH 4/7] tegra: Add I2C driver

2012-01-13 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: Hi Heiko, On Thu, Jan 12, 2012 at 11:12 PM, Heiko Schocher h...@denx.de wrote: Hello Stephen, Stephen Warren wrote: Simon Glass wrote ednesday, January 11, 2012 9:18 PM: On Mon, Jan 9, 2012 at 2:07 PM, Stephen Warren swar...@nvidia.com wrote: On 12/26

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-13 Thread Heiko Schocher
Hello Sugosh, Sughosh Ganu wrote: hi Christian, On Fri Jan 13, 2012 at 09:06:26AM +0100, Christian Riesch wrote: Hi Sughosh, I had a look at the patch and I tried to understand what's going on here (I must confess that I didn't know anything about this cache stuff). Ok, thanks for

Re: [U-Boot] [PATCH v2 18/20] tegra: i2c: Add function to find DVC bus

2012-01-14 Thread Heiko Schocher
|7 +++ drivers/i2c/tegra2_i2c.c | 14 ++ 2 files changed, 21 insertions(+), 0 deletions(-) just one minor comment, beside of this: Acked-by: Heiko Schocher h...@denx.de diff --git a/arch/arm/include/asm/arch-tegra2/tegra2_i2c.h b/arch/arm/include

Re: [U-Boot] [PATCH v2 02/20] i2c: Add TPS6586X driver

2012-01-14 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: This power management chip supports battery charging and a large number of power supplies. This initial driver only provides the ability to adjust the two synchronous buck converters SM0 and SM1 in a stepwise manner. Signed-off-by: Simon Glass

[U-Boot] [PATCH] arm, davinci: add workaround for not resetting DMA bus and VPSS modules

2012-01-14 Thread Heiko Schocher
The Buffer Logic of VPSS is Not Reset by System Reset Pin, see http://www.ti.com/lit/er/sprz316b/sprz316b.pdf chapter Advisory 1.2.1 on page 9. Add workaroundcode proposed in the errata. Signed-off-by: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom Rini tom.r

[U-Boot] [PATCH] arm, davinci: add timer defines for tcr field

2012-01-14 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom Rini tom.r...@gmail.com --- arch/arm/include/asm/arch-davinci/timer_defs.h | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-davinci/timer_defs.h

[U-Boot] [PATCH] common, image: introduce new uimage types

2012-01-14 Thread Heiko Schocher
- ubootimage U-Boot image - splimage SPL image - dfenvimage Default Environment image - ublheader TI davinci UBL header image Signed-off-by: Heiko Schocher h...@denx.de --- common/image.c |6 +- include/image.h |4 2 files changed, 9 insertions(+), 1 deletions(-) diff

[U-Boot] [PATCH 0/3] common, menu: enhancements

2012-01-14 Thread Heiko Schocher
- add possibility to read a line with defining a timeout - add possibility to define a statusline in the menu, which is printed for every menu - show menu instead starting the u-boot shell Heiko Schocher (3): common: add possibility for readline_into_buffer timeout common, menu: add

[U-Boot] [PATCH 1/3] common: add possibility for readline_into_buffer timeout

2012-01-14 Thread Heiko Schocher
add possibility to add a timeout when reading a line into a buffer. Signed-off-by: Heiko Schocher h...@denx.de --- common/cmd_nvedit.c |2 +- common/main.c | 21 + common/menu.c |3 ++- include/common.h|3 ++- 4 files changed, 22 insertions(+), 7

[U-Boot] [PATCH 3/3] common, menu: show menu on startup if CONFIG_MENU_SHOW is defined

2012-01-14 Thread Heiko Schocher
show a menu on startup instead running the shell. Signed-off-by: Heiko Schocher h...@denx.de Cc: Jason Hobbs jason.ho...@calxeda.com --- common/main.c |4 doc/README.menu |5 + include/menu.h |3 +++ 3 files changed, 12 insertions(+), 0 deletions(-) diff --git a/common

[U-Boot] [PATCH 2/3] common, menu: add statusline support

2012-01-14 Thread Heiko Schocher
add the possibility to show a statusline when printing a menu Signed-off-by: Heiko Schocher h...@denx.de Cc: Jason Hobbs jason.ho...@calxeda.com --- common/menu.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/common/menu.c b/common/menu.c index 3b1e0d0..754a9f9

[U-Boot] [PATCH] arm, davinci: cam_enc_4xx board updates

2012-01-14 Thread Heiko Schocher
, savetmpparms helper for saving network parameter. - ubiargs set ubi kernel cmdlinargs for booting with a ubifs rootfs - ubi_ubi boot with reading kernel image from ubifs, and use a ubifs as rootfs Signed-off-by: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-15 Thread Heiko Schocher
Hello Sughosh, Sughosh Ganu wrote: hi Heiko, On Fri Jan 13, 2012 at 04:29:29PM +0100, Heiko Schocher wrote: Hello Sugosh, Sughosh Ganu wrote: hi Christian, On Fri Jan 13, 2012 at 09:06:26AM +0100, Christian Riesch wrote: Hi Sughosh, I had a look at the patch and I tried to understand

Re: [U-Boot] [PATCH] common, image: introduce new uimage types

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: On Sunday 15 January 2012 02:45:49 Heiko Schocher wrote: - ubootimage U-Boot image - splimage SPL image - dfenvimage Default Environment image - ublheader TI davinci UBL header image for ... ? Oh, right, forgotten to add this in the commit

Re: [U-Boot] [PATCH 1/3] common: add possibility for readline_into_buffer timeout

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: On Sunday 15 January 2012 02:53:40 Heiko Schocher wrote: --- a/common/main.c +++ b/common/main.c +if ((first) (timeout)) { those inner parens make no sense Yep, fixed. +ulong start = get_timer(0

Re: [U-Boot] [PATCH 2/3] common, menu: add statusline support

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: On Sunday 15 January 2012 02:53:41 Heiko Schocher wrote: add the possibility to show a statusline when printing a menu do you have any examples ? Used in the cam_enc_4xx update patch, see: [U-Boot] arm, davinci: cam_enc_4xx board updates http

Re: [U-Boot] [PATCH] add new board vl_ma2sc

2012-01-16 Thread Heiko Schocher
Hello Jens, Jens Scharsig wrote: * add support for board VL+MA2SC * adds vl_ma2sc_config for standard NOR boot configuration * adds vl_ma2sc_ram_config for RAM load configuration Signed-off-by: Jens Scharsig e...@bus-elektronik.de --- MAINTAINERS |1 +

Re: [U-Boot] [PATCH] add new board vl_ma2sc

2012-01-16 Thread Heiko Schocher
Hello Jens, Jens Scharsig wrote: Hello Heiko: Please check your patch with tools/checkpatch, it shows a lot of warnings: [hs@pollux u-boot]$ ./tools/checkpatch.pl index.html [...] total: 17 errors, 13 warnings, 1131 lines checked The error based on the two code sequences snip

Re: [U-Boot] [PATCH] arm, davinci: cam_enc_4xx board updates

2012-01-16 Thread Heiko Schocher
Hello tom, Tom Rini wrote: On Sun, Jan 15, 2012 at 12:59 AM, Heiko Schocher h...@denx.de wrote: [snip] diff --git a/board/ait/cam_enc_4xx/ublimage.cfg b/board/ait/cam_enc_4xx/ublimage.cfg index 95182ca..2374c72 100644 --- a/board/ait/cam_enc_4xx/ublimage.cfg +++ b/board/ait/cam_enc_4xx

Re: [U-Boot] [PATCH] arm, davinci: add PLL0 prediv to da850 lowlevel setup

2012-01-16 Thread Heiko Schocher
: Christian Riesch christian.rie...@omicron.at CC: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom Rini tom.r...@gmail.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net --- arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c |7 +++ arch/arm/include/asm/arch-davinci

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-16 Thread Heiko Schocher
Hello Tom, Tom Rini wrote: On Fri, Jan 13, 2012 at 10:38 AM, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Heiko, On Fri Jan 13, 2012 at 04:29:29PM +0100, Heiko Schocher wrote: Hello Sugosh, Sughosh Ganu wrote: hi Christian, On Fri Jan 13, 2012 at 09:06:26AM +0100, Christian Riesch

[U-Boot] [PATCH 1/3 v2] common: add possibility for readline_into_buffer timeout

2012-01-16 Thread Heiko Schocher
add possibility to add a timeout when reading a line into a buffer. Signed-off-by: Heiko Schocher h...@denx.de Cc: Mike Frysinger vap...@gentoo.org --- - changes for v2: - add comments from Mike Frysinger vap...@gentoo.org: - remove useless inner parens - rework timeout handling

[U-Boot] [PATCH 2/3 v2] common, menu: add statusline support

2012-01-16 Thread Heiko Schocher
add the possibility to show a statusline when printing a menu Signed-off-by: Heiko Schocher h...@denx.de Cc: Jason Hobbs jason.ho...@calxeda.com Cc: Mike Frysinger vap...@gentoo.org --- - changes for v2: - add comments from Mike Frysinger vap...@gentoo.org: - add a prototype for the new

[U-Boot] [PATCH 3/3 v2] common, menu: show menu on startup if CONFIG_MENU_SHOW is defined

2012-01-16 Thread Heiko Schocher
show a menu on startup instead running the shell. Signed-off-by: Heiko Schocher h...@denx.de Cc: Jason Hobbs jason.ho...@calxeda.com Cc: Mike Frysinger vap...@gentoo.org --- - changes for v2: - add comments from Mike Frysinger vap...@gentoo.org - pass current bootdelay to menu_show

[U-Boot] [PATCH v2] arm, davinci: cam_enc_4xx board updates

2012-01-16 Thread Heiko Schocher
, savetmpparms helper for saving network parameter. - ubiargs set ubi kernel cmdlinargs for booting with a ubifs rootfs - ubi_ubi boot with reading kernel image from ubifs, and use a ubifs as rootfs Signed-off-by: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com Cc: Tom

[U-Boot] [PATCH] common, menu: do not trigger timeout again, if a line is read

2012-01-17 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Jason Hobbs jason.ho...@calxeda.com --- common/menu.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/common/menu.c b/common/menu.c index 754a9f9..aa16c9a 100644 --- a/common/menu.c +++ b/common/menu.c @@ -236,8 +236,10

Re: [U-Boot] [PATCH 0/3] Bring in new I2C framework

2012-01-17 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: This series provides Heiko's upgraded I2C framework from a few years ago. I hope that we can bring this in and move boards over to it as time permits, rather than switching everything in one fell swoop which never happens. Ok, lets try it! To show it working

Re: [U-Boot] [PATCH 3/3] WIP: tegra: i2c: Enable new I2C framework

2012-01-17 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: This is just a rough patch to show how this might be done. Not to be applied, please. Signed-off-by: Simon Glass s...@chromium.org --- drivers/i2c/tegra2_i2c.c | 53 +++ include/configs/seaboard.h |2 + 2

[U-Boot] [PATCH 3/3 v3] common, menu: show menu on startup if CONFIG_MENU_SHOW is defined

2012-01-17 Thread Heiko Schocher
show a menu on startup instead running the shell. Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Jason Hobbs jason.ho...@calxeda.com Cc: Mike Frysinger vap...@gentoo.org --- - changes for v2: - add comments from Mike Frysinger vap...@gentoo.org - pass current bootdelay to menu_show

Re: [U-Boot] [PATCH] common, menu: do not trigger timeout again, if a line is read

2012-01-17 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: On Tuesday 17 January 2012 03:24:29 Heiko Schocher wrote: --- a/common/menu.c +++ b/common/menu.c choice_item = menu_item_by_key(m, cbuf); -if (!choice_item) +if (!choice_item

[U-Boot] [PATCH v2] common, menu: do not timeout again if an item was selected but not found

2012-01-17 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Jason Hobbs jason.ho...@calxeda.com Cc: Mike Frysinger vap...@gentoo.org --- - changes for v2: - add Acked-by from Jason Hobbs jason.ho...@calxeda.com - add comment from Mike Frysinger: - respell summary text --- common/menu.c |4

Re: [U-Boot] [PATCH 1/3] i2c: add i2c_core and prepare for new multibus support

2012-01-18 Thread Heiko Schocher
Hello Wolfgang, Timur, Simon, Wolfgang Denk wrote: Dear Simon Glass, In message capnjgz2klpfmzzwghkdj4el+wixqlv89+cvdvp7pccy+xfa...@mail.gmail.com you wrote: I was really hoping we could get rid of the concept of a current i2c adapter, and just force all drivers to specify the I2C

Re: [U-Boot] [PATCH 1/3] i2c: add i2c_core and prepare for new multibus support

2012-01-18 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: Hi Heiko, On Wed, Jan 18, 2012 at 10:35 PM, Heiko Schocher h...@denx.de wrote: Hello Wolfgang, Timur, Simon, Wolfgang Denk wrote: Dear Simon Glass, In message capnjgz2klpfmzzwghkdj4el+wixqlv89+cvdvp7pccy+xfa...@mail.gmail.com you wrote: I was really

Re: [U-Boot] [PATCH 1/3] i2c: add i2c_core and prepare for new multibus support

2012-01-19 Thread Heiko Schocher
Hello Timur, Timur Tabi wrote: Wolfgang Denk wrote: As mentioned before, this is what we currently have as device model in U-Boot - not only I2C: we have the same current device concept with IDE, USB, ... The difference is that I2C operations are typically done internally by other code,

Re: [U-Boot] [PATCH v2 1/3] ARM: I2C: I2C Multi byte address support

2012-01-19 Thread Heiko Schocher
Signed-off-by: Patil, Rachna rac...@ti.com --- Changes for v2: Fixed review comments from Heiko Schocher drivers/i2c/omap24xx_i2c.c | 468 drivers/i2c/omap24xx_i2c.h |2 + 2 files changed, 298 insertions(+), 172 deletions(-) Sorry, your patch

Re: [U-Boot] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support

2012-01-24 Thread Heiko Schocher
Hello Patil, Patil, Rachna wrote: Existing OMAP I2C driver does not support address length greater than one. Hence this patch is to add support for 2 byte address read/write. Signed-off-by: Philip, Avinash avinashphi...@ti.com Signed-off-by: Hebbar, Gururaja gururaja.heb...@ti.com

Re: [U-Boot] [PATCH v3 2/3] ARM: AM33XX: Add AM33XX I2C driver support

2012-01-24 Thread Heiko Schocher
Hello Patil, Patil, Rachna wrote: 1. Compliant with Philips I2C specification version 2.1 2. Supports upto 100Kbps in standard mode Signed-off-by: Chandan Nath chandan.n...@ti.com Signed-off-by: Patil, Rachna rac...@ti.com --- Changes for v3: rebased, patches applied on top of master

Re: [U-Boot] [PATCH v3 3/3] ARM: AM33XX: Add i2c support

2012-01-24 Thread Heiko Schocher
Hello Patil, Patil, Rachna wrote: Add i2c driver board hookup for AM335X EVM Signed-off-by: Chandan Nath chandan.n...@ti.com Signed-off-by: Patil, Rachna rac...@ti.com --- Changes for v3: rebased, patches applied on top of master branch arch/arm/cpu/armv7/am33xx/clock.c |

  1   2   3   4   5   6   7   8   9   10   >