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

Sanjeev Premi premi at ti.com
Fri Oct 29 18:05:27 CEST 2010


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-boot&m=128748423503307&w=2
 b) omap3evm: Move function to identify board revision
    http://marc.info/?l=u-boot&m=128749414618147&w=2
 c) omap3evm: Fix mechanism to identify board revision
    http://marc.info/?l=u-boot&m=128757192518074&w=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-boot&m=128828487429161&w=2
  [2] http://marc.info/?l=u-boot&m=128818733126234&w=2
  [3] http://marc.info/?l=u-boot&m=128818664024766&w=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



More information about the U-Boot mailing list