[U-Boot-Users] USB custodian repo updates

Markus Klotzbücher mk at denx.de
Wed Jun 6 12:49:09 CEST 2007


Dear List,

The following changes since commit 09444143670c9c2243cb7aba9f70b3713d33bed1:
  Markus Klotzbuecher (1):
        Change duplicate usb_cpu_init_fail to usb_board_init_fail

are found in the git repository at:

  git://www.denx.de/git/u-boot-usb.git

Markus Klotzbuecher (4):
      USB/OHCI: endianness cleanup in the generic ohci driver
      USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
      USB: ohci fixes and cleanup for ppc4xx and yosemite board.
      TRAB, USB: update trab board configuration for use of generic ohci driver

Rodolfo Giometti (2):
      ISP116x: delay for crappy USB keys
      Files include/linux/byteorder/{big,little}_endian.h define

Zhang Wei (3):
      USB event poll support
      USB PCI-OHCI, interrupt pipe and usb event poll support
      Add USB PCI-OHCI, USB keyboard and event poll support to the

 README                        |    3 +
 common/usb_kbd.c              |    6 +-
 cpu/mpc5xxx/usb.c             |   54 ++++++
 cpu/ppc4xx/Makefile           |    2 +-
 cpu/ppc4xx/usb.c              |   50 ++++++
 doc/README.generic_usb_ohci   |   49 ++++--
 drivers/isp116x-hcd.c         |    1 +
 drivers/usb_ohci.c            |  386 ++++++++++++++++++++++++++++++-----------
 drivers/usb_ohci.h            |   12 +-
 drivers/usbtty.c              |    6 +-
 include/configs/IceCube.h     |    9 +-
 include/configs/MPC8641HPCN.h |   13 ++
 include/configs/trab.h        |    3 +-
 include/configs/yosemite.h    |    1 +
 include/usb.h                 |    1 +
 15 files changed, 462 insertions(+), 134 deletions(-)
 create mode 100644 cpu/mpc5xxx/usb.c
 create mode 100644 cpu/ppc4xx/usb.c


This also contains a big endianness cleanup which introduces two new
config options:

CFG_OHCI_BE_CONTROLLER: The ohci controller is big endian
CFG_OHCI_SWAP_REG_ACCESS: For PCI, do byte swapping for register
accesses.

I successfully tested these changes on arm (trab board), ppc4xx
(yosemite) and mpc5xxx (lite5200b).

If no problems show up, i'll ask Wolfgang to pull in about two weeks
(this time really).

Viele Grüße / Best regards

Markus Klotzbücher

--
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de




More information about the U-Boot mailing list