aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-25hw/arm/aspeed: Add i2c devices for AST2600 EVBHoward Chiu1-2/+9
2022-05-25hw/arm/aspeed: Add fby35 machine typePeter Delevoryas1-0/+63
2022-05-02hw/arm/aspeed: fix AST2500/AST2600 EVB fmc modelJae Hyun Yoo1-2/+2
2022-05-02aspeed: Add an AST1030 eval boardJamin Lin1-0/+66
2022-03-08hw/arm/aspeed: add Bletchley machine typePatrick Williams1-0/+76
2022-03-08hw/arm/aspeed: allow missing spi_modelPatrick Williams1-1/+5
2022-03-08aspeed/smc: Remove 'num_cs' fieldCédric Le Goater1-2/+0
2022-03-08aspeed: Rework aspeed_board_init_flashes() interfaceCédric Le Goater1-6/+5
2022-03-08aspeed: Fix a potential memory leak bug in write_boot_rom()Wentao_Liang1-3/+2
2022-02-26aspeed: Introduce a create_pca9552() helperCédric Le Goater1-22/+27
2022-02-26aspeed: rainier: Add strap values taken from hardwareJoel Stanley1-2/+2
2022-02-26aspeed: rainier: Add i2c LED devicesJoel Stanley1-0/+15
2022-02-26arm: Remove swift-bmc machineJoel Stanley1-64/+0
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell1-1/+0
2021-12-15hw/arm/aspeed: Replace drive_get_next() by drive_get()Markus Armbruster1-8/+13
2021-10-22aspeed: Add support for the fp5280g2-bmc boardJohn Wang1-0/+74
2021-10-12aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater1-3/+4
2021-10-12aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater1-6/+5
2021-09-20hw/arm/aspeed: Add Fuji machine typePeter Delevoryas1-0/+120
2021-09-20hw/arm/aspeed: Allow machine to set UART defaultPeter Delevoryas1-0/+3
2021-09-20arm/aspeed: Add DPS310 to Witherspoon and RainierJoel Stanley1-2/+2
2021-09-20aspeed: Emulate the AST2600A3Joel Stanley1-3/+3
2021-09-20arm/aspeed: rainier: Add i2c eeproms and muxesJoel Stanley1-0/+44
2021-09-20hw: arm: aspeed: Enable mac0/1 instead of mac1/2 for g220aGuenter Roeck1-1/+1
2021-09-20hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evbGuenter Roeck1-1/+2
2021-06-17sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard1-1/+1
2021-06-16hw/arm: quanta-q71l add pca954x muxesPatrick Venture1-3/+8
2021-06-03arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell1-3/+3
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-5/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-05-01aspeed: Add support for the quanta-q7l1-bmc boardPatrick Venture1-0/+62
2021-05-01aspeed: Add support for the rainier-bmc boardCédric Le Goater1-0/+79
2021-05-01aspeed: Deprecate the swift-bmc machineCédric Le Goater1-0/+3
2021-05-01aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater1-1/+1
2020-12-10arm: do not use ram_size globalPaolo Bonzini1-4/+4
2020-12-10aspeed: g220a-bmc: Add an FRUJohn Wang1-0/+12
2020-12-10aspeed: Add support for the g220a-bmc boardJohn Wang1-0/+60
2020-10-26hw/arm/aspeed: Add the 3 front LEDs drived by the PCA9552 #1Philippe Mathieu-Daudé1-0/+20
2020-09-18hw/arm/aspeed: Add machine properties to define the flash modelsCédric Le Goater1-2/+43
2020-09-01hw/arm/aspeed: Add board model for Supermicro X11 BMCErik Smit1-0/+35
2020-08-27aspeed_soc: Rename memmap/irqmap enum constantsEduardo Habkost1-2/+2
2020-07-20Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell1-40/+42
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-29/+29
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé1-4/+6
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé1-2/+2
2020-07-16hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé1-35/+35