[U-Boot] [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-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

-----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-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
Hi Wolfgang,
Did you get chance to look at this series?
~sanjeev

Dear "Premi, Sanjeev",
In message B85A65D85D7EB246BE421B3FB0FBB5930234821B8C@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
participants (3)
-
Premi, Sanjeev
-
Sanjeev Premi
-
Wolfgang Denk