Skip to content
Snippets Groups Projects
  1. Mar 26, 2008
  2. Mar 25, 2008
  3. Mar 24, 2008
    • Yuri Tikhonov's avatar
      lwmon5 SYSMON POST: fix backlight control · 0d48926c
      Yuri Tikhonov authored
      
      If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
      run on the board, then the SYSMON POST controls the display backlight
      (doesn't switch backlight ON if POST FAILED, and does switch the
      backlight ON if PASSED).
      
      If not, then the video driver controls the display backlight (just
      switch ON the backlight upon initialization).
      
      Signed-off-by: default avatarYuri Tikhonov <yur@emcraft.com>
      0d48926c
  4. Mar 23, 2008
  5. Mar 20, 2008
    • Yuri Tikhonov's avatar
      LWMON5: POST RTC fix · b73a19e1
      Yuri Tikhonov authored
      
      Modify the RTC API to provide one a status for the time reported by
      the rtc_get() function:
        0 - a reliable time is guaranteed,
      < 0 - a reliable time isn't guaranteed (power fault, clock issues,
            and so on).
      
      The RTC chip drivers are responsible for providing this info if the
      corresponding chip supports such functionality. If not - always
      report that the time is reliable.
      
      The POST RTC test was modified to detect the RTC faults utilizing
      this new rtc_get() feature.
      
      Signed-off-by: default avatarYuri Tikhonov <yur@emcraft.com>
      b73a19e1
  6. Mar 19, 2008
  7. Mar 16, 2008
  8. Mar 15, 2008
    • Stefan Roese's avatar
      usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver · 2596f5b9
      Stefan Roese authored
      
      This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
      way a board just needs to define this new option to enable the "force
      NoPowerSwitching mode" instead of adding new CPU/architecture defines
      to the USB source itself.
      
      This new option will be used first with the new AMCC 460EX Canyonlands
      board port, which will be posted in a few days.
      
      This patch also fixes a small compilation problem when DEBUG is enabled.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      2596f5b9
    • Stefan Roese's avatar
      rtc: Add M41T62 support · 88aff62d
      Stefan Roese authored
      
      This patch add support for the STM M41T62 RTC. It is used and tested
      on the AMCC Canyonlands 406EX platform.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      88aff62d
  9. Mar 08, 2008
  10. Mar 07, 2008
  11. Mar 03, 2008
  12. Mar 02, 2008
  13. Feb 22, 2008
  14. Feb 21, 2008
    • Michael Schwingen's avatar
      CFI: Do not use uninitialized cmd_reset · 1ba639da
      Michael Schwingen authored
      
      Do not use uninitialized cmd_reset; issue both AMD and Intel reset
      commands instead
      
      From a short test, it looks like AMD-style flash roms treat *any* unknown
      command write as a reset, at least when in CFI Query mode, so issuing the
      Intel reset command to AMD-style flashs seems safe (from the small sample I
      have), plus the 3-cycle magic sequence should kick the state machine into
      the right state even without a reset command. Since the AMD-style flashs
      require the unlock sequence for real operation, I chose to try the AMD reset
      command first, so that Intel flashs do no see an invalid command prior to
      the CFI query.
      
      I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
      plus Intel StrataFlash.
      
      Signed-off-by: default avatarMichael Schwingen <michael@schwingen.org>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      1ba639da
  15. Feb 15, 2008
Loading