[U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree

Liew Tsi Chung Tsi-chung.Liew at freescale.com
Thu Jan 10 01:01:35 CET 2008


Wolfgang and all u-boot users,
 
>Your repository contains a lot of patches that have never been
> posted on the mailing list before. Especially changes that affect 
> global files like the ones marked below *must* be reviewed on the > list *before* you send a pull request.

>   Makefile                              |   84 ++
>   drivers/pci/pci_auto.c                |    6 +
>   drivers/usb/usb_ohci.c                |    1 +

The changes to the makefile (same as README, MAKEALL, etc) is that we have four new platforms added - M5373EVB, M52277EVB, M5475EVB and M5485EVB. Also, added a dma folder under drivers. (libdma.a in Makefile as well.) M5475EVB and M5485EVB use DMA for FEC transfer (same as Alaska8220)

There is no general routine to skip pci host bridge in pci_auto.c, so added CONFIG_SKIPPCI_HOSTBRIDGE to bypass the host bridge. Affected platforms - M54455EVB, M5475EVB, M5485EVB and Alaska8220 if patch is not applied.

M5475EVB has Philips 1561 PCI-USB OHCI host controller, just added its PCI Vendor ID and Device ID so that the usb ohci drivers able to recognize and configure the driver probably.

Originally, I thought the merge is going to close tomorrow. I did it in a rush without posted on the mailing list. Until you sent out an email today about extend the window til 17. And, sorry to hear about the network problem at your home.

These patches do not affect globally, except files in dma that need to add #ifdef ... #endif in each .c file.

Regards,
TsiChung




More information about the U-Boot mailing list