[U-Boot] Pull request: Davinci uboot

Hi Tom,
These patches have been posted earlier and have gone necessary reviews and I feel they are ready to be pulled. Please pull these pathes.
Thanks and Regards, -Manju
The following changes since commit 3325ee67f2194d821f0755b94dc57adb1d579d7b: Yegor Yefremov (1): am3517evm: remove rootfstype kernel parameter for MMC boot device
are available in the git repository at:
git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git ubootos
Manjunath Hadli (5): da850evm: add support to read mac address from spi flash da850evm: read MAC address from I2C EEPROM on AM18x EVM davinci : move clock related functions to new file davinci: remove macro CONFIG_DISPLAY_CPUINFO davinci: add clocks command
arch/arm/cpu/arm926ejs/davinci/Makefile | 2 +- arch/arm/cpu/arm926ejs/davinci/cpu.c | 208 ---------------------------- arch/arm/cpu/arm926ejs/davinci/speed.c | 230 +++++++++++++++++++++++++++++++ board/davinci/da8xxevm/da850evm.c | 68 +++++++++ boards.cfg | 4 +- include/configs/cam_enc_4xx.h | 1 - include/configs/davinci_dm355evm.h | 1 - include/configs/davinci_dm355leopard.h | 1 - include/configs/davinci_dm6467Tevm.h | 1 - include/configs/davinci_dm6467evm.h | 1 - include/configs/davinci_dvevm.h | 1 - include/configs/davinci_schmoogie.h | 1 - include/configs/davinci_sffsdr.h | 1 - include/configs/davinci_sonata.h | 1 - include/configs/enbw_cmc.h | 1 - 15 files changed, 301 insertions(+), 221 deletions(-) create mode 100644 arch/arm/cpu/arm926ejs/davinci/speed.c

Hi Manju,
On Fri, Jan 27, 2012 at 12:34 PM, Hadli, Manjunath manjunath.hadli@ti.com wrote:
Hi Tom,
These patches have been posted earlier and have gone necessary reviews and I feel they are ready to be pulled. Please pull these pathes.
I think the last time you posted these patches was in September, right? Since then, a number of patches have been applied that do changes in arch/arm/cpu/arm926ejs/davinci and two boards have been added (Added Heiko Schocher to CC). Also, include/configs/da850_am18xxevm.h was removed. Support for the new SPL framework was introduced for davinci boards and I see that you had to change your patches due to these changes.
I think you should therefore re-submit the entire series for review.
Regards, Christian
Thanks and Regards, -Manju
The following changes since commit 3325ee67f2194d821f0755b94dc57adb1d579d7b: Yegor Yefremov (1): am3517evm: remove rootfstype kernel parameter for MMC boot device
are available in the git repository at:
git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git ubootos
Manjunath Hadli (5): da850evm: add support to read mac address from spi flash da850evm: read MAC address from I2C EEPROM on AM18x EVM davinci : move clock related functions to new file davinci: remove macro CONFIG_DISPLAY_CPUINFO davinci: add clocks command
arch/arm/cpu/arm926ejs/davinci/Makefile | 2 +- arch/arm/cpu/arm926ejs/davinci/cpu.c | 208 ---------------------------- arch/arm/cpu/arm926ejs/davinci/speed.c | 230 +++++++++++++++++++++++++++++++ board/davinci/da8xxevm/da850evm.c | 68 +++++++++ boards.cfg | 4 +- include/configs/cam_enc_4xx.h | 1 - include/configs/davinci_dm355evm.h | 1 - include/configs/davinci_dm355leopard.h | 1 - include/configs/davinci_dm6467Tevm.h | 1 - include/configs/davinci_dm6467evm.h | 1 - include/configs/davinci_dvevm.h | 1 - include/configs/davinci_schmoogie.h | 1 - include/configs/davinci_sffsdr.h | 1 - include/configs/davinci_sonata.h | 1 - include/configs/enbw_cmc.h | 1 - 15 files changed, 301 insertions(+), 221 deletions(-) create mode 100644 arch/arm/cpu/arm926ejs/davinci/speed.c
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

On Fri, Jan 27, 2012 at 5:29 AM, Christian Riesch christian.riesch@omicron.at wrote:
Hi Manju,
On Fri, Jan 27, 2012 at 12:34 PM, Hadli, Manjunath manjunath.hadli@ti.com wrote:
Hi Tom,
These patches have been posted earlier and have gone necessary reviews and I feel they are ready to be pulled. Please pull these pathes.
I think the last time you posted these patches was in September, right? Since then, a number of patches have been applied that do changes in arch/arm/cpu/arm926ejs/davinci and two boards have been added (Added Heiko Schocher to CC). Also, include/configs/da850_am18xxevm.h was removed. Support for the new SPL framework was introduced for davinci boards and I see that you had to change your patches due to these changes.
I think you should therefore re-submit the entire series for review.
To be clear, I agree. Thanks!
participants (3)
-
Christian Riesch
-
Hadli, Manjunath
-
Tom Rini