Let's first do AM2. Then nvidia south. And so on.
OK, I am going to apply Cristi's patch, and, if it looks good, commit. Then we can do nvidia south. From Cristi's patch:
--- /dev/null +++ b/src/cpu/amd/microcode/Makefile.inc @@ -0,0 +1 @@ +obj-y += microcode.o
Let's not create a whole file for one obj. Can we just put that in socket_AM2/Makefile.inc like the intel sockets do?
obj-y += ../microcode/microcode.o
Thanks, Myles