Re: [U-Boot] [RFCv2 0/3] Add support for quick boot

2010-11-14 Thread Wolfgang Denk
Dear Premi, Sanjeev,

In message b85a65d85d7eb246be421b3fb0fbb5930234821...@dbde02.ent.ti.com you 
wrote:

 Did you get chance to look at this series?

Looks OK to me, but you should have put Sandeep on Cc: as this has to
go through his custodian tree.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Many companies that have made themselves dependent on [the  equipment
of  a  certain  major  manufacturer] (and in doing so have sold their
soul to the devil) will collapse under the sheer weight  of  the  un-
mastered complexity of their data processing systems.
  -- Edsger W. Dijkstra, SIGPLAN Notices, Volume 17, Number 5
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [RFCv2 0/3] Add support for quick boot

2010-11-02 Thread Premi, Sanjeev
 -Original Message-
 From: Premi, Sanjeev 
 Sent: Friday, October 29, 2010 9:35 PM
 To: u-boot@lists.denx.de
 Cc: Premi, Sanjeev
 Subject: [RFCv2 0/3] Add support for quick boot
 
 This series attempts to address specific feedback[1] from
 Wolfgang Denk to my previous submission.
 
 Since this series is based on u-boot master, it is missing
 these patches for successful build:
  a) omap3evm: Support relocation
 http://marc.info/?l=u-bootm=128748423503307w=2
  b) omap3evm: Move function to identify board revision
 http://marc.info/?l=u-bootm=128749414618147w=2
  c) omap3evm: Fix mechanism to identify board revision
 http://marc.info/?l=u-bootm=128757192518074w=2
 
 I am hoping this series illustrates exact changes done.
 However, my choice of filenames results in rather long
 config names for two new configurations. I plan to
 replace quick with simple q. Does it sound ok?
 
 References:
   [1] http://marc.info/?l=u-bootm=128828487429161w=2
   [2] http://marc.info/?l=u-bootm=128818733126234w=2
   [3] http://marc.info/?l=u-bootm=128818664024766w=2
 
 Patch (a) is required for successful build for current configuration.
 Patches (b) and (c) were required for successful build of quick
 configurations. I am yet to test these on this patchset. Will do
 before final submission.
 
 Sanjeev Premi (3):
   omap3evm: Reorder related config options
   omap3evm: move common config options to new file
   omap3evm: Add quick boot configurations
 

Hi Wolfgang,

Did you get chance to look at this series?

~sanjeev
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [RFCv2 0/3] Add support for quick boot

2010-10-29 Thread Sanjeev Premi
This series attempts to address specific feedback[1] from
Wolfgang Denk to my previous submission.

Since this series is based on u-boot master, it is missing
these patches for successful build:
 a) omap3evm: Support relocation
http://marc.info/?l=u-bootm=128748423503307w=2
 b) omap3evm: Move function to identify board revision
http://marc.info/?l=u-bootm=128749414618147w=2
 c) omap3evm: Fix mechanism to identify board revision
http://marc.info/?l=u-bootm=128757192518074w=2

I am hoping this series illustrates exact changes done.
However, my choice of filenames results in rather long
config names for two new configurations. I plan to
replace quick with simple q. Does it sound ok?

References:
  [1] http://marc.info/?l=u-bootm=128828487429161w=2
  [2] http://marc.info/?l=u-bootm=128818733126234w=2
  [3] http://marc.info/?l=u-bootm=128818664024766w=2

Patch (a) is required for successful build for current configuration.
Patches (b) and (c) were required for successful build of quick
configurations. I am yet to test these on this patchset. Will do
before final submission.

Sanjeev Premi (3):
  omap3evm: Reorder related config options
  omap3evm: move common config options to new file
  omap3evm: Add quick boot configurations

 boards.cfg |2 +
 include/configs/omap3_evm.h|  302 +++-
 include/configs/omap3_evm_common.h |  226 
 include/configs/omap3_evm_quick_mmc.h  |   53 ++
 include/configs/omap3_evm_quick_nand.h |   48 +
 5 files changed, 391 insertions(+), 240 deletions(-)
 create mode 100644 include/configs/omap3_evm_common.h
 create mode 100644 include/configs/omap3_evm_quick_mmc.h
 create mode 100644 include/configs/omap3_evm_quick_nand.h

--
1.7.2.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot