ppc: qemu: Move board directory from board/freescale to board/emulation
authorBin Meng <bmeng.cn@gmail.com>
Thu, 25 Feb 2021 09:22:58 +0000 (17:22 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 5 Mar 2021 04:55:44 +0000 (10:25 +0530)
board/emulation is the place for other QEMU targets like x86, arm,
riscv. Let's move the qemu-ppce500 board codes there.

List me as a co-maintainer for this board.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/powerpc/cpu/mpc85xx/Kconfig
board/emulation/qemu-ppce500/Kconfig [moved from board/freescale/qemu-ppce500/Kconfig with 86% similarity]
board/emulation/qemu-ppce500/MAINTAINERS [moved from board/freescale/qemu-ppce500/MAINTAINERS with 67% similarity]
board/emulation/qemu-ppce500/Makefile [moved from board/freescale/qemu-ppce500/Makefile with 100% similarity]
board/emulation/qemu-ppce500/qemu-ppce500.c [moved from board/freescale/qemu-ppce500/qemu-ppce500.c with 99% similarity]

index 1a4e0b9..124c22f 100644 (file)
@@ -1415,6 +1415,7 @@ config SYS_FSL_LBC_CLK_DIV
 config FSL_VIA
        bool
 
+source "board/emulation/qemu-ppce500/Kconfig"
 source "board/freescale/corenet_ds/Kconfig"
 source "board/freescale/mpc8541cds/Kconfig"
 source "board/freescale/mpc8548cds/Kconfig"
@@ -1423,7 +1424,6 @@ source "board/freescale/mpc8568mds/Kconfig"
 source "board/freescale/p1010rdb/Kconfig"
 source "board/freescale/p1_p2_rdb_pc/Kconfig"
 source "board/freescale/p2041rdb/Kconfig"
-source "board/freescale/qemu-ppce500/Kconfig"
 source "board/freescale/t102xrdb/Kconfig"
 source "board/freescale/t104xrdb/Kconfig"
 source "board/freescale/t208xqds/Kconfig"
similarity index 86%
rename from board/freescale/qemu-ppce500/Kconfig
rename to board/emulation/qemu-ppce500/Kconfig
index 236cd17..4312d98 100644 (file)
@@ -4,7 +4,7 @@ config SYS_BOARD
        default "qemu-ppce500"
 
 config SYS_VENDOR
-       default "freescale"
+       default "emulation"
 
 config SYS_CONFIG_NAME
        default "qemu-ppce500"
similarity index 67%
rename from board/freescale/qemu-ppce500/MAINTAINERS
rename to board/emulation/qemu-ppce500/MAINTAINERS
index e70c095..7317983 100644 (file)
@@ -1,6 +1,7 @@
 QEMU-PPCE500 BOARD
 M:     Alexander Graf <agraf@csgraf.de>
+M:     Bin Meng <bmeng.cn@gmail.com>
 S:     Maintained
-F:     board/freescale/qemu-ppce500/
+F:     board/emulation/qemu-ppce500/
 F:     include/configs/qemu-ppce500.h
 F:     configs/qemu-ppce500_defconfig
similarity index 99%
rename from board/freescale/qemu-ppce500/qemu-ppce500.c
rename to board/emulation/qemu-ppce500/qemu-ppce500.c
index 7d711b8..daa103c 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2007,2009-2014 Freescale Semiconductor, Inc.
+ * Copyright (C) 2021, Bin Meng <bmeng.cn@gmail.com>
  */
 
 #include <common.h>