All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH 00/27] disable virtual terminal support for QorIQ targets
@ 2015-09-01  3:48 Zhenhua Luo
  2015-09-01  3:48 ` PATCH 01/27] b4420qds(-64b): disable virtual terminal support Zhenhua Luo
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: Zhenhua Luo @ 2015-09-01  3:48 UTC (permalink / raw)
  To: meta-freescale

This patches series disable the virtual terminal support for QorIQ targets
by default.

Zhenhua Luo (27):
  b4420qds(-64b): disable virtual terminal support
  b4860qds(-64b): disable virtual terminal support
  bsc9131rdb: disable virtual terminal support
  bsc9132qds: disable virtual terminal support
  c293pcie: disable virtual terminal support
  ls1021atwr: disable virtual terminal support
  p1010rdb: disable virtual terminal support
  p1020rdb: disable virtual terminal support
  p1021rdb: disable virtual terminal support
  p1022ds: disable virtual terminal support
  p1023rdb: disable virtual terminal support
  p1025twr: disable virtual terminal support
  p2020rdb: disable virtual terminal support
  p2041rdb: disable virtual terminal support
  p3041ds: disable virtual terminal support
  p4080ds: disable virtual terminal support
  p5020ds(-64b): disable virtual terminal support
  p5040ds(-64b): disable virtual terminal support
  t1023rdb(-64b): disable virtual terminal support
  t1024rdb(-64b): disable virtual terminal support
  t1040d4rdb(-64b): disable virtual terminal support
  t1042d4rdb(-64b): disable virtual terminal support
  t2080qds(-64b): disable virtual terminal support
  t2080rdb(-64b): disable virtual terminal support
  t4160qds(-64b): disable virtual terminal support
  t4240qds(-64b): disable virtual terminal support
  t4240rdb(-64b): disable virtual terminal support

 conf/machine/b4420qds-64b.conf   | 2 ++
 conf/machine/b4420qds.conf       | 2 ++
 conf/machine/b4860qds-64b.conf   | 2 ++
 conf/machine/b4860qds.conf       | 2 ++
 conf/machine/bsc9131rdb.conf     | 2 ++
 conf/machine/bsc9132qds.conf     | 2 ++
 conf/machine/c293pcie.conf       | 2 ++
 conf/machine/ls1021atwr.conf     | 2 ++
 conf/machine/p1010rdb.conf       | 2 ++
 conf/machine/p1020rdb.conf       | 2 ++
 conf/machine/p1021rdb.conf       | 2 ++
 conf/machine/p1022ds.conf        | 2 ++
 conf/machine/p1023rdb.conf       | 2 ++
 conf/machine/p1025twr.conf       | 2 ++
 conf/machine/p2020rdb.conf       | 2 ++
 conf/machine/p2041rdb.conf       | 2 ++
 conf/machine/p3041ds.conf        | 2 ++
 conf/machine/p4080ds.conf        | 2 ++
 conf/machine/p5020ds-64b.conf    | 2 ++
 conf/machine/p5020ds.conf        | 2 ++
 conf/machine/p5040ds-64b.conf    | 2 ++
 conf/machine/p5040ds.conf        | 2 ++
 conf/machine/t1023rdb-64b.conf   | 2 ++
 conf/machine/t1023rdb.conf       | 2 ++
 conf/machine/t1024rdb-64b.conf   | 2 ++
 conf/machine/t1024rdb.conf       | 2 ++
 conf/machine/t1040d4rdb-64b.conf | 2 ++
 conf/machine/t1040d4rdb.conf     | 2 ++
 conf/machine/t1042d4rdb-64b.conf | 2 ++
 conf/machine/t1042d4rdb.conf     | 2 ++
 conf/machine/t2080qds-64b.conf   | 2 ++
 conf/machine/t2080qds.conf       | 2 ++
 conf/machine/t2080rdb-64b.conf   | 2 ++
 conf/machine/t2080rdb.conf       | 2 ++
 conf/machine/t4160qds-64b.conf   | 2 ++
 conf/machine/t4160qds.conf       | 2 ++
 conf/machine/t4240qds-64b.conf   | 2 ++
 conf/machine/t4240qds.conf       | 2 ++
 conf/machine/t4240rdb-64b.conf   | 2 ++
 conf/machine/t4240rdb.conf       | 2 ++
 40 files changed, 80 insertions(+)

-- 
2.4.3



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

end of thread, other threads:[~2015-09-01  3:45 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01  3:48 PATCH 00/27] disable virtual terminal support for QorIQ targets Zhenhua Luo
2015-09-01  3:48 ` PATCH 01/27] b4420qds(-64b): disable virtual terminal support Zhenhua Luo
2015-09-01  3:48 ` PATCH 02/27] b4860qds(-64b): " Zhenhua Luo
2015-09-01  3:48 ` PATCH 03/27] bsc9131rdb: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 04/27] bsc9132qds: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 05/27] c293pcie: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 06/27] ls1021atwr: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 07/27] p1010rdb: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 08/27] p1020rdb: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 09/27] p1021rdb: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 10/27] p1022ds: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 11/27] p1023rdb: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 12/27] p1025twr: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 13/27] p2020rdb: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 14/27] p2041rdb: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 15/27] p3041ds: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 16/27] p4080ds: " Zhenhua Luo
2015-09-01  3:48 ` PATCH 17/27] p5020ds(-64b): " Zhenhua Luo
2015-09-01  3:49 ` PATCH 18/27] p5040ds(-64b): " Zhenhua Luo
2015-09-01  3:49 ` PATCH 19/27] t1023rdb(-64b): " Zhenhua Luo
2015-09-01  3:49 ` PATCH 20/27] t1024rdb(-64b): " Zhenhua Luo
2015-09-01  3:49 ` PATCH 21/27] t1040d4rdb(-64b): " Zhenhua Luo
2015-09-01  3:49 ` PATCH 22/27] t1042d4rdb(-64b): " Zhenhua Luo
2015-09-01  3:49 ` PATCH 23/27] t2080qds(-64b): " Zhenhua Luo
2015-09-01  3:49 ` PATCH 24/27] t2080rdb(-64b): " Zhenhua Luo
2015-09-01  3:49 ` PATCH 25/27] t4160qds(-64b): " Zhenhua Luo
2015-09-01  3:49 ` PATCH 26/27] t4240qds(-64b): " Zhenhua Luo
2015-09-01  3:49 ` PATCH 27/27] t4240rdb(-64b): " Zhenhua Luo

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.