Re: [U-Boot] [PATCH] pm9261: add mach-type localy for the board

2011-10-31 Thread RONETIX - Asen Dimov
Hi Albert, On 10/28/2011 09:17 PM, Albert ARIBAUD wrote: Hi Asen, You should copy Ilko as the maintainer, unless you are taking over maintainership of this board (and pm9263 and pm9g45), in which case please modify MAINTAINERS file as well. Ok, I will CC: him next time. Le 28/10/2011

Re: [U-Boot] [PATCH, AT91, rework v2] change common at91sam9261 files after AT91 rework

2011-07-26 Thread RONETIX - Asen Dimov
Hello Reinhard, On 07/26/2011 10:14 AM, Reinhard Meyer wrote: Dear Asen Dimov, Signed-off-by: Asen Dimovdi...@ronetix.at --- Note: This patch was a part of patches, but it is better to be done step by step and so this patch is a split from the patch series with message id: 1307606409

Re: [U-Boot] [PATCH, AT91, rework v2] change common at91sam9261 files after AT91 rework

2011-07-26 Thread RONETIX - Asen Dimov
and one forgotten answer ... On 07/26/2011 12:11 PM, RONETIX - Asen Dimov wrote: Hello Reinhard, On 07/26/2011 10:14 AM, Reinhard Meyer wrote: Dear Asen Dimov, Signed-off-by: Asen Dimovdi...@ronetix.at --- Note: This patch was a part of patches, but it is better to be done step by step

Re: [U-Boot] [PATCH, AT91, rework v2] change common at91sam9261 files after AT91 rework

2011-07-26 Thread RONETIX - Asen Dimov
Hello Reinhard, On 07/26/2011 12:58 PM, Reinhard Meyer wrote: Dear Asen Dimov, I have this as a local patch and could squash this onto yours, or you may provide an updated patch. I will try once more to make it as it should be. The squashed version is at top of u-boot-atmel/rework

[U-Boot] [PATCH, AT91, rework v2] change common at91sam9261 files after AT91 rework

2011-07-18 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- Note: This patch was a part of patches, but it is better to be done step by step and so this patch is a split from the patch series with message id: 1307606409-29818-2-git-send-email-di...@ronetix.at and Patchwork: http://patchwork.ozlabs.org/patch

[U-Boot] [PATCH] AT91 rework: pm9261, pm9263 and pm9g45

2011-06-09 Thread RONETIX - Asen Dimov
Hello, I got several instances of the patches, probably you got it too, so I apology for the mess. Here is the list of patches: [PM9261] http://patchwork.ozlabs.org/patch/99663/ http://patchwork.ozlabs.org/patch/99665/ http://patchwork.ozlabs.org/patch/99666/ [PM9263]

Re: [U-Boot] [PATCH] AT91 rework: pm9261, pm9263 and pm9g45

2011-06-09 Thread RONETIX - Asen Dimov
Hello Reinhard, On 06/09/2011 01:57 PM, Reinhard Meyer wrote: ... Dear Asen Dimov, The empty reset_timer() function added there can obviously only solve build issues. On any account reset_timer() must not be used anymore. As such this patch must get a NAK. The architectures, except AT91

Re: [U-Boot] [PATCH] AT91 rework: pm9261, pm9263 and pm9g45

2011-06-09 Thread RONETIX - Asen Dimov
Hi Reinhard, On 06/09/2011 02:00 PM, Reinhard Meyer wrote: ... http://patchwork.ozlabs.org/patch/99665/ http://patchwork.ozlabs.org/patch/99666/ [PM9263] http://patchwork.ozlabs.org/patch/99662/ http://patchwork.ozlabs.org/patch/99668/ [PM9G45] http://patchwork.ozlabs.org/patch/99664/

[U-Boot] [PATCH v2] pm9g45_v1.3: make ethernet works

2011-02-17 Thread Asen Dimov
V2: - put the PHY reset/init code on a proper place, so now in the config file PHY reset could be enabled/disabled if nRST signal is not long enough. Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9g45/pm9g45.c | 50 +++-- include/configs

[U-Boot] mpc5125: nand flash commands

2011-02-14 Thread RONETIX - Asen Dimov
Hello, Have anybody made the nand support for mpc5125, especially commads for flashing first stage boot loader and U-Boot: nand_e, nand_w and nand_loader, which are implemented in /fscale/cys/git-freescale/u-boot-2009.03/drivers/mtd/nand/mpc5125_nfc_mtc.c. The BSP from Freescale has these

Re: [U-Boot] [PATCH] pm9g45_v1.3: make ethernet works

2011-02-03 Thread RONETIX - Asen Dimov
Hello, Asen Dimov with Message-Id: 1296141314-9580-1-git-send-email-di...@ronetix.at wrote: Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9g45/pm9g45.c | 15 +++ include/configs/pm9g45.h |5 + 2 files changed, 20 insertions(+), 0 deletions

[U-Boot] [PATCH] pm9g45_v1.3: make ethernet works

2011-01-27 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9g45/pm9g45.c | 15 +++ include/configs/pm9g45.h |5 + 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/board/ronetix/pm9g45/pm9g45.c b/board/ronetix/pm9g45/pm9g45.c index 79b7c9d..0e1d6b2

Re: [U-Boot] [PATCH 0/1] at91: USART3_BASE use AT91_DBGU_BASE instead of (AT91_BASE_SYS + AT91_DBGU)

2010-12-13 Thread RONETIX - Asen Dimov
Hello Reinhard, Reinhard Meyer wrote: Dear Asen Dimov, Signed-off-by: Asen Dimovdi...@ronetix.at --- arch/arm/include/asm/arch-at91/at91cap9.h|1 + arch/arm/include/asm/arch-at91/at91sam9260.h |1 + arch/arm/include/asm/arch-at91/at91sam9261.h |1 + arch/arm/include

[U-Boot] [PATCH 1/1] pm9g45: enable cache command

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- include/configs/pm9g45.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index 8822012..ec51ccf 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h

[U-Boot] [PATCH 1/1] pm9263: enable cache command

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- include/configs/pm9263.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index c9e7489..96e12f2 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h

[U-Boot] [PATCH 0/1] pm9g45: ARM relocation support

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9g45/config.mk |1 - board/ronetix/pm9g45/pm9g45.c |9 - include/configs/pm9g45.h |6 ++ 3 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 board/ronetix/pm9g45/config.mk diff --git

[U-Boot] [PATCH 0/1] pm9261: ARM relocation support

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9261/config.mk |1 - board/ronetix/pm9261/pm9261.c |9 - include/configs/pm9261.h |6 ++ 3 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 board/ronetix/pm9261/config.mk diff --git

[U-Boot] [PATCH 1/1] atmel_dataflash: fix calling to reset_timer() and get_timer()

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- drivers/spi/atmel_dataflash_spi.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/atmel_dataflash_spi.c b/drivers/spi/atmel_dataflash_spi.c index 4a5c4aa..d5215c0 100644 --- a/drivers/spi

[U-Boot] [PATCH 1/1] pm9261: enable cache command

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- include/configs/pm9261.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index c7f0be9..26e5049 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h

[U-Boot] [PATCH 0/1] pm9263: ARM relocation support

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9263/config.mk |1 - board/ronetix/pm9263/pm9263.c |9 - include/configs/pm9263.h |6 ++ 3 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 board/ronetix/pm9263/config.mk diff --git

[U-Boot] [PATCH 0/1] at91: USART3_BASE use AT91_DBGU_BASE instead of (AT91_BASE_SYS + AT91_DBGU)

2010-12-12 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- arch/arm/include/asm/arch-at91/at91cap9.h|1 + arch/arm/include/asm/arch-at91/at91sam9260.h |1 + arch/arm/include/asm/arch-at91/at91sam9261.h |1 + arch/arm/include/asm/arch-at91/at91sam9g45.h |1 + arch/arm/include/asm/arch

[U-Boot] [PATCH] add 1-wire DS2401 serial number chip

2010-05-26 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- drivers/misc/Makefile |1 + drivers/misc/ds2401.c | 265 + include/ds2401.h | 36 +++ 3 files changed, 302 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/ds2401.c

[U-Boot] [PATCH v3] at91: define matrix registers bit fields

2010-04-29 Thread Asen Dimov
Change since [PATCH v2]: use space instead of tab after #define. Signed-off-by: Asen Dimov di...@ronetix.at --- arch/arm/include/asm/arch-at91/at91_matrix.h | 138 ++ 1 files changed, 138 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-at91

[U-Boot] [PATCH v3] add new board pm9g45

2010-04-20 Thread Asen Dimov
Add the new board PM9G45 from Ronetix GmbH. * AT91SAM9G45 MCU at 400Mhz. * 128MB DDR2 SDRAM * 256MB NAND * 10/100 MBits Ethernet DP83848 * Serial number chip DS2401 The board is made as SODIMM200 module. For more info www.ronatix.at or i...@ronetix.at. Signed-off-by: Asen Dimov di...@ronetix.at

[U-Boot] [PATCH] at91: define matrix registers bit fields

2010-04-19 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- arch/arm/include/asm/arch-at91/at91_matrix.h | 138 ++ 1 files changed, 138 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91_matrix.h b/arch/arm/include/asm/arch-at91/at91_matrix.h index

[U-Boot] [PATCH v2] at91: define matrix registers bit fields

2010-04-19 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- arch/arm/include/asm/arch-at91/at91_matrix.h | 138 ++ 1 files changed, 138 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91_matrix.h b/arch/arm/include/asm/arch-at91/at91_matrix.h index

[U-Boot] [PATCH v2] pm9263 converted to at91 soc access

2010-04-19 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9263/led.c| 15 ++-- board/ronetix/pm9263/pm9263.c | 195 + include/configs/pm9263.h | 87 +- 3 files changed, 152 insertions(+), 145 deletions(-) diff --git

Re: [U-Boot] [PATCH] pm9263 converted to at91 soc access

2010-04-13 Thread RONETIX - Asen Dimov
Tom wrote: Asen Dimov wrote: Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9263/led.c| 15 ++-- board/ronetix/pm9263/pm9263.c | 195 + include/configs/pm9263.h | 82 - 3 files changed, 146 insertions

[U-Boot] [PATCH] pm9263: remove CONFIG_CMD_AUTOSCRIPT

2010-04-07 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- include/configs/pm9263.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 807dba8..f854f38 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h

[U-Boot] [PATCH] pm9263 converted to at91 soc access

2010-04-07 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9263/led.c| 15 ++-- board/ronetix/pm9263/pm9263.c | 195 + include/configs/pm9263.h | 82 - 3 files changed, 146 insertions(+), 146 deletions(-) diff --git

[U-Boot] [PATCH] pm9261: remove CONFIG_CMD_AUTOSCRIPT

2010-04-06 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- include/configs/pm9261.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index 47bb8c0..41e28d3 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h

[U-Boot] [PATCH] pm9261 converted to at91 soc access

2010-04-06 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- board/ronetix/pm9261/led.c| 18 +++-- board/ronetix/pm9261/pm9261.c | 152 +++- include/configs/pm9261.h | 68 +-- 3 files changed, 130 insertions(+), 108 deletions(-) diff --git

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

2010-03-30 Thread RONETIX - Asen Dimov
Hello Tom, In respond of the message 4ba51dad.5020...@windriver.com you wrote: there is a second version of the this patch in e-mail with message-id 1268928021-31632-1-git-send-email-di...@ronetix.at and subject [U-Boot][PATCH v2] add new board pm9g45 from 18.03.2010. Regards, Asen

[U-Boot] [PATCH] correct a syntax typo in at91_matrix.h

2010-03-18 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- include/asm-arm/arch-at91/at91_matrix.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-arm/arch-at91/at91_matrix.h b/include/asm-arm/arch-at91/at91_matrix.h index 9b3c110..981ec20 100644 --- a/include/asm-arm

[U-Boot] [PATCH] using AT91_PMC_MCKR_MDIV_ instead of LEGACY one in at91/clock.c

2010-03-18 Thread Asen Dimov
Signed-off-by: Asen Dimov di...@ronetix.at --- cpu/arm926ejs/at91/clock.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cpu/arm926ejs/at91/clock.c b/cpu/arm926ejs/at91/clock.c index b06d760..ecf91f5 100644 --- a/cpu/arm926ejs/at91/clock.c +++ b/cpu/arm926ejs/at91

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

2010-03-17 Thread RONETIX - Asen Dimov
Hello Wolfgang, in the message 20100316190012.84ca750...@gemini.denx.de form 16.03.2010 at 09:00 PM +#ifdef CONFIG_LCD +/* + * LCD name TX09D50VM1CCA + */ +vidinfo_t panel_info = { + vl_col: 240, + vl_row: 320, + vl_clk: 4965000, + vl_sync:

[U-Boot] [PATCH] add new board pm9g45

2010-03-16 Thread Asen Dimov
Hello everyone, here is the new board PM9G45 from Ronetix GmbH, based on at91sam9g45 MCU. It has 128MB DDR2 SDRAM, 256MB NAND, could be with or without DataFlash. The board is made as SODIMM200 module. For more info www.ronatix.at or i...@ronetix.at. Regards, Asen Signed-off-by: Asen Dimov di