]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 1a4e0b93a647ff0c4ab9d21ceea6ba0e810bebd1..124c22f58a5ddfdc5921755579e54267af9a01f5 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 236cd17f99ea37c0fbdfdf15dd811e0629cc256f..4312d986d835be3808dde8de32f36babcd89ba96 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 e70c095b65a9c09d61f2fd34e5a39d1a73536570..7317983d6a6ddfcc4f838636b24c495521db6d08 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 7d711b8328572a24e0ce0bf2516f35e21e874d17..daa103c5646e255b13e2bbb27fc975b8a75c0e41 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>