I realize that these boards are old. If I were new to coreboot and wanted to experiment with it, I might be looking at boards like this one. You can get them for $39 with 2 CPUs (refurbished).
Build tested but not boot tested.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
Currently, because they are so simple, we don't have makefile.inc files for i2c drivers. see serengeti_cheetah: driver-y += ../../../drivers/i2c/i2cmux/i2cmux.o
This is admittedly inconsistent, but it saves a lot of unnecessary makefile.inc stuff.
So I don't think we need the Makefile.inc for the i2c parts.
$39 for those boards is pretty attractive, do you have a link?
ron
On Wed, Sep 23, 2009 at 10:56 AM, ron minnich rminnich@gmail.com wrote:
Currently, because they are so simple, we don't have makefile.inc files for i2c drivers. see serengeti_cheetah: driver-y += ../../../drivers/i2c/i2cmux/i2cmux.o
Should it be a driver? In the old config it was just an object.
This is admittedly inconsistent, but it saves a lot of unnecessary makefile.inc stuff.
No problem. I just missed it.
$39 for those boards is pretty attractive, do you have a link?
http://www.pacificgeek.com/product.asp?id=847374
$35 if you buy 100 or more :)
Thanks, Myles
On Wed, Sep 23, 2009 at 11:13:11AM -0600, Myles Watson wrote:
On Wed, Sep 23, 2009 at 10:56 AM, ron minnich rminnich@gmail.com wrote:
Currently, because they are so simple, we don't have makefile.inc files for i2c drivers. see serengeti_cheetah: driver-y += ../../../drivers/i2c/i2cmux/i2cmux.o
Should it be a driver? In the old config it was just an object.
This is admittedly inconsistent, but it saves a lot of unnecessary makefile.inc stuff.
No problem. I just missed it.
$39 for those boards is pretty attractive, do you have a link?
Argh, can not resist. Ordered :) Good for spare parts, too - I've still got a couple of those out in the field...
Thanks, Ward.
On Wed, Sep 23, 2009 at 10:56 AM, ron minnich rminnich@gmail.com wrote:
Currently, because they are so simple, we don't have makefile.inc files for i2c drivers. see serengeti_cheetah: driver-y += ../../../drivers/i2c/i2cmux/i2cmux.o
Second try.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles