
On Nov 17, 2006, at 3:34 PM, Paul Gortmaker wrote:
Hi folks,
I've attached my patches below that add support for the Wind River SBC8347E/9E boards. Most of my testing has been done on the SBC8349E variant, but earlier versions were also tested on the SBC8347E.
Patches are against the recently released 1.1.6 version of U-Boot.
Thanks to the implementation for the MPC8349 by the folks at Freescale, a lot of the heavy lifting was already done. Of course there were still the usual handfull of "gotcha"s. PCI is also supported, and I've tested with an intel e1000 card. I've left PCI off by default though, since there were early rev CPUs that had PCI issues.
Outside of the typical core board files, the only thing I had to update was the TSEC driver to add support for a new PHY type (Broadcom).
I think I've got all the extra details to make it ready for inclusion (e.g. updated MAKEALL, provided a README, etc.) but if there is something I need to change/add/update, just let me know and I'll take care of it next week.
Glancing at your patch it doesn't look like you are enabling the flat device tree support. I'd recommend fixing that since its a requirement for boot future linux kernel's.
- kumar