diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2021-03-14 20:15:04 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-04-15 14:22:17 +0530 |
commit | b3398993ba8d6bc9773ca6e41fac8c50db6d58de (patch) | |
tree | 7ffbd0e734ef7cd828ddb36d0084edbced856060 /configs/qemu-ppce500_defconfig | |
parent | ea8971cdde308153f24d8374e24d1ff0a4dec433 (diff) | |
download | u-boot-b3398993ba8d6bc9773ca6e41fac8c50db6d58de.tar.gz |
ppc: qemu: Create a virtual memory mapping of the platform bus
QEMU ppce500 target can dynamically instantiate an eTSEC device on
a platform bus if "-device eTSEC" is given to QEMU. It is presented
as a "simple-bus" in the device tree, with an additional compatible
string "qemu,platform".
Let's create a virtual memory mapping for it in misc_init_r(), in
preparation to adding eTSEC support.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/qemu-ppce500_defconfig')
-rw-r--r-- | configs/qemu-ppce500_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-ppce500_defconfig b/configs/qemu-ppce500_defconfig index 536fe7d6e1d..151834b4cf6 100644 --- a/configs/qemu-ppce500_defconfig +++ b/configs/qemu-ppce500_defconfig @@ -28,6 +28,7 @@ CONFIG_OF_BOARD=y CONFIG_ENV_OVERWRITE=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM=y +CONFIG_SIMPLE_BUS_CORRECT_RANGE=y CONFIG_BLK=y CONFIG_HAVE_BLOCK_DEVICE=y CONFIG_MPC8XXX_GPIO=y |