Linux MIPS Architecture development
 help / color / mirror / Atom feed
* RFC: run-time defining serial ports
@ 2001-07-13  0:50 Jun Sun
  2001-07-13 11:43 ` Ralf Baechle
  2001-07-13 14:20 ` Marc Karasek
  0 siblings, 2 replies; 4+ messages in thread
From: Jun Sun @ 2001-07-13  0:50 UTC (permalink / raw)
  To: linux-mips


As more and more boards are added to Linux-mips tree, many places are getting
crowdier and uglier, including serial.h.  The same thing is true for PPC and
other architectures.

It turns out an easy solution is to let every board sets the serial port
definitions at run-time through calling early_serial_setup() routine.

An easy fix for now is to give a default table size when no serial definition
is given, which at least reserves some slots in the rs_table array.  See the
patch below.

A better solution is probably to provide a config option to define the serial
table size.

A by-product of this arrangement is that you can configure a kernel for
multiple machines.

What do you think?

Jun

diff -Nru include/asm-mips/serial.h.orig include/asm-mips/serial.h
--- include/asm-mips/serial.h.orig      Wed May 16 15:58:29 2001
+++ include/asm-mips/serial.h   Thu Jul 12 17:06:05 2001
@@ -271,3 +271,6 @@
        AU1000_SERIAL_PORT_DEFNS        \
        DDB5477_SERIAL_PORT_DEFNS
 
+#ifnef SERIAL_PORT_DFNS
+#define RS_TABLE_SIZE          4
+#endif

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

end of thread, other threads:[~2001-07-13 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-13  0:50 RFC: run-time defining serial ports Jun Sun
2001-07-13 11:43 ` Ralf Baechle
2001-07-13 14:20 ` Marc Karasek
2001-07-13 14:48   ` Gleb O. Raiko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox