This patch adds two more devices to k8. It adds them to the makefile in northbridge/amd/k8, and removes some multiple definitions in k8.h and mainboard.h
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
did you need to do an svn add for the device code?
ron
On Mon, Dec 1, 2008 at 1:52 PM, ron minnich rminnich@gmail.com wrote:
did you need to do an svn add for the device code?
I don't think so. They were already there.
Thanks, Myles
On Mon, Dec 1, 2008 at 2:15 PM, Myles Watson mylesgw@gmail.com wrote:
On Mon, Dec 1, 2008 at 1:52 PM, ron minnich rminnich@gmail.com wrote:
did you need to do an svn add for the device code?
I don't think so. They were already there.
I guess they were only there in my tree :)
Sorry about that. New patch attached.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
I think you can remove all the stuff in the #if 0, we don't care about pre-c0 and pre-d0 on v3.
apeture -> aperture reousce or some such -> resource
There are a few mispellings which we can fix later.
Acked-by: Ronald G. Minnich rminnich@gmail.com
ron
On Tue, Dec 2, 2008 at 2:37 PM, ron minnich rminnich@gmail.com wrote:
I think you can remove all the stuff in the #if 0, we don't care about pre-c0 and pre-d0 on v3.
fixed.
apeture -> aperture reousce or some such -> resource
fixed.
There are a few mispellings which we can fix later.
Acked-by: Ronald G. Minnich rminnich@gmail.com
Rev 1063.
Thanks, Myles