On Fri, Sep 07, 2007 at 12:58:44PM -0700, ron minnich wrote:
This is the initial config for the ALIX1 Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Nice, but needs some fixing I think:
$ ./buildtarget pcengines/ALIX1 build_dir=pcengines/ALIX1/ALIX1 No linuxbios config script found. Rebuilding it.. Input Grammar: /tmp/v2/util/newconfig/config.g Output File: pcengines/ALIX1/ALIX1/config.py Configuring TARGET ALIX1 Will place Makefile, crt0.S, etc. in pcengines/ALIX1/ALIX1 ===> ERROR: Could not open file "/tmp/v2/src/mainboard/pcengines/ALIX1/Options.lb" pcengines/ALIX1/Config.lb:0
Index: src/mainboard/pcengines/ALIX1/Config.lb
Please use all-lowercase for the directory name on the filesystem, i.e.
src/mainboard/pcengines/alix1
But use the correct name when referring to the board in strings or comments or READMEs etc.
Is this the board we're talking about?
http://www.pcengines.ch/alix1c.htm
In that case the directory name should be 'alix1c' IMO, and the full name should be 'ALIX1.C' as per website and vendor PDF.
Index: targets/pcengines/ALIX1/Config.lb
--- targets/pcengines/ALIX1/Config.lb (revision 0) +++ targets/pcengines/ALIX1/Config.lb (revision 0) @@ -0,0 +1,26 @@ +target ALIX1
target alix1c
+mainboard pcengines/ALIX1
mainboard pcengines/alix1c
Do you have a full list of tested and working devices (floppy, USB, IDE, audio, etc. etc. as appropriate for this board)? And even more important a list of stuff which does _not_ yet work?
Uwe.