On Thu, Dec 18, 2008 at 11:51 AM, Myles Watson mylesgw@gmail.com wrote:
On Thu, Dec 18, 2008 at 11:41 AM, Marc Jones marcj303@gmail.com wrote:
On Wed, Dec 17, 2008 at 1:42 PM, Myles Watson mylesgw@gmail.com wrote:
serengeti.diff and dtc-links.diff make serengeti find all of its devices correctly.
serengeti.diff
- takes out the multiple links for the Opteron (they weren't working
correctly)
- adds the 8132 devices and makes them pci_a so they don't conflict with
the
8111
- corrects the disabled flags (I think we should have a build error
somewhere when there are incorrect flags)
- moves the lpc device to the lpc bus
- adds back in the second Opteron
Signed-off-by: Myles Watson mylesgw@gmail.com
Acked-by: Marc Jones marcj303@gmail.com But what about amd8151?
I don't know how to put it in correctly right now. There isn't a working way to represent multiple busses from a single device in the dts. Since I can't test the 8151 (free version of SimNow), this is as complete as I can make it.
I forgot to add that it should fine if we just add the 8151 anywhere in the dts. That will make the drivers get compiled in, and then it will be found and initialized correctly. It's not pretty though.
Thanks, Myles