aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi
AgeCommit message (Expand)Author
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-09-01hw/ssi: Check for duplicate CS indexesCédric Le Goater
2023-09-01aspeed/smc: Wire CS lines at resetCédric Le Goater
2023-09-01hw/ssi: Introduce a ssi_get_cs() helperCédric Le Goater
2023-09-01hw/ssi: Add a "cs" property to SSIPeripheralCédric Le Goater
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-04-03hw/ssi: Fix Linux driver init issue with xilinx_spiChris Rauer
2023-03-02aspeed/smc: Replace SysBus IRQs with GPIO linesCédric Le Goater
2023-02-16hw/ssi: Add Nuvoton PSPI ModuleHao Wu
2023-02-14include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-17hw/ssi/sifive_spi.c: spelling: reigsterMichael Tokarev
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2022-10-24aspeed/smc: Cache AspeedSMCClassCédric Le Goater
2022-10-24ssi: cache SSIPeripheralClass to avoid GET_CLASS()Alex Bennée
2022-10-14hw/ssi: ibex_spi: fixup/add rw1c functionalityWilfred Mallawa
2022-10-14hw/ssi: ibex_spi: fixup coverity issueWilfred Mallawa
2022-09-27hw/ssi: ibex_spi: update reg addrWilfred Mallawa
2022-09-27hw/ssi: ibex_spi: fixup typos in ibex_spi_hostWilfred Mallawa
2022-06-30aspeed/smc: Fix potential overflowCédric Le Goater
2022-05-02aspeed/smc: Add AST1030 supportSteven Lee
2022-04-22hw/ssi: Add Ibex SPI device modelWilfred Mallawa
2022-03-08aspeed/smc: Fix error logCédric Le Goater
2022-03-08aspeed/smc: Let the SSI core layer define the bus nameCédric Le Goater
2022-03-08aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'Cédric Le Goater
2022-03-08aspeed/smc: Remove 'num_cs' fieldCédric Le Goater
2022-03-08aspeed/smc: Use max number of CE instead of 'num_cs'Cédric Le Goater
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell
2022-02-26aspeed/smc: Add an address mask on segment registersCédric Le Goater
2022-01-28hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controllerFrancisco Iglesias
2021-10-22aspeed/smc: Use a container for the flash mmio address spaceCédric Le Goater
2021-10-12aspeed/smc: Dump address offset in trace eventsCédric Le Goater
2021-10-12aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater
2021-10-12aspeed/smc: Add default reset valuesCédric Le Goater
2021-10-12aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater
2021-10-12aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Drop AspeedSMCController structureCédric Le Goater
2021-10-12aspeed/smc: Stop using the model name for the memory regionsCédric Le Goater
2021-10-12aspeed/smc: Introduce aspeed_smc_error() helperCédric Le Goater
2021-10-12aspeed/smc: Add watchdog Control/Status RegistersCédric Le Goater
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-05-01aspeed/smc: Add extra controls to request DMACédric Le Goater
2021-05-01aspeed/smc: Add a 'features' attribute to the object classCédric Le Goater
2021-05-01hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use aliasPhilippe Mathieu-Daudé