OSDN Git Service

introduce aux-bus
authorKONRAD Frederic <fred.konrad@greensocs.com>
Tue, 14 Jun 2016 14:59:15 +0000 (15:59 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 14 Jun 2016 14:59:15 +0000 (15:59 +0100)
commit6fc7f77fd21f15f773bb18c1c4011949be9b4118
treebeb69cf869a91a8ed81fa9b2e4c49181bbdb1bcc
parent056fca7b51d949aa0e18e0eb647838874a53bcbe
introduce aux-bus

This introduces a new bus: aux-bus.

It contains an address space for aux slaves devices and a bridge to an I2C bus
for I2C through AUX transactions.

Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
Tested-By: Hyun Kwon <hyun.kwon@xilinx.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Message-id: 1465833014-21982-5-git-send-email-fred.konrad@greensocs.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
default-configs/aarch64-softmmu.mak
hw/misc/Makefile.objs
hw/misc/aux.c [new file with mode: 0644]
include/hw/misc/aux.h [new file with mode: 0644]