aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
AgeCommit message (Expand)Author
2023-10-25hw/arm/aspeed: Dynamically allocate AspeedMachineState::soc fieldPhilippe Mathieu-Daudé
2023-09-01aspeed: Get the BlockBackend of FMC0 from the flash deviceCédric Le Goater
2023-09-01aspeed: Create flash devices only when defaults are enabledCédric Le Goater
2023-09-01aspeed/smc: Wire CS lines at resetCédric Le Goater
2023-09-01aspeed: Introduce helper for 32-bit hosts limitationCédric Le Goater
2023-07-25arm: spelling fixesMichael Tokarev
2023-06-15aspeed: Introduce a "bmc-console" machine optionCédric Le Goater
2023-06-15aspeed: Introduce a boot_rom region at the machine levelCédric Le Goater
2023-06-15hw/arm/aspeed: Add VPD data for Rainier machineNinad Palsule
2023-05-02hw/arm/aspeed: Use arm_write_bootloader() to write the bootloaderCédric Le Goater
2023-03-07hw/arm/aspeed: Added TMP421 type sensor's support in tiogapassKarthikeyan Pasupathi
2023-03-07hw/arm/aspeed: Added TMP421 type sensor's support in yosemitev2Karthikeyan Pasupathi
2023-03-02aspeed/smc: Replace SysBus IRQs with GPIO linesCédric Le Goater
2023-03-02aspeed: Add a boot_rom overlap region in the SoC spi_boot containerCédric Le Goater
2023-03-02aspeed: Introduce a spi_boot region under the SoCCédric Le Goater
2023-03-02aspeed/fuji : correct the eeprom sizeSittisak Sinprem
2023-03-02hw/arm/aspeed: Adding new machine Tiogapass in QEMUKarthikeyan Pasupathi
2023-03-02hw/arm/aspeed: Adding new machine Yosemitev2 in QEMUKarthikeyan Pasupathi
2023-02-07hw/arm/aspeed: Add aspeed_eeprom.cPeter Delevoryas
2023-02-07hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_initPeter Delevoryas
2023-02-07hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boardsPeter Delevoryas
2023-02-07aspeed: Add Supermicro X11 SPI machine typeGuenter Roeck
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-24arm/aspeed: Replace mx25l25635e chip modelCédric Le Goater
2022-10-24hw/arm/aspeed: increase Bletchley memory sizePatrick Williams
2022-09-14target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell
2022-08-01aspeed: Remove unused fields from AspeedMachineStateCédric Le Goater
2022-07-14aspeed: Add fby35-bmc slot GPIO'sPeter Delevoryas
2022-07-14aspeed: Make aspeed_board_init_flashes publicPeter Delevoryas
2022-07-14aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-06-30hw/arm/aspeed: firework: add I2C MUXes for VR channelsJae Hyun Yoo
2022-06-30hw/arm/aspeed: firework: Add Thermal DiodesMaheswara Kurapati
2022-06-30hw/arm/aspeed: Add MAX31785 Fan controllersMaheswara Kurapati
2022-06-30hw/arm/aspeed: add Qualcomm Firework BMC machineGraeme Gregory
2022-06-30hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 boardJae Hyun Yoo
2022-06-30aspeed: Add memory property to Aspeed SoCPeter Delevoryas
2022-06-30aspeed: Set the dram container at the SoC levelCédric Le Goater
2022-06-22aspeed: Add I2C buses to AST1030 modelTroy Lee
2022-06-22aspeed: Remove fake RTC device on ast2500-evbCédric Le Goater
2022-05-25hw/arm/aspeed: Add i2c devices for AST2600 EVBHoward Chiu
2022-05-25hw/arm/aspeed: Add fby35 machine typePeter Delevoryas
2022-05-02hw/arm/aspeed: fix AST2500/AST2600 EVB fmc modelJae Hyun Yoo
2022-05-02aspeed: Add an AST1030 eval boardJamin Lin
2022-03-08hw/arm/aspeed: add Bletchley machine typePatrick Williams
2022-03-08hw/arm/aspeed: allow missing spi_modelPatrick Williams
2022-03-08aspeed/smc: Remove 'num_cs' fieldCédric Le Goater
2022-03-08aspeed: Rework aspeed_board_init_flashes() interfaceCédric Le Goater
2022-03-08aspeed: Fix a potential memory leak bug in write_boot_rom()Wentao_Liang