Anatolij Gustschin
e3b28e6732
mpc512x: add multi serial PSC support
...
Extend mpc512x serial driver to support multiple PSC ports.
Subsequent patches for PDM360NG board support make use of this
functionality by defining CONFIG_SERIAL_MULTI in the board config
file. Additionally the used PSC devices are specified by defining
e.g. CONFIG_SYS_PSC1, CONFIG_SYS_PSC4 and CONFIG_SYS_PSC6.
Support for PSC devices other than 1, 3, 4 and 6 is not added
by this patch because these aren't used currently. In the future
it can be easily added using DECLARE_PSC_SERIAL_FUNCTIONS(N) and
INIT_PSC_SERIAL_STRUCTURE(N) macros in cpu/mpc512x/serial.c.
Additionally you have to add code for registering added
devices in serial_initialize() in common/serial.c.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
2010-04-24 22:56:30 +02:00
..
2009-06-12 20:47:16 +02:00
2010-03-24 11:08:53 -05:00
2009-06-12 20:47:16 +02:00
2010-04-09 23:37:06 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2010-04-01 11:28:32 +02:00
2009-12-02 23:46:45 +01:00
2009-07-18 00:27:46 +02:00
2009-06-12 20:47:16 +02:00
2010-01-18 00:44:13 +01:00
2009-06-12 20:47:16 +02:00
2009-12-02 23:28:10 +01:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-11-23 00:06:11 +01:00
2010-01-18 00:42:37 +01:00
2009-07-27 00:15:53 +02:00
2009-11-23 00:06:11 +01:00
2009-07-28 22:38:53 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-12-08 22:14:07 +01:00
2009-07-19 19:36:14 +02:00
2009-06-12 20:47:16 +02:00
2009-11-23 00:06:12 +01:00
2010-03-29 13:29:12 +02:00
2009-12-08 22:14:07 +01:00
2009-06-12 20:47:16 +02:00
2009-12-02 23:23:20 +01:00
2010-02-24 00:09:45 +01:00
2010-01-26 00:07:50 +01:00
2009-12-21 21:39:59 +01:00
2009-09-22 23:03:24 +02:00
2009-07-18 00:27:46 +02:00
2009-06-12 20:47:16 +02:00
2009-12-21 21:39:59 +01:00
2009-06-12 20:47:16 +02:00
2009-12-02 23:46:45 +01:00
2009-06-12 20:47:16 +02:00
2009-12-02 23:23:20 +01:00
2010-03-21 16:44:04 +01:00
2010-01-26 23:17:49 -06:00
2010-03-21 22:44:59 +01:00
2010-03-23 14:29:10 -05:00
2009-09-22 23:03:24 +02:00
2009-10-27 20:58:25 +01:00
2009-12-08 22:14:07 +01:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-10-07 09:15:26 +02:00
2009-06-12 20:47:16 +02:00
2009-07-17 22:15:27 +02:00
2009-06-12 20:47:16 +02:00
2010-03-21 22:44:43 +01:00
2009-10-24 22:44:18 +02:00
2009-09-22 23:03:24 +02:00
2009-06-12 20:47:16 +02:00
2009-06-14 20:01:04 -04:00
2009-06-12 20:47:16 +02:00
2009-07-18 00:27:46 +02:00
2009-11-23 00:06:13 +01:00
2009-07-23 21:33:02 +02:00
2010-04-09 16:30:29 +02:00
2009-07-09 13:04:25 +02:00
2009-06-12 20:47:16 +02:00
2010-04-08 21:40:00 +02:00
2009-11-23 00:06:11 +01:00
2009-06-12 20:47:16 +02:00
2010-03-12 23:06:04 +01:00
2009-06-12 20:47:16 +02:00
2009-11-23 00:06:11 +01:00
2010-03-21 22:22:53 +01:00
2009-03-30 13:33:50 -05:00
2010-04-10 00:30:27 +02:00
2009-10-03 10:17:57 +02:00
2009-08-09 22:41:42 +02:00
2010-03-12 23:06:04 +01:00
2009-10-27 20:46:31 +01:00
2009-08-09 22:41:42 +02:00
2009-08-09 22:41:42 +02:00
2010-01-27 14:22:41 -06:00
2009-08-09 22:41:42 +02:00
2009-08-09 22:41:42 +02:00
2010-01-06 16:28:00 -06:00
2009-08-09 22:41:42 +02:00
2009-12-02 22:53:51 +01:00
2010-04-07 00:08:18 -05:00
2008-10-18 21:54:03 +02:00
2009-10-03 10:17:57 +02:00
2009-07-16 22:23:53 +02:00
2010-01-25 23:58:29 +01:00
2009-07-18 00:27:46 +02:00
2009-06-12 20:45:48 +02:00
2010-01-18 00:23:00 +01:00
2010-04-21 23:42:38 +02:00
2010-03-24 11:23:15 +01:00
2009-03-28 20:16:16 +01:00
2010-04-10 23:31:31 +02:00
2010-01-18 00:44:13 +01:00
2010-03-12 00:19:11 +01:00
2009-06-12 20:45:47 +02:00
2010-04-24 22:56:30 +02:00
2009-10-03 10:17:57 +02:00
2009-06-12 20:45:48 +02:00
2008-10-18 21:54:03 +02:00
2009-12-20 12:47:37 +01:00
2010-04-08 21:40:00 +02:00
2010-02-03 22:06:59 +01:00
2009-07-19 21:37:02 +02:00