Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hw: Remove superfluous includes of hw/hw.h | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
| | | | | | | | | | | | The include/hw/hw.h header only has a prototype for hw_error(), so it does not make sense to include this in files that do not use this function. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210326151848.2217216-1-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu> | ||||
* | hw/misc: Add Microchip PolarFire SoC SYSREG module support | Bin Meng | 2020-11-03 | 1 | -0/+99 |
This creates a minimum model for Microchip PolarFire SoC SYSREG module. It only implements the ENVM_CR register to tell guest software that eNVM is running at the configured divider rate. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 1603863010-15807-7-git-send-email-bmeng.cn@gmail.com Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |