Skip to content
Snippets Groups Projects
  1. Apr 28, 2010
  2. Apr 24, 2010
    • Anatolij Gustschin's avatar
      mpc512x: add multi serial PSC support · e3b28e67
      Anatolij Gustschin authored
      
      Extend mpc512x serial driver to support multiple PSC ports.
      
      Subsequent patches for PDM360NG board support make use of this
      functionality by defining CONFIG_SERIAL_MULTI in the board config
      file. Additionally the used PSC devices are specified by defining
      e.g. CONFIG_SYS_PSC1, CONFIG_SYS_PSC4 and CONFIG_SYS_PSC6.
      
      Support for PSC devices other than 1, 3, 4 and 6 is not added
      by this patch because these aren't used currently. In the future
      it can be easily added using DECLARE_PSC_SERIAL_FUNCTIONS(N) and
      INIT_PSC_SERIAL_STRUCTURE(N) macros in cpu/mpc512x/serial.c.
      Additionally you have to add code for registering added
      devices in serial_initialize() in common/serial.c.
      
      Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
      e3b28e67
  3. Apr 21, 2010
  4. Apr 10, 2010
  5. Apr 09, 2010
  6. Apr 08, 2010
    • Kim B. Heino's avatar
      USB storage probe · fac71cc4
      Kim B. Heino authored
      
      While debugging one ill behaving USB device I found two bugs in USB
      storage probe.
      
      usb_stor_get_info() returns -1 (error), 0 (skip) or 1 (ok). First part
      of this patch fixes error case.
      
      Second part fixes usb_inquiry()'s retry counter handling. Original code
      had retry = -1 on error case, not retry = 0 as checked in the next line.
      
      Signed-off-by: default avatarKim B. Heino <Kim.Heino@bluegiga.com>
      fac71cc4
    • Kim B. Heino's avatar
      USB storage count · aaad108b
      Kim B. Heino authored
      
      Here's another USB storage patch. Currently U-Boot handles storage
      devices #0 - #4 as valid devices, even if there is none connected. This
      patch fixes usb_stor_get_dev() to check detected device count instead
      of MAX-define.
      
      This is very important for ill behaving devices. usb_dev_desc[] can be
      partially initialized if device probe fails.
      
      After fixing get_dev() it was easy to fix "usb part" etc commands.
      Previously it outputed "Unknown partition table" five times, now it's
      "no USB devices available".
      
      Signed-off-by: default avatarKim B. Heino <Kim.Heino@bluegiga.com>
      aaad108b
  7. Apr 07, 2010
  8. Mar 29, 2010
  9. Mar 27, 2010
  10. Mar 24, 2010
  11. Mar 23, 2010
  12. Mar 21, 2010
  13. Mar 12, 2010
  14. Mar 11, 2010
  15. Feb 23, 2010
  16. Feb 07, 2010
  17. Feb 03, 2010
Loading