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)
commit1d636a0cd581f80edbb0ce7ad087a198132c2d46
treeeea9c43e01670057be1a960890a341e5906dfbf7
parent37c6ceb1b20494ebb8a18bb2dc59a94d02dd878e
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@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]