On Tue, 1 Dec 2020 at 08:34, Sai Pavan Boddu <sai.pavan.bo...@xilinx.com> wrote: > > This module emulates control registers of versal usb2 controller, this is > added > just to make guest happy. In general this module would control the phy-reset > signal from usb controller, data coherency of the transactions, signals > the host system errors received from controller. > > Signed-off-by: Sai Pavan Boddu <sai.pavan.bo...@xilinx.com> > Signed-off-by: Vikram Garhwal <fnu.vik...@xilinx.com> > Reviewed-by: Edgar E. Iglesias <edgar.igles...@xilinx.com> > --- > hw/usb/meson.build | 1 + > hw/usb/xlnx-versal-usb2-ctrl-regs.c | 229 > ++++++++++++++++++++++++++++ > include/hw/usb/xlnx-versal-usb2-ctrl-regs.h | 45 ++++++ > 3 files changed, 275 insertions(+) > create mode 100644 hw/usb/xlnx-versal-usb2-ctrl-regs.c > create mode 100644 include/hw/usb/xlnx-versal-usb2-ctrl-regs.h
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM