Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module (new files)

2010-06-22 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4c091f79.5040...@emk-elektronik.de you wrote: +static const struct sdram_config sdram_config = { +.data_bits= SDRAM_DATA_16BIT, +.row_bits= 13, +.col_bits= 9, +.bank_bits= 2, +.cas= 3, Indentation

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module (modified files)

2010-06-22 Thread Wolfgang Denk
Dear Reinhard Meyer (-VC), In message 4c09274b.2080...@emk-elektronik.de you wrote: Well, what about that situation (two names as maintainers for HAMMERHEAD), where do I sort in? Mark Jackson m...@mimc.co.uk MIMC200AT32AP7000 Alex Raimondi alex.raimo...@miromico.ch

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU Module (3rd try)

2010-06-08 Thread Reinhard Meyer (-VC)
Reinhard Meyer (-VC) schrieb: Add support for EMK TOP7000 CPU Module Specifics: 1) create subdir board/emk/top7000 and files in it 2) create include/configs/top7000.h 3) update board/emk/common/vpd.c 4) add call to misc_init_r() to arch/avr32/lib/board.c 5) create

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-06 Thread Reinhard Meyer (-VC)
Hello, is this patch going to be accepted, or is someone insisting that only my port shall return the number of controllers initialized? Reinhard Meyer schrieb: Ben Warren schrieb: Hello Reinhard, On Sat, Jun 5, 2010 at 3:41 AM, Reinhard Meyer (-VC) reinhard.me...@emk-elektronik.de wrote:

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-06 Thread Wolfgang Denk
Dear Reinhard Meyer (-VC), In message 4c0b85d8.4070...@emk-elektronik.de you wrote: is this patch going to be accepted, or is someone insisting that only my port shall return the number of controllers initialized? I don't understand what you mean by only my port. Ben's comment that

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-06 Thread Reinhard Meyer (-VC)
Wolfgang Denk schrieb: Dear Reinhard Meyer (-VC), In message 4c0b85d8.4070...@emk-elektronik.de you wrote: is this patch going to be accepted, or is someone insisting that only my port shall return the number of controllers initialized? I don't understand what you mean by only my port.

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-06 Thread Reinhard Meyer (-VC)
Wolfgang Denk schrieb: Dear Reinhard Meyer (-VC), In message 4c0b85d8.4070...@emk-elektronik.de you wrote: is this patch going to be accepted, or is someone insisting that only my port shall return the number of controllers initialized? I don't understand what you mean by only my port.

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-06 Thread Reinhard Meyer (-VC)
Reinhard Meyer (-VC) schrieb: Wolfgang Denk schrieb: Dear Reinhard Meyer (-VC), The second problem is that I cannot seem to undo my previous commit in my tree, so any changes I do to my source would come out as a second patch. Would that be accepted? Or do you know what must be done that

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-06 Thread Wolfgang Denk
Dear Reinhard Meyer (-VC), In message 4c0b8be7.7090...@emk-elektronik.de you wrote: Is that documented somewhere? I see that the calling function in net.c Probably only in the mailing list archives... does NOT care about any positive interger result. Will it care sometime in the future? :)

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-06 Thread Ben Warren
Hello Reinhard, On Sun, Jun 6, 2010 at 4:52 AM, Reinhard Meyer (-VC) reinhard.me...@emk-elektronik.de wrote: Wolfgang Denk schrieb: Dear Reinhard Meyer (-VC), In message 4c0b85d8.4070...@emk-elektronik.de you wrote: is this patch going to be accepted, or is someone insisting that only

[U-Boot] [PATCH] add support for EMK TOP7000 CPU Module (2nd try)

2010-06-06 Thread Reinhard Meyer (-VC)
Add support for EMK TOP7000 CPU Module Specifics: 1) create subdir board/emk/top7000 and files in it 2) create include/configs/top7000.h 3) update board/emk/common/vpd.c 4) add call to misc_init_r() to arch/avr32/lib/board.c 5) create arch/avr32/include/asm/unaligned.h to fix zlib.c

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU Module (2nd try)

2010-06-06 Thread Reinhard Meyer (-VC)
Reinhard Meyer (-VC) schrieb: if anything can go wrong, it will go wrong... a 0x0d (CR) sneaked into the following line: hammerhead \ - mimc200 \ + mimc200 \ + top7000 \ Please do not try to apply the patch. I will send a new one!

[U-Boot] [PATCH] add support for EMK TOP7000 CPU Module (3rd try)

2010-06-06 Thread Reinhard Meyer (-VC)
Add support for EMK TOP7000 CPU Module Specifics: 1) create subdir board/emk/top7000 and files in it 2) create include/configs/top7000.h 3) update board/emk/common/vpd.c 4) add call to misc_init_r() to arch/avr32/lib/board.c 5) create arch/avr32/include/asm/unaligned.h to fix zlib.c

[U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-05 Thread Reinhard Meyer (-VC)
Add support for EMK TOP7000 CPU module Specifics: 1) create subdir board/emk/top7000 and files in it 2) create include/configs/top7000.h 3) update board/emk/common/vpd.c 4) add call to misc_init_r() to arch/avr32/lib/board.c 5) create arch/avr32/include/asm/unaligned.h to fix zlib.c

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-05 Thread Ben Warren
Hello Reinhard, On Sat, Jun 5, 2010 at 3:41 AM, Reinhard Meyer (-VC) reinhard.me...@emk-elektronik.de wrote: Add support for EMK TOP7000 CPU module Specifics: 1) create subdir board/emk/top7000 and files in it 2) create include/configs/top7000.h 3) update board/emk/common/vpd.c 4) add

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-05 Thread Reinhard Meyer
Ben Warren schrieb: Hello Reinhard, On Sat, Jun 5, 2010 at 3:41 AM, Reinhard Meyer (-VC) reinhard.me...@emk-elektronik.de wrote: Add support for EMK TOP7000 CPU module Specifics: 1) create subdir board/emk/top7000 and files in it 2) create include/configs/top7000.h 3) update

[U-Boot] [PATCH] add support for EMK TOP7000 CPU module (new files)

2010-06-04 Thread Reinhard Meyer (-VC)
This Patch adds support for the EMK TOP7000 CPU Module Part 1: new files Signed-off-by: Reinhard Meyer reinhard.me...@emk-elektronik.de --- board/emk/top7000/Makefile | 41 board/emk/top7000/config.mk |3 + board/emk/top7000/top7000.c | 165

[U-Boot] [PATCH] add support for EMK TOP7000 CPU module (modified files)

2010-06-04 Thread Reinhard Meyer (-VC)
This Patch adds support for the EMK TOP7000 CPU Module Part 2: modified files Signed-off-by: Reinhard Meyer reinhard.me...@emk-elektronik.de --- MAINTAINERS |6 - Makefile |3 ++ board/emk/common/vpd.c| 57

[U-Boot] [PATCH] add support for EMK TOP7000 CPU module (change to arch-avr32 file)

2010-06-04 Thread Reinhard Meyer (-VC)
This Patch adds support for the EMK TOP7000 CPU Module Part 3: added code to arch/avr32/lib/board.c Signed-off-by: Reinhard Meyer reinhard.me...@emk-elektronik.de --- arch/avr32/lib/board.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/avr32/lib/board.c

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module (new files)

2010-06-04 Thread Wolfgang Denk
Dear Reinhard Meyer (-VC), In message 4c08ec47.5070...@emk-elektronik.de you wrote: This Patch adds support for the EMK TOP7000 CPU Module Part 1: new files Signed-off-by: Reinhard Meyer reinhard.me...@emk-elektronik.de NAK. Please submit as one patch so we have an atomic, bisectable

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module (new files)

2010-06-04 Thread Wolfgang Denk
Dear Reinhard Meyer (-VC), In message 4c08ec47.5070...@emk-elektronik.de you wrote: This Patch adds support for the EMK TOP7000 CPU Module Part 1: new files Signed-off-by: Reinhard Meyer reinhard.me...@emk-elektronik.de But please clean up the code berfore resubmitting... --- /dev/null

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module (modified files)

2010-06-04 Thread Wolfgang Denk
Dear Reinhard Meyer (-VC), In message 4c08ed38.8030...@emk-elektronik.de you wrote: This Patch adds support for the EMK TOP7000 CPU Module Part 2: modified files Signed-off-by: Reinhard Meyer reinhard.me...@emk-elektronik.de --- MAINTAINERS |6 - Makefile

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module (new files)

2010-06-04 Thread Reinhard Meyer
Wolfgang Denk schrieb: Dear Reinhard Meyer (-VC), In message 4c08ec47.5070...@emk-elektronik.de you wrote: ... +static const struct sdram_config sdram_config = { +.data_bits= SDRAM_DATA_16BIT, +.row_bits= 13, +.col_bits= 9, +.bank_bits= 2, +.cas=

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module (modified files)

2010-06-04 Thread Reinhard Meyer (-VC)
Wolfgang Denk schrieb: Dear Reinhard Meyer (-VC), In message 4c08ed38.8030...@emk-elektronik.de you wrote: This Patch adds support for the EMK TOP7000 CPU Module Part 2: modified files Signed-off-by: Reinhard Meyer reinhard.me...@emk-elektronik.de --- MAINTAINERS |