[PATCH v2 37/38] ppc: qemu: Move board directory from board/freescale to board/emulation

Priyanka Jain priyanka.jain at nxp.com
Mon Feb 22 10:18:01 CET 2021



>-----Original Message-----
>From: Bin Meng <bmeng.cn at gmail.com>
>Sent: Thursday, February 18, 2021 9:28 PM
>To: Simon Glass <sjg at chromium.org>; Alexander Graf <agraf at csgraf.de>;
>Priyanka Jain <priyanka.jain at nxp.com>
>Cc: U-Boot Mailing List <u-boot at lists.denx.de>; Tom Rini
><trini at konsulko.com>
>Subject: [PATCH v2 37/38] ppc: qemu: Move board directory from
>board/freescale to board/emulation
>
>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 at gmail.com>
>---
>
>(no changes since v1)
>
> arch/powerpc/cpu/mpc85xx/Kconfig                           | 2 +-
> board/{freescale => emulation}/qemu-ppce500/Kconfig        | 2 +-
> board/{freescale => emulation}/qemu-ppce500/MAINTAINERS    | 3 ++-
> board/{freescale => emulation}/qemu-ppce500/Makefile       | 0
> board/{freescale => emulation}/qemu-ppce500/qemu-ppce500.c | 1 +
> 5 files changed, 5 insertions(+), 3 deletions(-)  rename board/{freescale =>
>emulation}/qemu-ppce500/Kconfig (86%)  rename board/{freescale =>
>emulation}/qemu-ppce500/MAINTAINERS (67%)  rename board/{freescale =>
>emulation}/qemu-ppce500/Makefile (100%)  rename board/{freescale =>
>emulation}/qemu-ppce500/qemu-ppce500.c (99%)
>
>diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig
>b/arch/powerpc/cpu/mpc85xx/Kconfig
>index 870ab80..f59801a 100644
>--- a/arch/powerpc/cpu/mpc85xx/Kconfig
>+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
>@@ -1428,6 +1428,7 @@ config SYS_FSL_LBC_CLK_DIV
> 		Defines divider of platform clock(clock input to
> 		eLBC controller).
>
>+source "board/emulation/qemu-ppce500/Kconfig"
> source "board/freescale/corenet_ds/Kconfig"
> source "board/freescale/mpc8541cds/Kconfig"
> source "board/freescale/mpc8548cds/Kconfig"
>@@ -1437,7 +1438,6 @@ source "board/freescale/mpc8569mds/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"
>diff --git a/board/freescale/qemu-ppce500/Kconfig
>b/board/emulation/qemu-ppce500/Kconfig
>similarity index 86%
>rename from board/freescale/qemu-ppce500/Kconfig
>rename to board/emulation/qemu-ppce500/Kconfig
>index 236cd17..4312d98 100644
>--- a/board/freescale/qemu-ppce500/Kconfig
>+++ b/board/emulation/qemu-ppce500/Kconfig
>@@ -4,7 +4,7 @@ config SYS_BOARD
> 	default "qemu-ppce500"
>
> config SYS_VENDOR
>-	default "freescale"
>+	default "emulation"
>
> config SYS_CONFIG_NAME
> 	default "qemu-ppce500"
>diff --git a/board/freescale/qemu-ppce500/MAINTAINERS
>b/board/emulation/qemu-ppce500/MAINTAINERS
>similarity index 67%
>rename from board/freescale/qemu-ppce500/MAINTAINERS
>rename to board/emulation/qemu-ppce500/MAINTAINERS
>index e70c095..7317983 100644
>--- a/board/freescale/qemu-ppce500/MAINTAINERS
>+++ b/board/emulation/qemu-ppce500/MAINTAINERS
>@@ -1,6 +1,7 @@
> QEMU-PPCE500 BOARD
> M:	Alexander Graf <agraf at csgraf.de>
>+M:	Bin Meng <bmeng.cn at 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
>diff --git a/board/freescale/qemu-ppce500/Makefile
>b/board/emulation/qemu-ppce500/Makefile
>similarity index 100%
>rename from board/freescale/qemu-ppce500/Makefile
>rename to board/emulation/qemu-ppce500/Makefile
>diff --git a/board/freescale/qemu-ppce500/qemu-ppce500.c
>b/board/emulation/qemu-ppce500/qemu-ppce500.c
>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
>--- a/board/freescale/qemu-ppce500/qemu-ppce500.c
>+++ b/board/emulation/qemu-ppce500/qemu-ppce500.c
>@@ -1,6 +1,7 @@
> // SPDX-License-Identifier: GPL-2.0+
> /*
>  * Copyright 2007,2009-2014 Freescale Semiconductor, Inc.
>+ * Copyright (C) 2021, Bin Meng <bmeng.cn at gmail.com>
>  */
>
> #include <common.h>
>--
>2.7.4


Reviewed-by: Priyanka Jain <priyanka.jain at nxp.com>



More information about the U-Boot mailing list