Skip to content
Snippets Groups Projects
  1. Jul 24, 2013
  2. Jul 17, 2013
  3. Jul 03, 2013
  4. Jul 01, 2013
  5. Jun 26, 2013
  6. Jun 20, 2013
  7. Jun 13, 2013
  8. Jun 10, 2013
    • Tom Rini's avatar
      arm: Remove OMAP2420H4 and all omap24xx support · 7f5eef93
      Tom Rini authored
      
      The omap2420H4 was the only mainline omap24xx board.  Prior to being
      fixed by Jon Hunter in time for v2013.04 it had been functionally broken
      for a very long time.  Remove this board as there's not been interest in
      it in U-Boot for quite a long time.
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      7f5eef93
  9. Jun 05, 2013
    • Stephen Warren's avatar
      lcd: add functions to set up simplefb device tree · 6a195d2d
      Stephen Warren authored
      
      simple-framebuffer is a new device tree binding that describes a pre-
      configured frame-buffer memory region and its format. The Linux kernel
      contains a driver that supports this binding. Implement functions to
      create a DT node (or fill in an existing node) with parameters that
      describe the framebuffer format that U-Boot is using.
      
      This will be immediately used by the Raspberry Pi board in U-Boot, and
      likely will be used by the Samsung ARM ChromeBook support soon too. It
      could well be used by many other boards (e.g. Tegra boards with built-in
      LCD panels, which aren't yet supported by the Linux kernel).
      
      Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      6a195d2d
  10. Jun 03, 2013
  11. May 24, 2013
  12. May 21, 2013
  13. May 15, 2013
  14. May 14, 2013
  15. May 13, 2013
  16. May 10, 2013
    • Lokesh Vutla's avatar
      ARM: OMAP5: Fix warm reset with USB cable connected · 0b1b60c7
      Lokesh Vutla authored
      
      Warm reset on OMAP5 freezes when USB cable is connected.
      Fix requires PRM_RSTTIME.RSTTIME1 to be programmed
      with the time for which reset should be held low for the
      voltages and the oscillator to reach stable state.
      
      There are 3 parameters to be considered for calculating
      the time, which are mostly board and PMIC dependent.
      -1- Time taken by the Oscillator to shut + restart
      -2- PMIC OTP times
      -3- Voltage rail ramp times, which inturn depends on the
      PMIC slew rate and value of the voltage ramp needed.
      
      In order to keep the code in u-boot simple, have a way
      for boards to specify a pre computed time directly using
      the 'CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC'
      option. If boards fail to specify the time, use a default
      as specified by 'CONFIG_DEFAULT_OMAP_RESET_TIME_MAX_USEC' instead.
      Using the default value translates into some ~22ms and should work in
      all cases.
      However in order to avoid this large delay hiding other bugs,
      its recommended that all boards look at their respective data
      sheets and specify a pre computed and optimal value using
      'CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC'
      
      In order to help future board additions to compute this
      config option value, add a README at doc/README.omap-reset-time
      which explains how to compute the value. Also update the toplevel
      README with the additional option and pointers to
      doc/README.omap-reset-time.
      
      Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
      [rnayak@ti.com: Updated changelog and added the README]
      Signed-off-by: default avatarRajendra Nayak <rnayak@ti.com>
      0b1b60c7
Loading