[U-Boot] Please pull u-boot-ti/master

The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f: Jens Scharsig (1): new board (eb_cpux9k2)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ladislav Michl (8): NetStar: eeprom - undefined reference to `memset' NetStar: eeprom - be less verbose NetStar: eeprom - fix linker error NetStar: fix default environment NetStar: make mtdparts default ready for recent kernels netstar.h: do not exceed 80 columns VoiceBlue: limit line lenght to 80 characters VoiceBlue: fix linker errors
Nick Thompson (1): da830evm: Add support for TI EMAC
Sandeep Paulraj (1): DaVinci: Adding entry to MAKEALL for DM365 EVM
MAKEALL | 1 + board/davinci/da830evm/da830evm.c | 65 +++++++++++- board/netstar/Makefile | 54 +++++----- board/netstar/eeprom.c | 95 +++++++++-------- board/netstar/eeprom.lds | 51 --------- board/netstar/eeprom_start.S | 13 --- board/voiceblue/Makefile | 33 +++--- board/voiceblue/eeprom.c | 97 +++++++++-------- board/voiceblue/eeprom.lds | 51 --------- board/voiceblue/eeprom_start.S | 11 -- include/asm-arm/arch-davinci/emac_defs.h | 1 + include/configs/da830evm.h | 1 + include/configs/netstar.h | 114 ++++++++++----------- include/configs/voiceblue.h | 168 +++++++++++++++--------------- 14 files changed, 343 insertions(+), 412 deletions(-) delete mode 100644 board/netstar/eeprom.lds delete mode 100644 board/netstar/eeprom_start.S delete mode 100644 board/voiceblue/eeprom.lds delete mode 100644 board/voiceblue/eeprom_start.S

Tom,
The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f: Jens Scharsig (1): new board (eb_cpux9k2)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ladislav Michl (8): NetStar: eeprom - undefined reference to `memset' NetStar: eeprom - be less verbose NetStar: eeprom - fix linker error NetStar: fix default environment NetStar: make mtdparts default ready for recent kernels
You have already pulled in the 5 patches above. I thought I'd let you know.
netstar.h: do not exceed 80 columns VoiceBlue: limit line lenght to 80 characters VoiceBlue: fix linker errors
Nick Thompson (1): da830evm: Add support for TI EMAC
Sandeep Paulraj (1): DaVinci: Adding entry to MAKEALL for DM365 EVM
MAKEALL | 1 + board/davinci/da830evm/da830evm.c | 65 +++++++++++- board/netstar/Makefile | 54 +++++----- board/netstar/eeprom.c | 95 +++++++++-------- board/netstar/eeprom.lds | 51 --------- board/netstar/eeprom_start.S | 13 --- board/voiceblue/Makefile | 33 +++--- board/voiceblue/eeprom.c | 97 +++++++++-------- board/voiceblue/eeprom.lds | 51 --------- board/voiceblue/eeprom_start.S | 11 -- include/asm-arm/arch-davinci/emac_defs.h | 1 + include/configs/da830evm.h | 1 + include/configs/netstar.h | 114 ++++++++++----------- include/configs/voiceblue.h | 168 +++++++++++++++----------
14 files changed, 343 insertions(+), 412 deletions(-) delete mode 100644 board/netstar/eeprom.lds delete mode 100644 board/netstar/eeprom_start.S delete mode 100644 board/voiceblue/eeprom.lds delete mode 100644 board/voiceblue/eeprom_start.S
Regards, Sandeep

Paulraj, Sandeep wrote:
Tom,
The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f: Jens Scharsig (1): new board (eb_cpux9k2)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ladislav Michl (8): NetStar: eeprom - undefined reference to `memset' NetStar: eeprom - be less verbose NetStar: eeprom - fix linker error NetStar: fix default environment NetStar: make mtdparts default ready for recent kernels
You have already pulled in the 5 patches above. I thought I'd let you know.
Yes. I have these.
netstar.h: do not exceed 80 columns VoiceBlue: limit line lenght to 80 characters VoiceBlue: fix linker errors
I did not see a public ack for this one.
Nick Thompson (1): da830evm: Add support for TI EMAC
Should this go through NET ?
Tom

-----Original Message----- From: Tom [mailto:Tom.Rix@windriver.com] Sent: Tuesday, February 23, 2010 10:55 AM To: Paulraj, Sandeep Cc: u-boot@lists.denx.de; Ben Warren Subject: Re: [U-Boot] Please pull u-boot-ti/master
Paulraj, Sandeep wrote:
Tom,
The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f: Jens Scharsig (1): new board (eb_cpux9k2)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ladislav Michl (8): NetStar: eeprom - undefined reference to `memset' NetStar: eeprom - be less verbose NetStar: eeprom - fix linker error NetStar: fix default environment NetStar: make mtdparts default ready for recent kernels
You have already pulled in the 5 patches above. I thought I'd let you
know.
Yes. I have these.
netstar.h: do not exceed 80 columns VoiceBlue: limit line lenght to 80 characters VoiceBlue: fix linker errors
I did not see a public ack for this one.
http://lists.denx.de/pipermail/u-boot/2010-February/067840.html
I did so for the other as well I believe.
Nick Thompson (1): da830evm: Add support for TI EMAC
Should this go through NET ?
This does not add the driver. That patch was ACK'ed by Ben long ago. This patch just does the PINMUX init and invokes the driver.
Tom
Sandeep

Paulraj, Sandeep wrote:
-----Original Message----- From: Tom [mailto:Tom.Rix@windriver.com] Sent: Tuesday, February 23, 2010 10:55 AM To: Paulraj, Sandeep Cc: u-boot@lists.denx.de; Ben Warren Subject: Re: [U-Boot] Please pull u-boot-ti/master
Paulraj, Sandeep wrote:
Tom,
The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f: Jens Scharsig (1): new board (eb_cpux9k2)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ladislav Michl (8): NetStar: eeprom - undefined reference to `memset' NetStar: eeprom - be less verbose NetStar: eeprom - fix linker error NetStar: fix default environment NetStar: make mtdparts default ready for recent kernels
You have already pulled in the 5 patches above. I thought I'd let you
know.
Yes. I have these.
netstar.h: do not exceed 80 columns VoiceBlue: limit line lenght to 80 characters VoiceBlue: fix linker errors
I did not see a public ack for this one.
http://lists.denx.de/pipermail/u-boot/2010-February/067840.html
I did so for the other as well I believe.
I believe i did not see the linker one. Just checking.. Ok
Nick Thompson (1): da830evm: Add support for TI EMAC
Should this go through NET ?
This does not add the driver. That patch was ACK'ed by Ben long ago. This patch just does the PINMUX init and invokes the driver.
Ok
Tom
Sandeep

Paulraj, Sandeep wrote:
Tom,
The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f: Jens Scharsig (1): new board (eb_cpux9k2)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ladislav Michl (8): NetStar: eeprom - undefined reference to `memset' NetStar: eeprom - be less verbose NetStar: eeprom - fix linker error NetStar: fix default environment NetStar: make mtdparts default ready for recent kernels
You have already pulled in the 5 patches above. I thought I'd let you know.
netstar.h: do not exceed 80 columns VoiceBlue: limit line lenght to 80 characters VoiceBlue: fix linker errors
Nick Thompson (1): da830evm: Add support for TI EMAC
Sandeep Paulraj (1): DaVinci: Adding entry to MAKEALL for DM365 EVM
MAKEALL | 1 + board/davinci/da830evm/da830evm.c | 65 +++++++++++- board/netstar/Makefile | 54 +++++----- board/netstar/eeprom.c | 95 +++++++++-------- board/netstar/eeprom.lds | 51 --------- board/netstar/eeprom_start.S | 13 --- board/voiceblue/Makefile | 33 +++--- board/voiceblue/eeprom.c | 97 +++++++++-------- board/voiceblue/eeprom.lds | 51 --------- board/voiceblue/eeprom_start.S | 11 -- include/asm-arm/arch-davinci/emac_defs.h | 1 + include/configs/da830evm.h | 1 + include/configs/netstar.h | 114 ++++++++++----------- include/configs/voiceblue.h | 168 +++++++++++++++----------
14 files changed, 343 insertions(+), 412 deletions(-) delete mode 100644 board/netstar/eeprom.lds delete mode 100644 board/netstar/eeprom_start.S delete mode 100644 board/voiceblue/eeprom.lds delete mode 100644 board/voiceblue/eeprom_start.S
Regards, Sandeep
Applied, Thanks Tom
participants (3)
-
Paulraj, Sandeep
-
s-paulraj@ti.com
-
Tom