[PATCH v2 10/38] ppc: qemu: Enable driver model

Priyanka Jain priyanka.jain at nxp.com
Mon Feb 22 09:14:44 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 10/38] ppc: qemu: Enable driver model
>
>At present QEMU ppce500 target has not been migrated to driver model yet.
>As a start, let's enable driver model and the 'dm' command.
>
>Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>Reviewed-by: Simon Glass <sjg at chromium.org>
>---
>
>(no changes since v1)
>
> configs/qemu-ppce500_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/configs/qemu-ppce500_defconfig b/configs/qemu-
>ppce500_defconfig index 4522e18..f2a8b83 100644
>--- a/configs/qemu-ppce500_defconfig
>+++ b/configs/qemu-ppce500_defconfig
>@@ -16,6 +16,7 @@ CONFIG_HUSH_PARSER=y
> CONFIG_CMD_REGINFO=y
> CONFIG_CMD_BOOTZ=y
> CONFIG_CMD_GREPENV=y
>+CONFIG_CMD_DM=y
> CONFIG_CMD_PCI=y
> CONFIG_CMD_DHCP=y
> CONFIG_CMD_PING=y
>@@ -26,6 +27,7 @@ CONFIG_OF_CONTROL=y
> CONFIG_OF_BOARD=y
> CONFIG_ENV_OVERWRITE=y
> CONFIG_SYS_RELOC_GD_ENV_ADDR=y
>+CONFIG_DM=y
> # CONFIG_MMC is not set
> CONFIG_E1000=y
> CONFIG_SYS_NS16550=y
>--
>2.7.4

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



More information about the U-Boot mailing list