All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christophe Leroy <christophe.leroy@c-s.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 01/11] Revert "powerpc, 5xx: remove some "5xx" remains"
Date: Wed, 21 Jun 2017 17:08:48 +0200 (CEST)	[thread overview]
Message-ID: <edd9e7460d9d80b3a2436e3d76a5e9a5a7cdc4b1.1497591422.git.christophe.leroy@c-s.fr> (raw)
In-Reply-To: <cover.1497591422.git.christophe.leroy@c-s.fr>

This reverts commit b9f7d8817424bb328d5eac9b16196a1189b8b6f5.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 drivers/serial/serial.c     | 1 +
 include/serial.h            | 1 +
 tools/buildman/func_test.py | 1 +
 tools/buildman/test.py      | 1 +
 4 files changed, 4 insertions(+)

diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index f2bd0e404c..c3dd8a94b1 100644
--- a/drivers/serial/serial.c
+++ b/drivers/serial/serial.c
@@ -223,6 +223,7 @@ void serial_initialize(void)
 	max3100_serial_initialize();
 	mcf_serial_initialize();
 	ml2_serial_initialize();
+	mpc5xx_serial_initialize();
 	mpc85xx_serial_initialize();
 	mpc8xx_serial_initialize();
 	mxc_serial_initialize();
diff --git a/include/serial.h b/include/serial.h
index a5b555d14c..30de3ac954 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -184,6 +184,7 @@ void marvell_serial_initialize(void);
 void max3100_serial_initialize(void);
 void mcf_serial_initialize(void);
 void ml2_serial_initialize(void);
+void mpc5xx_serial_initialize(void);
 void mpc85xx_serial_initialize(void);
 void mpc8xx_serial_initialize(void);
 void mxc_serial_initialize(void);
diff --git a/tools/buildman/func_test.py b/tools/buildman/func_test.py
index bc32f61733..d439e17db6 100644
--- a/tools/buildman/func_test.py
+++ b/tools/buildman/func_test.py
@@ -39,6 +39,7 @@ boards = [
     ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 1', 'board0',  ''],
     ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 2', 'board1', ''],
     ['Active', 'powerpc', 'powerpc', '', 'Tester', 'PowerPC board 1', 'board2', ''],
+    ['Active', 'powerpc', 'mpc5xx', '', 'Tester', 'PowerPC board 2', 'board3', ''],
     ['Active', 'sandbox', 'sandbox', '', 'Tester', 'Sandbox board', 'board4', ''],
 ]
 
diff --git a/tools/buildman/test.py b/tools/buildman/test.py
index 53ebc3756c..ed2a3a8929 100644
--- a/tools/buildman/test.py
+++ b/tools/buildman/test.py
@@ -89,6 +89,7 @@ boards = [
     ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 1', 'board0',  ''],
     ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 2', 'board1', ''],
     ['Active', 'powerpc', 'powerpc', '', 'Tester', 'PowerPC board 1', 'board2', ''],
+    ['Active', 'powerpc', 'mpc5xx', '', 'Tester', 'PowerPC board 2', 'board3', ''],
     ['Active', 'sandbox', 'sandbox', '', 'Tester', 'Sandbox board', 'board4', ''],
 ]
 
-- 
2.12.0

  reply	other threads:[~2017-06-21 15:08 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-21 15:08 [U-Boot] [PATCH 00/11] powerpc, 8xx: restore support Christophe Leroy
2017-06-21 15:08 ` Christophe Leroy [this message]
2017-06-21 15:08 ` [U-Boot] [PATCH 02/11] Revert "powerpc, 82xx: remove some missed mpc82xx remains" Christophe Leroy
2017-06-21 15:08 ` [U-Boot] [PATCH 03/11] Revert "powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x" Christophe Leroy
2017-06-21 15:08 ` [U-Boot] [PATCH 04/11] Revert "powerpc, 5xx: remove support for 5xx" Christophe Leroy
2017-06-21 15:08 ` [U-Boot] [PATCH 05/11] Revert "powerpc, 8260: remove support for mpc8260" Christophe Leroy
2017-06-21 15:08 ` [U-Boot] [PATCH 06/11] Revert "powerpc, 8xx: remove support for 8xx" Christophe Leroy
2017-06-21 15:09 ` [U-Boot] [PATCH 07/11] powerpc, 8xx: remove support for outdated platforms Christophe Leroy
2017-06-21 15:09 ` [U-Boot] [PATCH 08/11] powerpc, 8260: remove support for mpc8260 Heiko Schocher
2017-06-21 15:09 ` [U-Boot] [PATCH 09/11] powerpc, 5xx: remove support for 5xx Heiko Schocher
2017-06-21 15:09 ` [U-Boot] [PATCH 10/11] powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x Heiko Schocher
2017-06-21 15:09 ` [U-Boot] [PATCH 11/11] powerpc, 8xx: Add a directory for soon to come boards from CSSI Christophe Leroy
2017-06-21 15:22   ` Tom Rini
2017-06-21 15:51     ` Heiko Schocher
2017-06-21 16:43       ` Tom Rini
2017-06-21 16:47       ` Christophe LEROY
2017-06-22  3:43         ` Heiko Schocher
2017-06-22  7:20     ` Wolfgang Denk
2017-06-22  8:39       ` Christophe LEROY
2017-06-21 15:26 ` [U-Boot] [PATCHv2] powerpc: Restore core of mpc8xx Tom Rini
2017-06-21 21:41   ` Christophe LEROY
2017-06-21 21:43     ` Tom Rini
2017-06-22  8:49       ` Christophe LEROY
2017-06-22  7:30   ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=edd9e7460d9d80b3a2436e3d76a5e9a5a7cdc4b1.1497591422.git.christophe.leroy@c-s.fr \
    --to=christophe.leroy@c-s.fr \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.