aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-01aspeed: Remove unused fields from AspeedMachineStateCédric Le Goater1-2/+0
2022-07-14aspeed: Add fby35-bmc slot GPIO'sPeter Delevoryas1-1/+13
2022-07-14aspeed: Make aspeed_board_init_flashes publicPeter Delevoryas1-1/+1
2022-07-14aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas1-4/+18
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-1/+1
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-1/+1
2022-06-30hw/arm/aspeed: firework: add I2C MUXes for VR channelsJae Hyun Yoo1-1/+9
2022-06-30hw/arm/aspeed: firework: Add Thermal DiodesMaheswara Kurapati1-0/+10
2022-06-30hw/arm/aspeed: Add MAX31785 Fan controllersMaheswara Kurapati1-2/+6
2022-06-30hw/arm/aspeed: add Qualcomm Firework BMC machineGraeme Gregory1-0/+34
2022-06-30hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 boardJae Hyun Yoo1-0/+35
2022-06-30aspeed: Add memory property to Aspeed SoCPeter Delevoryas1-0/+4
2022-06-30aspeed: Set the dram container at the SoC levelCédric Le Goater1-37/+2
2022-06-22aspeed: Add I2C buses to AST1030 modelTroy Lee1-0/+13
2022-06-22aspeed: Remove fake RTC device on ast2500-evbCédric Le Goater1-4/+0
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