* Christer Weinigel <[EMAIL PROTECTED]> [020312 21:57]: > Note that the Geode GX1+CS5530 that's on the Lippert card is quite a > different beast from the SC2200. The GX1 CPU core is mostly the same, > so the code that has to do with GX_BASE, the 0x22/0x23 config > registers the PCI functions and the RAM sizing should work with minor > modifications. Any code using the SuperIO or the Config Base > Registers will need to be modified. Is there any documenation available on the SC2200? I only found some overview documentation on National's website.
> National have made the data sheets for the GX1 processor and the > CS5530 companion chip available at: > > http://www.national.com/ds/GX/ > http://www.national.com/ds/CS/ There's some documentation available from M-Systems containing a small SC2200 IPL. This contains code to get the DOC mapped correctly. The CS5530 docs don't mention the DOC at all. Does the companion chip lack that feature? I played around with a GXlv/5530 based board, too, but I didn't get the system far enough to get any output except to the post card yet :( Best regards, Stefan Reinauer -- Ok hex 4666 dup negate do i 4000 dup 2* negate do " *" 0 dup 2dup 1e 0 do 2swap * e >>a 2* 5 pick + -rot - j + dup dup * e >>a rot dup dup * e >>a rot swap 2dup + 10000 > if 3drop 3drop " " 0 dup 2dup leave then loop 2drop 2drop type 268 +loop cr drop 5de +loop
