[U-Boot] [PATCH] ppc4xx: Enable "ecctest" command on t3corp

2010-07-22 Thread Stefan Roese
Signed-off-by: Stefan Roese --- include/configs/t3corp.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/t3corp.h b/include/configs/t3corp.h index 0ecc5b1..3647272 100644 --- a/include/configs/t3corp.h +++ b/include/configs/t3corp.h @@ -360,6 +360,7 @@ *

[U-Boot] [PATCH] ppc4xx: Enable "ecctest" command on katmai

2010-07-22 Thread Stefan Roese
Signed-off-by: Stefan Roese --- include/configs/katmai.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/katmai.h b/include/configs/katmai.h index fb8ccae..76e9a76 100644 --- a/include/configs/katmai.h +++ b/include/configs/katmai.h @@ -202,6 +202,7 @@ *

[U-Boot] [PATCH 7/7] PXA: Vpac270 config fixes

2010-07-22 Thread Marek Vasut
Define __io to get harddrive working. Fix saving of environment into OneNAND. Boot from harddrive when possible. Signed-off-by: Marek Vasut --- include/configs/vpac270.h | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/include/configs/vpac270.h b/include/confi

[U-Boot] [PATCH 6/7] PXA: Add initial Palm LifeDrive support

2010-07-22 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/palmld/Makefile| 54 board/palmld/config.mk |1 + board/palmld/lowlevel_init.S | 46 +++ board/palmld/palmld.c| 81 board/palmld/u-boot.lds | 56 + boards.cfg |1 +

[U-Boot] [PATCH 5/7] PXA: pxafb: Add support for Sharp LQ038J7DH53

2010-07-22 Thread Marek Vasut
This LCD panel is found in Palm LifeDrive handheld Signed-off-by: Marek Vasut --- arch/arm/cpu/pxa/pxafb.c | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/pxa/pxafb.c b/arch/arm/cpu/pxa/pxafb.c index 328fa7a..066f49e 100644

[U-Boot] [PATCH 4/7] PXA: Palm Tungsten|C Support

2010-07-22 Thread Marek Vasut
This patch adds support for the Palm Tungsten|C PXA255 board. The support includes: - LCD - MMC - UART - NOR Signed-off-by: Marek Vasut --- board/palmtc/Makefile| 54 + board/palmtc/config.mk |3 + board/palmtc/lowlevel_init.S | 40 +++ board/palmtc/palmtc.c

[U-Boot] [PATCH 3/7] common: Enable serial for PXA250

2010-07-22 Thread Marek Vasut
Signed-off-by: Marek Vasut --- common/serial.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/serial.c b/common/serial.c index fceabfa..7148cb9 100644 --- a/common/serial.c +++ b/common/serial.c @@ -30,7 +30,7 @@ DECLARE_GLOBAL_DATA_PTR; static struct serial_dev

[U-Boot] [PATCH 2/7] PXA: pxafb: Add ACX517AKN support

2010-07-22 Thread Marek Vasut
ACX517AKN LCD panel is found in Palm Tungsten|C Signed-off-by: Marek Vasut --- arch/arm/cpu/pxa/pxafb.c | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/pxa/pxafb.c b/arch/arm/cpu/pxa/pxafb.c index 524a03b..328fa7a 100644 ---

[U-Boot] [PATCH 1/7] ARM: Define __raw_readX and __raw_writeX

2010-07-22 Thread Marek Vasut
These functions are undefined on ARM when using __io. These are the commonly used versions and can be redefined. Signed-off-by: Marek Vasut --- arch/arm/include/asm/io.h | 46 +++- 1 files changed, 40 insertions(+), 6 deletions(-) diff --git a/arch/arm/

[U-Boot] [PULL] U-Boot-pxa

2010-07-22 Thread Marek Vasut
Hi, please merge my "for-wd-master" branch into u-boot.git "master" branch. Thanks The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044: Merge branch 'master' of git://git.denx.de/u-boot-video (2010-07-17 20:49:59 +0200) are available in the git repository at: git:/

Re: [U-Boot] [PATCH] at91: Don't initialize watchdog if CONFIG_SYS_WDTC_WDMR_VAL is undefined

2010-07-22 Thread Wolfgang Denk
Dear Alexander, In message <201007220924.51614.alexander.st...@systec-electronic.com> you wrote: > > > This is normal. Any watchdog that is worth the name will behave > > similar. > > Well, I encountered several watchdog which start only after the first trigger. Me too. They are ok in many appl

Re: [U-Boot] Patch adding reads/writes[bwl]

2010-07-22 Thread Marek Vasut
Ok, and one more thing I am sorry about...that I just cant use a cellphone :) Wolfgang, please dont be angry, I wanted to send it as soon as possible. - Původní zpráva - > Firstly, sorry about missing cc...I was unable to figure out how to > convince n900 to cc more than one person. Also,

Re: [U-Boot] Patch adding reads/writes[bwl]

2010-07-22 Thread Marek Vasut
Ok, and one more thing I am sorry about...that I just cant use a cellphone :) Wolfgang, please dont be angry, I wanted to send it as soon as possible. - Původní zpráva - > Firstly, sorry about missing cc...I was unable to figure out how to > convince n900 to cc more than one person. Also,

[U-Boot] Patch adding reads/writes[bwl]

2010-07-22 Thread Marek Vasut
Firstly, sorry about missing cc...I was unable to figure out how to convince n900 to cc more than one person. Also, I didn't manage to get git send-email running on n900, but I was close ... So sorry about the attached patch. ___ U-Boot mailing list U-B

[U-Boot] [PATCH 05/11] sh: Update lowlevel_init.S of espt-giga

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu --- board/espt/lowlevel_init.S | 46 --- 1 files changed, 26 insertions(+), 20 deletions(-) diff --git a/board/espt/lowlevel_init.S b/board/espt/lowlevel_init.S index 7f0686c..1a11eee 100644 --- a/board/es

[U-Boot] [PATCH 06/11] sh: Update lowlevel_init.S of r2dplus

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/r2dplus/lowlevel_init.S |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/board/renesas/r2dplus/lowlevel_init.S b/board/renesas/r2dplus/lowlevel_init.S index 76d3cfc..f3392f0 100644 --- a/board/rene

[U-Boot] [PATCH 08/11] sh: Add support do_bdinfo function

2010-07-22 Thread Nobuhiro Iwamatsu
SH did not support do_bdinfo fuction. This code based avr32 stuff. Signed-off-by: Nobuhiro Iwamatsu --- common/cmd_bdinfo.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index fbe73f1..d43867f 100644 --- a/co

[U-Boot] [PATCH 10/11] sh: Update lowlevel_init.S of ms7750se

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu --- board/ms7750se/lowlevel_init.S | 19 --- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/board/ms7750se/lowlevel_init.S b/board/ms7750se/lowlevel_init.S index 5e09a39..3041e64 100644 --- a/board/ms7750se/lowlev

[U-Boot] [PATCH 11/11] sh: Update lowlevel_init.S of mpr2

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu --- board/mpr2/lowlevel_init.S |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/mpr2/lowlevel_init.S b/board/mpr2/lowlevel_init.S index 5f02bd4..0f7a892 100644 --- a/board/mpr2/lowlevel_init.S +++ b/board/mpr2/l

[U-Boot] [PATCH 09/11] sh: Update lowlevel_init.S of ms7720se

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu --- board/ms7720se/lowlevel_init.S | 30 -- 1 files changed, 16 insertions(+), 14 deletions(-) diff --git a/board/ms7720se/lowlevel_init.S b/board/ms7720se/lowlevel_init.S index 7593811..3df25b6 100644 --- a/board/ms7

[U-Boot] [PATCH 07/11] sh: Update lowlevel_init.S of ap325rxa

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/ap325rxa/lowlevel_init.S |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/renesas/ap325rxa/lowlevel_init.S b/board/renesas/ap325rxa/lowlevel_init.S index d8b2bc7..04cfef1 100644 --- a/board/renesas/a

[U-Boot] [PATCH 03/11] sh: Update lowlevel_init.S of MigoR

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/ap325rxa/lowlevel_init.S | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/board/renesas/ap325rxa/lowlevel_init.S b/board/renesas/ap325rxa/lowlevel_init.S index 0daf25a..d8b2bc7 100644 --- a/board/

[U-Boot] [PATCH 04/11] sh: Update lowlevel_init.S of sh7763rdp

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/sh7763rdp/lowlevel_init.S |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/renesas/sh7763rdp/lowlevel_init.S b/board/renesas/sh7763rdp/lowlevel_init.S index 3747bf6..5b18200 100644 --- a/board/ren

[U-Boot] [PATCH 02/11] sh: Update lowlevel_init.S of sh7785lcr

2010-07-22 Thread Nobuhiro Iwamatsu
Fix data size. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/sh7785lcr/lowlevel_init.S | 54 +- 1 files changed, 23 insertions(+), 31 deletions(-) diff --git a/board/renesas/sh7785lcr/lowlevel_init.S b/board/renesas/sh7785lcr/lowlevel_init.S index 40d9b08..86

[U-Boot] [PATCH 01/11] sh: Update lowlevel_init.S of rsk7203

2010-07-22 Thread Nobuhiro Iwamatsu
Update data address size and fix typo of register. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/rsk7203/lowlevel_init.S | 85 ++-- 1 files changed, 48 insertions(+), 37 deletions(-) diff --git a/board/renesas/rsk7203/lowlevel_init.S b/board/renesas/rsk7203/l

Re: [U-Boot] [PATCH] at91: Don't initialize watchdog if CONFIG_SYS_WDTC_WDMR_VAL is undefined

2010-07-22 Thread Alexander Stein
Dear Wolfgang Denk, Am Donnerstag, 22. Juli 2010, 09:09:12 schrieb Wolfgang Denk: > > Well, my problem is, that CONFIG_SYS_WDTC_WDMR_VAL is used to program the > > internal watchdog. But this watchdog can only be programmed once until a > > reset occurs. So there is no possibility for linux to rep

Re: [U-Boot] [PATCH] at91: Don't initialize watchdog if CONFIG_SYS_WDTC_WDMR_VAL is undefined

2010-07-22 Thread Wolfgang Denk
Dear Alexander Stein, In message <201007220817.17441.alexander.st...@systec-electronic.com> you wrote: > > > This seems the wrong approach to me - when CONFIG_HW_WATCHDOG is > > defined and requires CONFIG_SYS_WDTC_WDMR_VAL, but the latter is > > missing, than this should raise n error condition.