Re: [U-Boot] [PATCH 7/7] Add support for Freescale's mx35pdk board.

2011-01-19 Thread Wolfgang Denk
Dear Stefano Babic, In message 1295012124-15551-7-git-send-email-sba...@denx.de you wrote: The patch adds suupport for the Freescale's mx35pdk board (known as well as mx35_3stack). The board boots from the NOR flash. Following devices are supported: - two ethernet devices (FEC and SMC911x

Re: [U-Boot] [PATCH 7/7] Add support for Freescale's mx35pdk board.

2011-01-19 Thread Stefano Babic
On 01/19/2011 09:06 AM, Wolfgang Denk wrote: diff --git a/MAINTAINERS b/MAINTAINERS index d7cd09c..3abb4cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -554,6 +554,7 @@ Stefano Babic sba...@denx.de ea20davinci polaris xscale trizepsiv xscale +

Re: [U-Boot] [PATCH 7/7] Add support for Freescale's mx35pdk board.

2011-01-18 Thread Wolfgang Denk
Dear Stefano Babic, In message 4d34744b.2030...@denx.de you wrote: I have not understood this point. The link address CONFIG_SYS_TEXT_BASE is always set in the config.mk file, because it is needed by the linker process, and it is not set in the configuration file (I think you mean

Re: [U-Boot] [PATCH 7/7] Add support for Freescale's mx35pdk board.

2011-01-18 Thread Stefano Babic
On 01/18/2011 10:40 AM, Wolfgang Denk wrote: No, you are wrong. CONFIG_SYS_TEXT_BASE is always set in the configuration file, only a few files still have it in config.mk - these files need to be cleand up, and ideally config.mk should be ditched. I see, understood. I will drop config.mk.

Re: [U-Boot] [PATCH 7/7] Add support for Freescale's mx35pdk board.

2011-01-17 Thread Jason Liu
Hi, Stefano, 2011/1/14 Stefano Babic sba...@denx.de: The patch adds suupport for the Freescale's mx35pdk board (known as well as mx35_3stack). The board boots from the NOR flash. Following devices are supported:  - two ethernet devices (FEC and SMC911x on debug board)  - I2C  - PMIC

Re: [U-Boot] [PATCH 7/7] Add support for Freescale's mx35pdk board.

2011-01-17 Thread Stefano Babic
On 01/17/2011 05:43 PM, Jason Liu wrote: Hi, Stefano, Hi Jason, You want to remove this file, is there this file in the mainline? Of course, it was a mistake. I drop it. diff --git a/board/freescale/mx35pdk/config.mk b/board/freescale/mx35pdk/config.mk new file mode 100644 index

Re: [U-Boot] [PATCH 7/7] Add support for Freescale's mx35pdk board.

2011-01-17 Thread Stefano Babic
On 01/17/2011 05:54 PM, Stefano Babic wrote: Need move this config to board config file and remove this file. I have not understood this point. The link address CONFIG_SYS_TEXT_BASE is always set in the config.mk file, because it is needed by the linker process, and it is not set in the

[U-Boot] [PATCH 7/7] Add support for Freescale's mx35pdk board.

2011-01-14 Thread Stefano Babic
The patch adds suupport for the Freescale's mx35pdk board (known as well as mx35_3stack). The board boots from the NOR flash. Following devices are supported: - two ethernet devices (FEC and SMC911x on debug board) - I2C - PMIC (MC13892) via I2C interface - UART - NOR flash (64MB) - NAND