]> Git Repo - qemu.git/commit
hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23
authorBin Meng <[email protected]>
Tue, 1 Sep 2020 01:39:07 +0000 (09:39 +0800)
committerAlistair Francis <[email protected]>
Wed, 9 Sep 2020 22:54:18 +0000 (15:54 -0700)
commitdfc388797cc413072e58a8f9a831633f29212448
tree5f724d555e92eacfda103e7eefd48265a73bb0b7
parent64ac13633fd416541ea00ff4ae973489bdc33f7a
hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23

When cadence_gem model was created for Xilinx boards, the PHY address
was hard-coded to 23 in the GEM model. Now that we have introduced a
property we can use that to tell GEM model what our PHY address is.
Change all boards' GEM 'phy-addr' property value to 23, and set the
PHY address default value to 0 in the GEM model.

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Message-Id: <1598924352[email protected]>
Signed-off-by: Alistair Francis <[email protected]>
hw/arm/xilinx_zynq.c
hw/arm/xlnx-versal.c
hw/arm/xlnx-zynqmp.c
hw/net/cadence_gem.c
This page took 0.026481 seconds and 4 git commands to generate.