Adam Wilkinson <[EMAIL PROTECTED]> writes:

> Greetings All,
> 
> I've been thinking about booting over the parallel port, probably using EPP.
> If the serial port boot is trivial (Eric) then presumably (naive or what?) a
> parallel port boot is trivial and much faster, especially if the hardware
> handshaking facilities of EPP are used (base port +3/4).
> 
> I'm looking at both the Am30LV0064D + uC (AMD 8Mbyte FLASH device with 8 bit
> interface and address auto increment) and another Linux machine (+FIFO) as a
> source of parallel data for the boot process.
> 
> Is this complete idiocy on my behalf?

No.  It is a different configuration and it will take some work.
Part of the reason that serial is trivial is that we already have 
a serial port driver for doing serial console.

LinuxBIOS is there to enpower you to do interesting things at the
firmware level.

The thing to be careful of is that while booting over the serial
port is trivial, and works well enough in a development situation, 
it isn't reliable enough to use in production without some error
detection.

Even with the description I can't imagine when parallel port booting
would be a good deal.

Eric

Reply via email to