All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: NCD900 port?
@ 2003-04-25 15:04 ` Dan Aizenstros
  0 siblings, 0 replies; 20+ messages in thread
From: Dan Aizenstros @ 2003-04-25 15:04 UTC (permalink / raw)
  To: coldwell; +Cc: linux-mips

Hello Chip,

The V320USC has a boot EEPROM that is used to configure
it. If it is socketed on the board than I would suggest
you remove it and put it in a device programmer and dump
its contents. From the EEPROM contents you can find out
some of the memory map of the system.

You would be able to find out the base address of the
V320USC registers which do not have a fixed address and
could be located anywhere in the KSEG1 region.

You would be able to find out the base address of the
chips selects for the local bus.

Without a memory map from NCD you will probably have
to probe around to find the addresses of the devices
attached to the local bus.

You may have to write drivers for the devices attached
to the local bus.

Devices attached to the PCI bus will be easy to probe
using configuration cycles.

As for the bootloader, if it downloads binary images
than you need to know what start address is expects
so that you can compile linux to run from that address.
If it can download ELF or S3 records than it will
probably use the start address in the kernel image.
Do you get a bootloader prompt on startup? Or does
it just launch straight into X.

-- Dan A.

>>> Chip Coldwell <coldwell@frank.harvard.edu> 04/25/03 07:21 AM >>>
On Fri, 25 Apr 2003, Dan Aizenstros wrote:
> 
> The V320USC is fully documented and manuals are
> available if you want them. The QuickLogic web site
> is a bit out of date with respect to the Linux support.
> I am tracking the linux-mips CVS tree and I can send
> you a patch sometime next week. However, the patch will
> be for our Hurricane board and so you will have to make
> changes to support the NCD device.

I found the documentation on line; it looks very thorough. I also
found the (little-endian) toolchain on your website, which is very
convenient.

The first big stumbling block will be to guess the base address where
the bridge is located.  I see in your Hurricane board it's found at
0xBC000000; is there any reason to hope that NCD would locate it in
the same place or is this pretty much an arbitrary decision?

> Can you provide any information about the bootloader?
> Does it support loading of ELF images?

I really don't know.  If it doesn't, I suppose could give it a
compressed kernel image.  Or would this require some monkeying around
with head.S?

> Also, do you know what endian the machine is using.
> The Linux port is mostly tested little endian and
> may need some work to get big endian going.

That I don't know.  If I had to guess I would say big-endian just
because of the cultural background that NCD comes from.

I'm going to do some experiments over the weekend and try to come up
with some answers to these questions.

Chip

-- 
Charles  M. "Chip" Coldwell
"Turn on, log in, tune out"

^ permalink raw reply	[flat|nested] 20+ messages in thread
[parent not found: <sea8dc20.085@quicklogic.com>]
* Re: NCD900 port?
@ 2003-04-25 13:56 ` Dan Aizenstros
  0 siblings, 0 replies; 20+ messages in thread
From: Dan Aizenstros @ 2003-04-25 13:56 UTC (permalink / raw)
  To: coldwell, kevink; +Cc: linux-mips

Hello Chip,

The V320USC is fully documented and manuals are
available if you want them. The QuickLogic web site
is a bit out of date with respect to the Linux support.
I am tracking the linux-mips CVS tree and I can send
you a patch sometime next week. However, the patch will
be for our Hurricane board and so you will have to make
changes to support the NCD device.

Can you provide any information about the bootloader?
Does it support loading of ELF images?

Also, do you know what endian the machine is using.
The Linux port is mostly tested little endian and
may need some work to get big endian going.

Regards,

Dan Aizenstros

>>> Chip Coldwell <coldwell@frank.harvard.edu> 04/24/03 15:51 PM >>>
On Thu, 24 Apr 2003, Chip Coldwell wrote:

> On Thu, 24 Apr 2003, Kevin D. Kissell wrote:
> > 
> > What PCI bridge is being used?  Galileo?
> 
> Good question.  Short answer: I don't know.  I'll pry off the hood
> and take a peek at what's on the board, unless this is something that
> shares a die with the CPU.

It was easy to identify once I took off the cover.  The PCI bridge is
made by V3 Semiconductor (now a part of QuickLogic?), part number
V32OUSC-75LP (Rev. B1):

http://www.quicklogic.com/home.asp?PageID=235&sMenuID=126

Is this the one called "Galileo"?

There's also two RS-232 line drivers/receivers, MAX3185 made by Maxim
(now part of Dallas Semiconductor) and some nearby Samsung parts that
I suppose are probably UARTs (this thing has two serial ports).  I
would guess that getting something to come out on a serial console is
going to be my first step.

Digitally signed images and bootloaders that enforce them sounds
particularly nasty.  That's a show topper for me, if it turns out to
be that way.

Chip

-- 
Charles  M. "Chip" Coldwell
"Turn on, log in, tune out"

^ permalink raw reply	[flat|nested] 20+ messages in thread
* NCD900 port?
@ 2003-04-24 20:20 Chip Coldwell
  2003-04-24 20:57 ` Alan Cox
  2003-04-24 21:51   ` Kevin D. Kissell
  0 siblings, 2 replies; 20+ messages in thread
From: Chip Coldwell @ 2003-04-24 20:20 UTC (permalink / raw)
  To: linux-mips


I'm facing a ~$1K site license charge for NCD's NCBridge software for
their NC948 X Terminals, and since my site consists of exactly three
of these things that I bought for less than $250 each I'm balking a
bit.

The NC948 consists of a 165 MHz QED RM5231, S3 Savage4 graphics
controller, and an AMD PCnet NIC of some sort.  It doesn't seem like
there's anything in that set that Linux or XFree86 wouldn't be happy
to run.

To be completely explicit what I'm proposing is to run Linux on the X
Terminal (as opposed to the server that provides boot image, xdm,
etc.).  My question is: has anybody done it or does anybody know a
reason why it can't be done?

Chip

-- 
Charles  M. "Chip" Coldwell
"Turn on, log in, tune out"

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2003-04-27 20:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-25 15:04 NCD900 port? Dan Aizenstros
2003-04-25 15:04 ` Dan Aizenstros
     [not found] <sea8dc20.085@quicklogic.com>
2003-04-25 14:18 ` Chip Coldwell
2003-04-25 14:18   ` Chip Coldwell
2003-04-27 20:08   ` Brad Parker
  -- strict thread matches above, loose matches on Subject: below --
2003-04-25 13:56 Dan Aizenstros
2003-04-25 13:56 ` Dan Aizenstros
2003-04-24 20:20 Chip Coldwell
2003-04-24 20:57 ` Alan Cox
2003-04-24 21:51 ` Kevin D. Kissell
2003-04-24 21:51   ` Kevin D. Kissell
2003-04-24 21:48   ` Chip Coldwell
2003-04-24 22:48     ` Chip Coldwell
2003-04-25  6:53       ` Kevin D. Kissell
2003-04-25  6:53         ` Kevin D. Kissell
2003-04-25  8:39         ` Sander Wichers
2003-04-25  8:39           ` Sander Wichers
2003-04-25  1:46   ` Brad Parker
2003-04-25  2:17     ` Chip Coldwell
2003-04-27 20:01       ` Brad Parker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.