Changes between Version 1 and Version 2 of UBoot


Ignore:
Timestamp:
2010-06-18T15:36:06Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UBoot

    v1 v2  
    99 * [http://www.denx.de/wiki/view/DULG/UBootImages 5.13. U-Boot Image Formats]
    1010 * [http://www.denx.de/wiki/view/DULG/UBootStandalone 5.12. U-Boot Standalone Applications]
     11
     12== U-Boot on Openmoko status ==
     13
     14Openmoko uses a private fork of U-Boot (source available in their Git repository) which is not part of the up-stream sources. U-Boot is ''deprecated'' as a booting solution for Openmoko. Nevertheless it still comes as the default loader.
     15
     16Openmoko plan to replace U-Boot with Qi, a stripped down version of Openmoko U-Boot. It has practically no features (no boot menu, no DFU, no API) but it presumably supports u-Boot images as the primary means of booting.
     17
     18Qi does much less HW initialization than U-Boot so it may be necessary to add more HW initialization to HelenOS to support it. (E.g. turning on display backlight).