Re: [U-Boot] [PATCH V3] Fix: if using crc32 command watchdog timed out

2011-07-17 Thread Jens Scharsig
* Fix: if using crc32 command watchdog timed out * change function call crc32(..) to the watchdog-safe variant crc_32_wd(..) to support watchdog reset Signed-off-by: Jens Scharsig --- common/cmd_mem.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_mem.c

Re: [U-Boot] [PATCH V2] Fix: if using crc32 command watchdog timed out

2011-07-17 Thread Albert ARIBAUD
Hi Jens, Le 18/07/2011 08:31, Jens Scharsig a écrit : > * Fix: if using crc32 command watchdog timed out > * change function call crc32(..) to the watchdog save variant >crc_32_wd(..) to support watchdog reset > > > Signed-off-by: Jens Scharsig > --- Sorry for nitpicking again -- can you fix

Re: [U-Boot] [PATCH 47/52] ARM: remove broken "at91sam9261ek" /"at91sam9g10ek" boards

2011-07-17 Thread Albert ARIBAUD
Hi Eric, Le 18/07/2011 04:52, Hong Xu a écrit : > Hi Reinhard, > > It's a pity to see that some of the AT91 boards are planed to be removed > by Wolfgang. > > Several weeks ago, the patches for SAM9261/9G10 have got Acks from you. > See http://www.mail-archive.com/u-boot@lists.denx.de/msg54829.htm

Re: [U-Boot] [PATCH V2] Fix: if using crc32 command watchdog timed out

2011-07-17 Thread Jens Scharsig
* Fix: if using crc32 command watchdog timed out * change function call crc32(..) to the watchdog save variant crc_32_wd(..) to support watchdog reset Signed-off-by: Jens Scharsig --- common/cmd_mem.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_mem.c

Re: [U-Boot] [PATCH 4/4] DA8xx: fix LPSC constants

2011-07-17 Thread Rajashekhara, Sudhakar
Hi, On Sat, Jul 16, 2011 at 16:21:27, Laurence Withers wrote: > Some of the LPSC constants were incorrect, and some were missing. This > commit fixes the incorrect constants (which were not used anywhere in > the tree) and adds all constants for both DA830 and DA850, as per the > TI datasheets. >

Re: [U-Boot] [uboot PATCH v2] Add uboot "fdt_high" enviroment variable

2011-07-17 Thread Grant Likely
On Sat, Jul 16, 2011 at 12:06:33PM -0400, Jerry Van Baren wrote: > On 07/09/2011 04:40 PM, David A. Long wrote: > >From: David A. Long > > > >Add a new "fdt_high" enviroment variable. This can be used to control (or > >prevent) the > >relocation of the flattened device tree on boot. It can be used

Re: [U-Boot] [PATCH 47/52] ARM: remove broken "at91sam9261ek" /"at91sam9g10ek" boards

2011-07-17 Thread Hong Xu
Hi Reinhard, It's a pity to see that some of the AT91 boards are planed to be removed by Wolfgang. Several weeks ago, the patches for SAM9261/9G10 have got Acks from you. See http://www.mail-archive.com/u-boot@lists.denx.de/msg54829.html But I don't know why it's not merged upstream. For SAM9RL

Re: [U-Boot] U-BOOT TFTP

2011-07-17 Thread simran gill
Hello,Nothing happens after I run the tftp command. It just returns a new u-boot prompt with no warnings at all. Date: Sat, 16 Jul 2011 06:01:27 + Subject: Re: [U-Boot] U-BOOT TFTP From: vickylinu...@gmail.com To: simrangill...@hotmail.com CC: u-boot@lists.denx.de Hi Can u give a clear

[U-Boot] [GIT PULL] integratorap patches

2011-07-17 Thread Linus Walleij
With the risk of the board being removed I have no choice but to request that these patches be pulled in, do I... they are all reviewed on the list, patch entitled "integratorap: fixup SDRAM memory size detection" had a comment about TAB intentation and this is fixed in this set, the only other cha

Re: [U-Boot] [PATCH 14/52] ARM: remove broken "integratorap" board

2011-07-17 Thread Linus Walleij
As mentioned I'm assuming maintainership for the integratorap, patch is on the list since two days or so. Thanks, Linus Walleij ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 46/52] ARM: remove broken "at91rm9200dk" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- board/atmel/at91rm9200dk/Makefile | 56 board/atmel/at91rm9200dk/at91rm9200dk.c | 167 -- board/atmel/at91rm9200dk/config.mk |1 - board/atmel/at91rm9200dk/flash.c| 502 --- board/atmel/at91rm9200

[U-Boot] [PATCH 24/52] ARM: remove broken "cp922_XA10" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index a63ca4f..bd1255d 100755 --- a/MAKEALL +++ b/MAKEALL @@ -305,7 +305,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 19/52] ARM: remove broken "ap922_XA10" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index 3303b63..bd20fb5 100755 --- a/MAKEALL +++ b/MAKEALL @@ -304,7 +304,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 52/52] ARM: remove broken "tny_a9260" / "tny_a9g20" boards

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Albin Tonnerre --- MAINTAINERS |5 - MAKEALL |2 -- Makefile | 10 -- doc/README.scrapyard |2 ++ 4 files changed, 2 insertions(+), 17 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 659d021..

[U-Boot] [PATCH 12/52] ARM: remove broken "evb4510" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - board/evb4510/Makefile| 51 board/evb4510/config.mk | 27 -- board/evb4510/evb4510.c | 64 - board/evb4510/flash.c | 539 - board/evb4510/lo

[U-Boot] [PATCH 20/52] ARM: remove broken "ap926ejs" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index bd20fb5..3ee1422 100755 --- a/MAKEALL +++ b/MAKEALL @@ -304,7 +304,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 40/52] ARM: remove broken "at91cap9adk" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Stelian Pop --- MAINTAINERS |1 - board/atmel/at91cap9adk/Makefile | 56 -- board/atmel/at91cap9adk/at91cap9adk.c | 352 - board/atmel/at91cap9adk/config.mk |1 - board/atmel/at91ca

[U-Boot] [PATCH 33/52] ARM: remove broken "scb9328" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Konstantin Kletschke --- MAINTAINERS |3 - MAKEALL |1 - board/scb9328/Makefile| 51 -- board/scb9328/config.mk | 10 -- board/scb9328/flash.c | 324 ---

[U-Boot] [PATCH 25/52] ARM: remove broken "cp926ejs" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index bd1255d..225dc59 100755 --- a/MAKEALL +++ b/MAKEALL @@ -305,7 +305,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 14/52] ARM: remove broken "integratorap" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |3 +-- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/MAKEALL b/MAKEALL index 9134c00..f1f1ad3 100755 --- a/MAKEALL +++ b/MAKEALL @@ -303,7 +303,6 @@ LIST_SA="$(boards_by_cpu sa1100)" ##

[U-Boot] [PATCH 26/52] ARM: remove broken "cp946es" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index 225dc59..233568f 100755 --- a/MAKEALL +++ b/MAKEALL @@ -305,7 +305,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 48/52] ARM: remove broken "at91sam9263ek" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Stelian Pop --- MAINTAINERS |1 - MAKEALL |1 - Makefile | 19 -- board/atmel/at91sam9263ek/Makefile| 56 - board/atmel/at91sam9263ek/at91sam9

[U-Boot] [PATCH 39/52] ARM: remove broken "tnetv107x_evm" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Cyril Chemparathy --- MAINTAINERS |4 - MAKEALL |1 - board/ti/tnetv107xevm/Makefile| 49 board/ti/tnetv107xevm/config.mk | 20 - board/ti/tnetv107xevm/sdb_board.c | 149 -

[U-Boot] [PATCH 50/52] ARM: remove broken "at91sam9rlek" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Stelian Pop --- MAINTAINERS |1 - MAKEALL |1 - Makefile| 12 -- board/atmel/at91sam9rlek/Makefile | 56 - board/atmel/at91sam9rlek/at91sam9rlek.

[U-Boot] [PATCH 49/52] ARM: remove broken "at91sam9m10g45ek" / "at91sam9g45ekes" boards

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAINTAINERS |3 - MAKEALL |1 - Makefile| 21 -- board/atmel/at91sam9m10g45ek/Makefile | 55 board/atmel/at91sam9m10g45ek

[U-Boot] [PATCH 37/52] ARM: remove broken "voiceblue" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - board/voiceblue/Makefile| 74 --- board/voiceblue/config.mk |1 - board/voiceblue/eeprom.c| 218 - board/voiceblue/setup.S | 280 ---

[U-Boot] [PATCH 51/52] ARM: remove broken "SBC35_A9G20" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAINTAINERS |1 - MAKEALL |1 - Makefile |7 - board/calao/sbc35_a9g20/Makefile | 55 - board/calao/sbc35_a9g20/config.mk |1 - board/calao/sbc3

[U-Boot] [PATCH 35/52] ARM: remove broken "spearXXX" boards

2011-07-17 Thread Wolfgang Denk
Remove spear300, spear310, spear320, and spear600 boards. Signed-off-by: Wolfgang Denk --- MAINTAINERS|7 - MAKEALL|4 - board/spear/common/Makefile| 54 -- board/spear/common/spr_lowlevel_init.S | 195 ---

[U-Boot] [PATCH 36/52] ARM: remove broken "versatile" boards.

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAINTAINERS|2 - MAKEALL|3 - Makefile |9 - README |2 +- board/armltd/versatile/Makefile| 51 -

[U-Boot] [PATCH 47/52] ARM: remove broken "at91sam9261ek" / "at91sam9g10ek" boards

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Stelian Pop Cc: Sedji Gaouaou --- MAINTAINERS |2 - MAKEALL |2 - Makefile | 23 --- board/atmel/at91sam9261ek/Makefile| 56 -- board/atmel/at

[U-Boot] [PATCH 45/52] ARM: remove broken "m501sk" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- board/m501sk/Makefile| 50 -- board/m501sk/config.mk |1 - board/m501sk/eeprom.c| 102 - board/m501sk/m501sk.c| 203 - board/m501sk/m501sk.h| 167 ---

[U-Boot] [PATCH 42/52] ARM: remove broken "cmc_pu2" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- board/cmc_pu2/Makefile | 50 board/cmc_pu2/cmc_pu2.c | 192 -- board/cmc_pu2/config.mk |3 - board/cmc_pu2/flash.c | 468 --- board/cmc_pu2/load_sernum_etha

[U-Boot] [PATCH 31/52] ARM: remove broken "netstar" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - board/netstar/Makefile| 95 --- board/netstar/config.mk | 11 -- board/netstar/crcek.S | 241 -- board/netstar/crcek.h |3

[U-Boot] [PATCH 17/52] ARM: remove broken "modnet50" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Thomas Elste --- MAINTAINERS|4 - MAKEALL|9 - board/modnet50/Makefile| 51 board/modnet50/config.mk | 29 --- board/modnet50/flash.c | 536 ---

[U-Boot] [PATCH 29/52] ARM: remove broken "lpd7a40x" boards

2011-07-17 Thread Wolfgang Denk
Remove lpd7a400 and lpd7a404 boards. Signed-off-by: Wolfgang Denk --- MAKEALL|1 - board/lpd7a40x/Makefile| 51 - board/lpd7a40x/config.mk | 38 --- board/lpd7a40x/flash.c | 488 board/lpd7a40x/lo

[U-Boot] [PATCH 05/52] ARM: remove broken "lart" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk cc: Alex Z�pke --- MAINTAINERS|4 - board/lart/Makefile| 51 - board/lart/config.mk | 23 --- board/lart/flash.c | 474 board/lart/flashasm.S | 177 -

[U-Boot] [PATCH 30/52] ARM: remove broken "mx1fs2" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - board/mx1fs2/Makefile| 51 --- board/mx1fs2/config.mk | 10 - board/mx1fs2/flash.c | 849 -- board/mx1fs2/intel.h | 99 - board/mx1fs2/lowlevel_

[U-Boot] [PATCH 44/52] ARM: remove broken "kb9202" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- board/kb9202/Makefile| 53 - board/kb9202/config.mk |1 - board/kb9202/kb9202.c| 107 - boards.cfg |1 - doc/README.scrapyard |1 + include/configs/kb9202.h | 196 -

[U-Boot] [PATCH 27/52] ARM: remove broken "cp966" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index 233568f..a72f3c6 100755 --- a/MAKEALL +++ b/MAKEALL @@ -305,7 +305,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 41/52] ARM: remove broken "meesc" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Daniel Gorsulowski --- MAINTAINERS |1 - board/esd/meesc/Makefile| 55 - board/esd/meesc/config.mk |1 - board/esd/meesc/meesc.c | 283 --- board/esd/meesc/partition.c | 37 ---

[U-Boot] [PATCH 43/52] ARM: remove broken "csb637" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- board/csb637/Makefile| 50 board/csb637/config.mk |1 - board/csb637/csb637.c| 94 -- boards.cfg |1 - doc/README.scrapyard |1 + include/configs/csb637.h | 196 -

[U-Boot] [PATCH 23/52] ARM: remove broken "cp920t" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index afeac08..a63ca4f 100755 --- a/MAKEALL +++ b/MAKEALL @@ -305,7 +305,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 21/52] ARM: remove broken "ap946es" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |3 +-- doc/README.scrapyard |1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/MAKEALL b/MAKEALL index 3ee1422..20aa157 100755 --- a/MAKEALL +++ b/MAKEALL @@ -304,7 +304,6 @@ LIST_SA="$

[U-Boot] [PATCH 28/52] ARM: remove broken "edb93xx" boards

2011-07-17 Thread Wolfgang Denk
Remove edb9301, edb9302, edb9302a, edb9307, edb9307a, edb9312, edb9315 and edb9315a boards. Signed-off-by: Wolfgang Denk --- MAKEALL |8 -- Makefile | 10 -- board/edb93xx/Makefile | 50 board/edb93xx/config.mk | 33 - bo

[U-Boot] [PATCH 34/52] ARM: remove broken "smdk2400" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Gary Jennejohn --- MAINTAINERS|4 - MAKEALL|1 - board/samsung/smdk2400/Makefile| 51 board/samsung/smdk2400/config.mk | 25 -- board/samsung/smdk2400/flash.c | 49

[U-Boot] [PATCH 16/52] ARM: remove broken "lpc2292sodimm" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - board/lpc2292sodimm/Makefile| 51 --- board/lpc2292sodimm/config.mk | 30 board/lpc2292sodimm/flash.c | 252 --- board/lpc2292sodimm/lowlevel_init.S |

[U-Boot] [PATCH 32/52] ARM: remove broken "sbc2410x" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL|1 - board/sbc2410x/Makefile| 51 - board/sbc2410x/config.mk | 23 -- board/sbc2410x/flash.c | 431 board/sbc2410x/lowlevel_init.S | 163 --- b

[U-Boot] [PATCH 15/52] ARM: remove broken "SMN42" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - boards.cfg |1 - doc/README.scrapyard|1 + include/configs/SMN42.h | 201 --- 4 files changed, 1 insertions(+), 203 deletions(-) delete mode 100644 include/con

[U-Boot] [PATCH 08/52] ARM: remove broken "ap720t" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index 1fef0b0..e8579f3 100755 --- a/MAKEALL +++ b/MAKEALL @@ -303,7 +303,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 06/52] ARM: remove broken "shannon" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Rolf Offermanns --- MAINTAINERS |4 - board/shannon/Makefile| 51 - board/shannon/config.mk | 23 -- board/shannon/flash.c | 473 - board/shannon/inferno.header | Bin 1

[U-Boot] [PATCH 22/52] ARM: remove broken "ap966" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index 20aa157..afeac08 100755 --- a/MAKEALL +++ b/MAKEALL @@ -304,7 +304,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 07/52] ARM: remove broken "ap7" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index 4adaeb8..1fef0b0 100755 --- a/MAKEALL +++ b/MAKEALL @@ -303,7 +303,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 03/52] ARM: remove broken "gcplus" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: George G. Davis --- MAINTAINERS |4 - board/gcplus/Makefile| 53 - board/gcplus/config.mk | 13 -- board/gcplus/flash.c | 440 -- board/gcplus/gcplus.c| 82 -

[U-Boot] [PATCH 09/52] ARM: remove broken "armadillo" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Rowel Atienza --- MAINTAINERS |4 - MAKEALL |1 - board/armadillo/Makefile| 55 --- board/armadillo/armadillo.c | 72 - board/armadillo/config.mk | 29 board/armadillo/fl

[U-Boot] [PATCH 10/52] ARM: remove broken "B2" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Andrea Scian --- MAINTAINERS |4 - MAKEALL |1 - board/dave/B2/B2.c| 139 -- board/dave/B2/Makefile| 55 --- board/dave/B2/config.mk | 30 -- board/

[U-Boot] [PATCH 04/52] ARM: remove broken "jornada" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Kristoffer Ericson --- MAINTAINERS |4 - board/jornada/Makefile| 53 --- board/jornada/jornada.c | 60 - board/jornada/setup.S | 210 - board/jornada/u-boot.lds |

[U-Boot] [PATCH 11/52] ARM: remove broken "ep7312" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Marius Gr�ger --- MAINTAINERS |1 - MAKEALL |1 - board/ep7312/Makefile| 55 --- board/ep7312/config.mk | 28 board/ep7312/ep7312.c| 66 board/ep7312/flash.c | 34

[U-Boot] [PATCH 18/52] ARM: remove broken "ap920t" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- MAKEALL |1 - Makefile |1 - doc/README.scrapyard |1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index e8ca904..3303b63 100755 --- a/MAKEALL +++ b/MAKEALL @@ -304,7 +304,6 @@ LIST_SA="$(b

[U-Boot] [PATCH 13/52] ARM: remove broken "impa7" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Marius Gr�ger --- MAINTAINERS |4 - MAKEALL |1 - board/impa7/Makefile| 51 -- board/impa7/config.mk | 28 board/impa7/flash.c | 357 --- board

[U-Boot] [PATCH 01/52] ARM: remove broken "assabet" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: George G. Davis --- MAINTAINERS |1 - board/assabet/Makefile| 53 -- board/assabet/assabet.c | 131 -- board/assabet/config.mk |7 -- board/assabet/setup.S | 136 ---

[U-Boot] [PATCH 02/52] ARM: remove broken "dnp1110" board

2011-07-17 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk Cc: Alex Z�pke --- MAINTAINERS |1 - board/dnp1110/Makefile| 51 - board/dnp1110/config.mk | 17 -- board/dnp1110/dnp1110.c | 67 --- board/dnp1110/flash.c | 424

[U-Boot] [PATCH 00/52] ARM: remove broken boards

2011-07-17 Thread Wolfgang Denk
Dear Albert, as announced a number of times before, the following patch series removes a number of ARM boards that have been left unmaintained and broken for a long time. Reinhard: There are a number of additional AT91 based boards that are currently broken. Some bail out in drivers/mtd/cfi_flas

Re: [U-Boot] [PATCH v2] powerpc/p2040rdb: Add p2040rdb board support

2011-07-17 Thread Kumar Gala
On Jul 6, 2011, at 11:29 PM, Mingkai Hu wrote: > P2040RDB Specification: > --- > Memory subsystem: > * 4Gbyte unbuffered DDR3 SDRAM SO-DIMM(64bit bus) > * 128 Mbyte NOR flash single-chip memory > * 256 Kbit M24256 I2C EEPROM > * 16 Mbyte SPI memory > * SD connector to interfac

Re: [U-Boot] [PATCH] powerpc/mpc8548cds: Remove incorrect DDR_MSYNC_IN erratum define

2011-07-17 Thread Kumar Gala
On Jul 13, 2011, at 5:11 PM, Becky Bruce wrote: > This erratum doesn't exist on this processor, and the workaround > spins on a non-existent register, causing boot to hang. > > Signed-off-by: Becky Bruce > --- > include/configs/MPC8548CDS.h |1 - > 1 files changed, 0 insertions(+), 1 deletio

Re: [U-Boot] [PATCH] powerpc/85xx: Fix detection of P1017E

2011-07-17 Thread Kumar Gala
On Jul 15, 2011, at 5:04 PM, Kumar Gala wrote: > Had a typo such that P1017E would be detected correctly. > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc8xxx/cpu.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied to 85xx - k _

Re: [U-Boot] [PATCH 1/2] powerpc/85xx: Add ULPI and UTMI USB Phy support for P1010/P1014

2011-07-17 Thread Kumar Gala
On Jul 11, 2011, at 11:11 AM, Kumar Gala wrote: > > On Jun 30, 2011, at 11:11 PM, Kumar Gala wrote: > >> From: Ramneek Mehresh >> >> Add UTMI and ULPI PHY support for USB controller on qoriq series of >> processors with internal UTMI PHY implemented, for example P1010/P1014 >> - Use both gete

Re: [U-Boot] [PATCH] Remove volatile qualifier in get_ram_size() calls

2011-07-17 Thread Albert ARIBAUD
Le 03/07/2011 17:55, Albert ARIBAUD a écrit : > Checkpatch.pl complains about the volatile qualifier in calls to > get_ram_size(). Remove this qualifier in the prototype and in the > calls where it is useless, and leave it only in the function body > where it is needed. > > Signed-off-by: Albert AR

Re: [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-07-17 Thread Albert ARIBAUD
Hi Yegor, Le 22/06/2011 10:33, Yegor Yefremov a écrit : > the serial device names have been changed from ttySx to ttyOx, so the > console device name > should be also changed to support the latest kernel versions. > > Signed-off-by: Yegor Yefremov > > --- This does not apply cleanly -- sorry, I s

Re: [U-Boot] [PATCH] TI: TNETV107X Fix Build Error

2011-07-17 Thread Albert ARIBAUD
Hi Chan-Taek Park, Le 23/06/2011 21:19, Chan-Taek Park a écrit : > This patch provides SDRAM base address and initial stack address to fix > build errors. > > Signed-off-by: Chan-Taek Park > --- Applied to u-boot-arm/master, thanks! Amicalement, -- Albert. __

Re: [U-Boot] [PATCH 8/8] ARM: Add Calxeda Highbank platform

2011-07-17 Thread Albert ARIBAUD
Le 17/07/2011 11:29, Albert ARIBAUD a écrit : > Hi Rob, > > Le 11/06/2011 23:46, Rob Herring a écrit : >> From: Rob Herring >> >> Add basic support for Calxeda Highbank platform. This includes support >> for >> serial, mmc, and sata. >> >> Signed-off-by: Jason Hobbs >> Signed-off-by: Rob Herring >>

Re: [U-Boot] [PATCH 8/8] ARM: Add Calxeda Highbank platform

2011-07-17 Thread Albert ARIBAUD
Hi Rob, Le 11/06/2011 23:46, Rob Herring a écrit : > From: Rob Herring > > Add basic support for Calxeda Highbank platform. This includes support for > serial, mmc, and sata. > > Signed-off-by: Jason Hobbs > Signed-off-by: Rob Herring > --- This one will get in when all previous ones in the serie

Re: [U-Boot] [PATCH 7/8] ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7

2011-07-17 Thread Albert ARIBAUD
Hi Rob, Le 11/06/2011 23:46, Rob Herring a écrit : > From: Rob Herring > > cpu_init_crit can be skipped, but the code is still enabled requiring a > platform to supply lowlevel_init. > > Signed-off-by: Rob Herring > --- Applied to u-boot-arm/master, thanks! Amicalement, -- Albert. _

Re: [U-Boot] [PATCH] Fix: if using crc32 command watchdog timed out

2011-07-17 Thread Albert ARIBAUD
Hi Jens, Le 17/07/2011 08:25, Jens Scharsig a écrit : > Hello, > Am 2011-07-16 11:53, schrieb Albert ARIBAUD: >> Hi Jens, >> >> Le 05/07/2011 09:26, Jens Scharsig a écrit : >> >>> * Fix: if using crc32 command watchdog timed out >>> >>> >>> Signed-off-by: Jens Scharsig >>> --- >> >> Nitpick: in ad

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-17 Thread Albert ARIBAUD
Hi Igor, Le 17/07/2011 08:56, Igor Grinberg a écrit : > Hi Albert, > > > Do you plan on including this in the current merge window? Done. The other two will be going in as well as they were initially submitted before the merge window closure. Amicalement, -- Albert. ___

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-17 Thread Albert ARIBAUD
Hi Igor, Le 14/07/2011 17:45, Igor Grinberg a écrit : > CONFIG_MACH_TYPE is used to set the machine type number in the > common arm code instead of setting it in the board code. > Boards with dynamically discoverable machine types can still set the > machine type number in the board code. > > Sign

Re: [U-Boot] [PATCH v 0/5] arm: omap4: omap4460 support

2011-07-17 Thread Albert ARIBAUD
Hi Aneesh, Le 16/07/2011 18:25, Aneesh V a écrit : > OMAP4460 is the latest addition to the OMAP4 family. > OMAP4460 has dual core Cortex-A9 CPUs that can be clocked upto > 1.5 GHz > > The memory architecture has been improved to provide better > performance and there several other minor improveme

Re: [U-Boot] [PATCH V3 3/4] ARM: Warn when the machine ID isn't set.

2011-07-17 Thread Albert ARIBAUD
Hi all, Le 17/07/2011 10:26, stefano babic a écrit : > Am 17/07/2011 08:53, schrieb Igor Grinberg: Also, in the printf line, you are mixing tabs with spaces (sorry for not noticing this in previous versions...). >>> ...and if you want to print something only for debug purposes, the best

Re: [U-Boot] [PATCH V2 0/2] add sdhci generic framework

2011-07-17 Thread Fleming Andy-AFLEMING
On Jul 12, 2011, at 22:54, "Lei Wen" wrote: > Hi Andy, > > Could this version be accepted to be merged? I'm working on merging these (and other) patches this weekend. Andy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/

Re: [U-Boot] [PATCH V3 3/4] ARM: Warn when the machine ID isn't set.

2011-07-17 Thread stefano babic
Am 17/07/2011 08:53, schrieb Igor Grinberg: >>> Also, in the printf line, you are mixing tabs with spaces >>> (sorry for not noticing this in previous versions...). >> ...and if you want to print something only for debug purposes, the best >> way is to substitute printf() with debug() and get rid o

Re: [U-Boot] [PATCH 1/2] MMC: add sdhci generic framework

2011-07-17 Thread Lei Wen
Hi Gérald, On Sun, Jul 17, 2011 at 3:20 PM, Gérald Kerma wrote: > Hello Lei, > > Le 29/06/2011 07:58, Lei Wen a écrit : >> Hi Gérald, >> >> On Wed, Jun 29, 2011 at 1:53 PM, Gérald Kerma wrote: >>> > Hello, >>> > >>> > Is this driver adaptable for sheevaplug ? > >> In the Linux kernel, the sdhci-

Re: [U-Boot] [PATCH 1/2] MMC: add sdhci generic framework

2011-07-17 Thread Gérald Kerma
Hello Lei, Le 29/06/2011 07:58, Lei Wen a écrit : > Hi Gérald, > > On Wed, Jun 29, 2011 at 1:53 PM, Gérald Kerma wrote: >> > Hello, >> > >> > Is this driver adaptable for sheevaplug ? > In the Linux kernel, the sdhci-dove.c does the similar way to support > the kirkwood. The linux kernel use m