Re: [U-Boot] [PATCH] at91: Add esd gmbh MEESC board support

2009-06-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:24 Mon 29 Jun , Daniel Gorsulowski wrote: > This patch adds support for esd gmbh MEESC board. > The MEESC is based on an Atmel AT91SAM9263 SoC. > > Signed-off-by: Daniel Gorsulowski > --- > MAINTAINERS |4 + > MAKEALL |1 + > Makefile

[U-Boot] [PATCH] at91: Add esd gmbh MEESC board support

2009-06-29 Thread Daniel Gorsulowski
This patch adds support for esd gmbh MEESC board. The MEESC is based on an Atmel AT91SAM9263 SoC. Signed-off-by: Daniel Gorsulowski --- MAINTAINERS |4 + MAKEALL |1 + Makefile|3 + board/esd/meesc/Makefile| 55 +++

Re: [U-Boot] [PATCH] at91: Add esd gmbh MEESC board support

2009-06-29 Thread Daniel Gorsulowski
Daniel Gorsulowski wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> >>> + >>> +int checkboard(void) >>> +{ >>> + char str[32]; >>> + char buf[32]; >>> + >>> + puts("Board: esd CAN-EtherCAT Gateway"); >>> + if (getenv_r("serial#", str, sizeof(str)) > 0) { >>> + puts(", serial#

Re: [U-Boot] [PATCH] at91: Add esd gmbh MEESC board support

2009-06-28 Thread Daniel Gorsulowski
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 12:21 Tue 23 Jun , Daniel Gorsulowski wrote: >> This patch adds support for esd gmbh MEESC board. >> The MEESC is based on an Atmel AT91SAM9263 SoC. >> >> Signed-off-by: Daniel Gorsulowski >> --- >> >> Jean-Christophe: This patch requires an up-to-d

Re: [U-Boot] [PATCH] at91: Add esd gmbh MEESC board support

2009-06-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:21 Tue 23 Jun , Daniel Gorsulowski wrote: > This patch adds support for esd gmbh MEESC board. > The MEESC is based on an Atmel AT91SAM9263 SoC. > > Signed-off-by: Daniel Gorsulowski > --- > > Jean-Christophe: This patch requires an up-to-date mach-types.h, > please sync it. > > diff -

[U-Boot] [PATCH] at91: Add esd gmbh MEESC board support

2009-06-23 Thread Daniel Gorsulowski
This patch adds support for esd gmbh MEESC board. The MEESC is based on an Atmel AT91SAM9263 SoC. Signed-off-by: Daniel Gorsulowski --- Jean-Christophe: This patch requires an up-to-date mach-types.h, please sync it. MAINTAINERS |4 + MAKEALL |1 + M